Skip to content

Commit

Permalink
Merge pull request #75 from SpotswoodCollege/dependabot/bundler/devel…
Browse files Browse the repository at this point in the history
…op/capybara-3.10.0

build(deps-dev): bump capybara from 3.9.0 to 3.10.0
  • Loading branch information
microlith57 committed Nov 4, 2018
2 parents 7227e47 + 17727a7 commit e290e10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
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.9'
gem 'capybara', '~> 3.10'
gem 'selenium-webdriver'
end

Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@ GEM
builder (3.2.3)
byebug (10.0.2)
cancancan (2.3.0)
capybara (3.9.0)
capybara (3.10.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.1)
regexp_parser (~> 1.2)
xpath (~> 3.2)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
coffee-rails (4.2.2)
Expand Down Expand Up @@ -167,6 +168,7 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
regexp_parser (1.2.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
Expand Down Expand Up @@ -234,7 +236,7 @@ GEM
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
xpath (3.1.0)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
Expand All @@ -243,7 +245,7 @@ PLATFORMS
DEPENDENCIES
byebug
cancancan (~> 2.3)
capybara (~> 3.9)
capybara (~> 3.10)
coffee-rails (~> 4.2)
coveralls
devise
Expand Down

0 comments on commit e290e10

Please sign in to comment.