Skip to content

Commit

Permalink
Upgrade capybara to support puma 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Nov 14, 2022
1 parent 5916050 commit da00903
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -86,8 +86,8 @@ end

group :test do
# Adds support for Capybara system testing and selenium driver
gem "capybara", "~> 3.37.0"
gem "cuprite", git: "https://github.com/rubycdp/cuprite", branch: "master"
gem "capybara", "~> 3.38.0"
gem "cuprite", "~> 0.14.3"
gem "webmock", "~> 3.14.0", require: false
gem "simplecov", "~> 0.21.2", require: false
gem "simplecov-lcov", "~> 0.8.0", require: false
Expand Down
20 changes: 7 additions & 13 deletions Gemfile.lock
@@ -1,12 +1,3 @@
GIT
remote: https://github.com/rubycdp/cuprite
revision: 42728ae6f9f68fcefb109be060803021d12f094e
branch: master
specs:
cuprite (0.14.2)
capybara (~> 3.0)
ferrum (~> 0.12.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -94,7 +85,7 @@ GEM
bullet (7.0.3)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
capybara (3.37.1)
capybara (3.38.0)
addressable
matrix
mini_mime (>= 0.1.3)
Expand All @@ -118,6 +109,9 @@ GEM
crass (1.0.6)
cssbundling-rails (1.1.1)
railties (>= 6.0.0)
cuprite (0.14.3)
capybara (~> 3.0)
ferrum (~> 0.13.0)
debug (1.6.3)
irb (>= 1.3.6)
reline (>= 0.3.1)
Expand All @@ -127,7 +121,7 @@ GEM
dotenv (= 2.8.1)
railties (>= 3.2)
erubi (1.11.0)
ferrum (0.12)
ferrum (0.13)
addressable (~> 2.5)
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
Expand Down Expand Up @@ -320,10 +314,10 @@ DEPENDENCIES
bootsnap (~> 1.10.3)
browser (~> 2.6.1)
bullet (~> 7.0.0)
capybara (~> 3.37.0)
capybara (~> 3.38.0)
carrierwave (~> 2.2.0)
cssbundling-rails (~> 1.1.0)
cuprite!
cuprite (~> 0.14.3)
debug
dotenv-rails (~> 2.8.1)
httparty (~> 0.17.0)
Expand Down

0 comments on commit da00903

Please sign in to comment.