Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cucumber-rails from 1.4.2 to 2.0.0 #827

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps cucumber-rails from 1.4.2 to 2.0.0.

Release notes

Sourced from cucumber-rails's releases.

v2.0.0

New Features

  • Users can configure whether Rack::Test methods get auto-mixed in.
    • Setting the ENV parameter CR_REMOVE_RACK_TEST_HELPERS will remove these methods from the Rails World

Changed

  • web_steps have finally been removed from everywhere in the codebase
  • Altered some internal branching logic when dealing with different rails or ruby versions

v1.8.0

Changed

  • Dropped support for Ruby 2.2 (In line with cucumber ruby policies elsewhere)
  • All core runtime / development dependencies have been given a massive review / bump where appropriate

Fixed

  • Generic rubocop cleanups to improve the codebase
  • Rails6 wasn't working since the official rc cut, now it works again.
  • Travis has been updated and given a healthcheck to make sure all relevant passing builds do pass
  • Ruby 2.7-preview now builds successfully (This is still a moving target, so is allowed to fail)

v1.7.0

Changed

  • Dropped support for Rails 4.0 / 4.1 (In-line with rails policies).
  • Allow Ruby 2.6 users to use ERB.new
  • Allow Experimental usage of Rails6
  • Updated CI to test the latest and most relevant rubies

Fixed

  • Appraisals build issues caused due to outdated geckodriver
  • Generic Travis cleanup to mitigate against sporadic failures

v1.4.4

No release notes provided.

Changelog

Sourced from cucumber-rails's changelog.

v2.0.0 (2019-09-013)

New Features

  • New functionality allows users to Configure whether Rack::Test methods get auto-mixed in
    • Setting ENV['CR_REMOVE_RACK_TEST_HELPERS] = "true" will remove these methods from the World
      (#440 [luke-hill])

Changed

  • Breaking change: web_steps have been completely removed from cucumber-rails
    (#437 [luke-hill])

  • Altered some branching logic in tests designed to cater for old ruby/rails versions
    (#433 [luke-hill])

v1.8.0 (2019-08-06)

Changed

  • Drop Ruby 2.2 support (target 2.3 and up) (#424 [mvz])

  • Begin to update the core runtime / development dependencies to something a little more recent
    (#413 /
    #431 /
    #432
    [mvz] /
    [luke-hill])

Fixed

  • Various rubocop / styling issues that had built up over time
    (#414 /
    #416 /
    #419 /
    #420 /
    #421 /
    #421
    [luke-hill] /
    [mvz])

  • Generic Travis Healthcheck (Fixed up polluted logs and use newer Ubuntu OS)
    (#415 /
    #417
    [luke-hill])

  • Rails6 not building correctly
    (#418
    [luke-hill])

... (truncated)
Commits
  • 8e0b337 Merge pull request #443 from cucumber/release/v2
  • 92f3796 Release v2
  • fd681bc Merge pull request #440 from cucumber/feature/configure_rack_test_methods
  • ab97fe6 Fix docs
  • 2643c86 Invert helper logic
  • faaf217 Merge pull request #442 from cucumber/refactor/rails_ver_tidy
  • 8130201 Spacing / formatting of readme, also introduce the concept of 6.x versions of...
  • 2da1012 Use rails6, and any version of 5.2
  • 03ea1d8 Merge pull request #437 from cucumber/refactor/remove_web_steps
  • f0291a2 Remove failing specs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants