Skip to content

Commit

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

Bump capybara from 2.5.0 to 2.16.1
  • Loading branch information
tijmenb authored Dec 19, 2017
2 parents aac37dc + 9711f56 commit 0be51f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end

group :test do
gem 'poltergeist', require: false
gem 'capybara', '~> 2.5.0'
gem 'capybara', '~> 2.16.1'
gem 'govuk-content-schema-test-helpers', '~> 1.5'
gem 'mocha', '~> 1.3.0', require: false
gem 'shoulda'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ GEM
binding_of_caller (0.7.3)
debug_inspector (>= 0.0.1)
builder (3.2.3)
capybara (2.5.0)
mime-types (>= 1.16)
capybara (2.16.1)
addressable
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
Expand Down Expand Up @@ -324,7 +325,7 @@ DEPENDENCIES
asset_bom_removal-rails (~> 1.0.0)
better_errors
binding_of_caller
capybara (~> 2.5.0)
capybara (~> 2.16.1)
gds-api-adapters (~> 48.0)
govuk-content-schema-test-helpers (~> 1.5)
govuk-lint (~> 3.4.0)
Expand Down

0 comments on commit 0be51f0

Please sign in to comment.