Skip to content

Commit

Permalink
Merge pull request #2624 from alphagov/dependabot/bundler/capybara-3.…
Browse files Browse the repository at this point in the history
…33.0

build(deps): bump capybara from 3.32.2 to 3.33.0
  • Loading branch information
ChrisBAshton committed Jun 23, 2020
2 parents 09ed683 + eee26bc commit 40f6fd9
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 @@ -3,7 +3,7 @@ source "https://rubygems.org"
ruby File.read(".ruby-version").chomp

gem "activesupport", "~> 5.2"
gem "capybara", "~> 3.32.1"
gem "capybara", "~> 3.33.0"
gem "rake"
gem "rspec", "~> 3.9"
gem "rubocop-govuk"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
execjs
backports (3.17.2)
builder (3.2.4)
capybara (3.32.2)
capybara (3.33.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -275,7 +275,7 @@ PLATFORMS

DEPENDENCIES
activesupport (~> 5.2)
capybara (~> 3.32.1)
capybara (~> 3.33.0)
faraday-http-cache (~> 2.2.0)
faraday_middleware (~> 1.0.0)
github-markdown
Expand Down

0 comments on commit 40f6fd9

Please sign in to comment.