diff --git a/spec/Gemfile b/spec/Gemfile index 2c0a851..5b1656d 100644 --- a/spec/Gemfile +++ b/spec/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem 'rspec','3.9.0' gem 'rspec-retry' gem 'poltergeist', '>= 1.18.1' -gem 'capybara', '>= 3.31.0' +gem 'capybara', '>= 3.36.0' gem 'coveralls', '>= 0.8.23', require: false diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index 01fcdda..ac72cbf 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -25,19 +25,19 @@ GEM matrix (0.4.2) mini_mime (1.1.2) mini_portile2 (2.8.0) - nokogiri (1.13.3) + nokogiri (1.13.4) mini_portile2 (~> 2.8.0) racc (~> 1.4) poltergeist (1.18.1) capybara (>= 2.1, < 4) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) - public_suffix (4.0.6) + public_suffix (4.0.7) racc (1.6.0) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) - regexp_parser (2.2.1) + regexp_parser (2.3.0) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -74,7 +74,7 @@ PLATFORMS ruby DEPENDENCIES - capybara (>= 3.31.0) + capybara (>= 3.36.0) coveralls (>= 0.8.23) poltergeist (>= 1.18.1) rspec (= 3.9.0)