Merge pull request #4442 from tchak/downgrade-capybara
Downgrade Capybara
This commit is contained in:
commit
96b5817cbf
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'
|
||||
|
|
|
@ -119,13 +119,13 @@ GEM
|
|||
browser (2.5.3)
|
||||
builder (3.2.3)
|
||||
byebug (10.0.2)
|
||||
capybara (3.29.0)
|
||||
capybara (3.13.2)
|
||||
addressable
|
||||
mini_mime (>= 0.1.3)
|
||||
nokogiri (~> 1.8)
|
||||
rack (>= 1.6.0)
|
||||
rack-test (>= 0.6.3)
|
||||
regexp_parser (~> 1.5)
|
||||
regexp_parser (~> 1.2)
|
||||
xpath (~> 3.2)
|
||||
capybara-email (3.0.1)
|
||||
capybara (>= 2.4, < 4.0)
|
||||
|
@ -722,7 +722,7 @@ DEPENDENCIES
|
|||
brakeman
|
||||
browser
|
||||
byebug
|
||||
capybara
|
||||
capybara (= 3.13.2)
|
||||
capybara-email
|
||||
capybara-screenshot
|
||||
capybara-selenium
|
||||
|
|
Loading…
Reference in a new issue