Skip to content

Commit

Permalink
Merge pull request #1295 from alphagov/dependabot/bundler/capybara-2.…
Browse files Browse the repository at this point in the history
…18.0

Bump capybara from 2.17.0 to 2.18.0
  • Loading branch information
David Henry authored Feb 23, 2018
2 parents d0e8da1 + 5f5b18b commit 5b84eb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end

group :test do
gem 'poltergeist', require: false
gem 'capybara', '~> 2.17.0'
gem 'capybara', '~> 2.18.0'
gem 'govuk-content-schema-test-helpers', '~> 1.6'
gem 'mocha', '~> 1.3.0', require: false
gem 'shoulda'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
builder (3.2.3)
capybara (2.17.0)
capybara (2.18.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
Expand Down Expand Up @@ -330,7 +330,7 @@ DEPENDENCIES
asset_bom_removal-rails (~> 1.0.0)
better_errors
binding_of_caller
capybara (~> 2.17.0)
capybara (~> 2.18.0)
gds-api-adapters (~> 51.2)
govuk-content-schema-test-helpers (~> 1.6)
govuk-lint (~> 3.6.0)
Expand Down

0 comments on commit 5b84eb5

Please sign in to comment.