Downgrade Capybara

This commit is contained in:
Paul Chavard 2019-10-24 15:41:39 +02:00
parent 3afcdcd9f3
commit 7d20e6e9e6
2 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@ gem 'zipline'
gem 'zxcvbn-ruby', require: 'zxcvbn'
group :test do
gem 'capybara' # Integration testing
gem 'capybara', '3.13.2' # Integration testing
gem 'capybara-email' # Access emails during integration tests
gem 'capybara-screenshot' # Save a dump of the page when an integration test fails
gem 'capybara-selenium'