Downgrade Capybara
This commit is contained in:
parent
3afcdcd9f3
commit
7d20e6e9e6
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue