Merge branch 'dependabot/bundler/capybara-3.40.0'
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -83,7 +83,7 @@ group :test do
|
||||
# Note: nokogiri is needed by capybara which may require one of the below commands
|
||||
# sudo apt-get install libxslt-dev libxml2-dev
|
||||
# sudo port install libxml2 libxslt
|
||||
gem 'capybara', '~> 3.39'
|
||||
gem 'capybara', '~> 3.40'
|
||||
end
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
@@ -35,11 +35,11 @@ GEM
|
||||
bigdecimal (3.1.5)
|
||||
browserstack-local (1.4.3)
|
||||
byebug (11.1.3)
|
||||
capybara (3.39.2)
|
||||
capybara (3.40.0)
|
||||
addressable
|
||||
matrix
|
||||
mini_mime (>= 0.1.3)
|
||||
nokogiri (~> 1.8)
|
||||
nokogiri (~> 1.11)
|
||||
rack (>= 1.6.0)
|
||||
rack-test (>= 0.6.3)
|
||||
regexp_parser (>= 1.5, < 3.0)
|
||||
@@ -253,7 +253,7 @@ DEPENDENCIES
|
||||
async (~> 1.31)
|
||||
async-dns (~> 1.3)
|
||||
browserstack-local (~> 1.4)
|
||||
capybara (~> 3.39)
|
||||
capybara (~> 3.40)
|
||||
curb (~> 1.0, >= 1.0.5)
|
||||
em-websocket (~> 0.5.3)
|
||||
erubis (~> 2.7)
|
||||
|
||||
Reference in New Issue
Block a user