Skip to content

Commit

Permalink
build(deps-dev): bump capybara from 3.7.2 to 3.8.0
Browse files Browse the repository at this point in the history
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.7.2 to 3.8.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@3.7.2...3.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Sep 21, 2018
1 parent 0db1e41 commit cc3553d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -43,7 +43,7 @@ group :development, :test do
# => and get a debugger console
gem 'byebug', platforms: %i[mri mingw x64_mingw]
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 3.7'
gem 'capybara', '~> 3.8'
gem 'selenium-webdriver'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -50,7 +50,7 @@ GEM
builder (3.2.3)
byebug (10.0.2)
cancancan (2.2.0)
capybara (3.7.2)
capybara (3.8.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -243,7 +243,7 @@ PLATFORMS
DEPENDENCIES
byebug
cancancan (~> 2.0)
capybara (~> 3.7)
capybara (~> 3.8)
coffee-rails (~> 4.2)
coveralls
devise
Expand Down

0 comments on commit cc3553d

Please sign in to comment.