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.1.0 #45

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 4 years ago

Bumps cucumber-rails from 2.0.0 to 2.1.0.

Release notes

Sourced from cucumber-rails's releases.

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.

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 (#463 [deivid-rodriguez])

Fixed

  • Various rubocop / rspec styling fixes (#445 / #449 / #450 / #451 / #452 / #465 [mvz] / [luke-hill])

  • Various CI fixes (#444 / #460 / #464 [mvz] / [damonjmurray] / [deivid-rodriguez])

  • Avoid printing a warning about config.cache_classes being set to false when Spring is used (#462 [janko])

Commits
  • 1f89a25 Merge pull request #466 from mvz/drop-support-for-ruby-2-3
  • 54a0ef9 Enable new cops
  • fc9fdac Update aruba to 1.0
  • fe8e23a Autocorrect Performance/RegexpMatch offenses
  • 059343a Update rubocop and related dependencies
  • b3008ae Add Ruby 2.7 to the matrix
  • 3df265d Target Ruby 2.4+
  • 44b8b52 Merge pull request #465 from mvz/update-rubocop
  • 0a6a5a3 Update rubocop and friends
  • 050b01f Merge pull request #453 from cucumber/feature/enable_cucumber_4
  • 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

Superseded by #82.