openbrian / osm-microcosms

The Rails application that powers OpenStreetMap
https://www.openstreetmap.org/
GNU General Public License v2.0
12 stars 1 forks source link

Bump cucumber-rails from 2.0.0 to 2.2.0 #82

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps cucumber-rails from 2.0.0 to 2.2.0.

Release notes

Sourced from cucumber-rails's releases.

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

v2.1.0

New Features

  • New Metadata has been added to allow user to search rubygems better
  • Allow cucumber 4 to be used

Changed

  • Ruby 2.3 usage has now been removed from gem
  • Database cleaner now won't throw warnings when using v1.8+ (Older versions unsupported)
  • A bunch of ruby / rubocop tidy ups
Changelog

Sourced from cucumber-rails's changelog.

Please see CONTRIBUTING.md on how to contribute to Cucumber.

master (Not yet released)

New Features

  • Added more documentation and tests around Javascript tagged scenarios (#480 [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])

  • Restored compatibility with database_cleaner versions earlier than 1.8.0.beta (#473 [cgriego])

  • Restored previous database_cleaner behavior for apps that do not use/load ActiveRecord (#474 [cgriego])

v2.1.0 (2020-06-15)

New Features

  • Added metadata to allow gem to be searched / indexed by rubygems (#447 [orien])

  • Allow Cucumber 4 to be used as an option for cucumber-rails

    • NB: Cucumber4 changes quite a lot of logic with auto-loaders. This means that any previous logic that relied implicitly on load-order "may" be affected (#453 [luke-hill] / [deivid-rodriguez])

Changed

  • Dropped Ruby 2.3 support (target 2.4 - 2.7) (#466 [mvz])

  • Refactored suite to remove a lot of old Rails3/4.0 "ism's"

    • Also migrated a lot of old cucumber styles to cucumber4 (#441 [luke-hill])
  • Refactored alias logic for overriding Rails methods to use Module#prepend (#457 [wagenet])

  • database_cleaner (when used), at a version >= 1.8 will now silence all warnings

    • The suite internally will only test a version >= 1.8, so other versions will work but are un-maintained

... (truncated)

Commits
  • 7b564e1 Merge pull request #484 from Draiken/fix-action-mailer
  • 68f73c8 Check for ActionMailer before adding mailer hook
  • 8ebf772 Merge pull request #482 from cucumber/feature/updated_support
  • 7cc892e Update geckodriver used in CI to mitigate issues
  • 70dc012 CR comments
  • d3d1a68 Update mime types restriction to be a lot less outdated - Provisionally enabl...
  • e733d1a Update capybara and mime_types version restrictions
  • 208949b Merge pull request #480 from cucumber/bugfix/javascript_tagged_scenarios
  • 1c38811 Update gem dependencies according to following criteria
  • 382b4ff Improve notes on coverage
  • 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[bot] commented 3 years ago

Looks like cucumber-rails is no longer a dependency, so this is no longer needed.