Bump capybara gem version
It fixes Ruby 2.7 warning related to Selenium https://github.com/teamcapybara/capybara/blob/master/History.md Changelog: other
Showing
... | ... | @@ -422,7 +422,7 @@ group :test do |
gem 'rspec_profiling', '~> 0.0.6' | ||
gem 'rspec-parameterized', require: false | ||
gem 'capybara', '~> 3.34.0' | ||
gem 'capybara', '~> 3.35.3' | ||
gem 'capybara-screenshot', '~> 1.0.22' | ||
gem 'selenium-webdriver', '~> 3.142' | ||
... | ... |
Please register or sign in to comment