Skip to content

Commit

Permalink
Merge pull request #1711 from alphagov/dependabot/bundler/cucumber-ra…
Browse files Browse the repository at this point in the history
…ils-2.0.0

Bump cucumber-rails from 1.8.0 to 2.0.0
  • Loading branch information
Issy Long authored Nov 1, 2019
2 parents 3c32e70 + 9918201 commit ad8f660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ group :development, :test do
end

group :test do
gem "cucumber-rails", "~> 1.8.0", require: false
gem "cucumber-rails", "~> 2.0.0", require: false
gem "factory_bot"
gem "govuk-content-schema-test-helpers", "~> 1.6"
gem "govuk_test"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ GEM
cucumber-tag_expressions (~> 1.1.0)
gherkin (~> 5.0)
cucumber-expressions (6.0.1)
cucumber-rails (1.8.0)
cucumber-rails (2.0.0)
capybara (>= 2.12, < 4)
cucumber (>= 3.0.2, < 4)
mime-types (>= 2.0, < 4)
Expand Down Expand Up @@ -219,7 +219,7 @@ GEM
multipart-post (2.1.1)
netrc (0.11.0)
nio4r (2.5.2)
nokogiri (1.10.4)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
null_logger (0.0.1)
os (1.0.1)
Expand Down Expand Up @@ -417,7 +417,7 @@ DEPENDENCIES
better_errors
binding_of_caller
chronic (~> 0.10.2)
cucumber-rails (~> 1.8.0)
cucumber-rails (~> 2.0.0)
dalli
dotenv-rails
factory_bot
Expand Down

0 comments on commit ad8f660

Please sign in to comment.