Merge pull request #4442 from tchak/downgrade-capybara

Downgrade Capybara
This commit is contained in:
LeSim 2019-10-24 15:53:41 +02:00 committed by GitHub
commit 96b5817cbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -119,13 +119,13 @@ GEM
browser (2.5.3) browser (2.5.3)
builder (3.2.3) builder (3.2.3)
byebug (10.0.2) byebug (10.0.2)
capybara (3.29.0) capybara (3.13.2)
addressable addressable
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
nokogiri (~> 1.8) nokogiri (~> 1.8)
rack (>= 1.6.0) rack (>= 1.6.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
regexp_parser (~> 1.5) regexp_parser (~> 1.2)
xpath (~> 3.2) xpath (~> 3.2)
capybara-email (3.0.1) capybara-email (3.0.1)
capybara (>= 2.4, < 4.0) capybara (>= 2.4, < 4.0)
@ -722,7 +722,7 @@ DEPENDENCIES
brakeman brakeman
browser browser
byebug byebug
capybara capybara (= 3.13.2)
capybara-email capybara-email
capybara-screenshot capybara-screenshot
capybara-selenium capybara-selenium