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 2.1.0 to 2.4.0 #246

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps cucumber-rails from 2.1.0 to 2.4.0.

Release notes

Sourced from cucumber-rails's releases.

v2.4.0

New Features

  • Added new docker / Makefile script to permit releasing from repo
  • Permit up to cucumber v7
  • Support Ruby 3

Changed

  • Rubocop updates

Removed

  • Removed traces of legacy spork setup / help (As they are no longer used)

v2.3.0

New Features

  • None

Changed

  • Don't auto-include all rails gems by default
  • Reduce gem size significantly

Fixed

  • Fix issue with some specification driven tests that fail on new Rails apps

v2.2.0

New Features

  • Allow cucumber 5 to be used

Changed

  • Rails 4.2 usage has now been removed from gem
  • A bunch of rails auto-include fixes
  • Additional fixes for database_cleaner gems (Including provisional support for v2)
  • Add whole host of new tests for javascript tagging of scenarios
Changelog

Sourced from cucumber-rails's changelog.

v2.4.0 (2021-07-21)

New Features

  • Added new docker / Makefile script to permit releasing from repo (#502 [luke-hill])
  • Gem update: allowed cucumber 6/7 (#515 / #519)
  • Add support for Ruby 3 (#517)

Changed

  • Updated rubocop to use new major versions (#504 / #519 [luke-hill])

Removed

  • Removed traces of legacy spork setup / help (No longer used) (#518)

v2.3.0 (2021-03-30)

Changed

  • Changed dependency from rails to railties to avoid pulling in optional Rails gems like actioncable (#486 [langalex])

  • Lightened gem binary by removing un-needed files (#496 [orien])

Fixed

  • Fixed up a couple of legacy capybara specs to use a better format (#498 [luke-hill])

v2.2.0 (2020-08-10)

New Features

  • Added more documentation and tests around Javascript tagged scenarios (#480 [luke-hill])

  • Gem Updates

    • Allowed cucumber5, updated other gem dependencies
    • Updated travis runs and gem builds tested against (#482 [luke-hill])

Changed

  • Dropped Rails 4.2 support (#392 [deivid-rodriguez])

Fixed

  • Database cleaning no longer silently fails when using database_cleaner v2 adapter gems (#467 [botandrose])

... (truncated)

Commits
  • 2abac38 Merge pull request #520 from cucumber/release/v2_4_0
  • 7f15882 v2.4.0
  • 120af8b Merge pull request #518 from DanielVartanov/remove-spork
  • e325f21 Merge pull request #519 from cucumber/feature/update_deps
  • 4c2ba0c Rubocop performance is also only 2.5+
  • 434e1ff Downgrade from broken appraisals version
  • 37f8552 Downgrade rubocop-rspec to be compatible with ruby 2.4
  • caa9b7f Update changelog
  • 8d9109f Update rubocop
  • 7e2c378 Initial gem updates
  • 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)

Bumps [cucumber-rails](https://github.com/cucumber/cucumber-rails) from 2.1.0 to 2.4.0.
- [Release notes](https://github.com/cucumber/cucumber-rails/releases)
- [Changelog](https://github.com/cucumber/cucumber-rails/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-rails@v2.1.0...v2.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 22, 2021
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.

None yet

0 participants