Merge pull request #4935 from consul/dependabot/bundler/master/capybara-3.37.1
Bump capybara from 3.35.3 to 3.37.1
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -83,7 +83,7 @@ group :development, :test do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem "capybara", "~> 3.35.3"
|
gem "capybara", "~> 3.37.1"
|
||||||
gem "capybara-webmock", "~> 0.6.0"
|
gem "capybara-webmock", "~> 0.6.0"
|
||||||
gem "coveralls", "~> 0.8.23", require: false
|
gem "coveralls", "~> 0.8.23", require: false
|
||||||
gem "email_spec", "~> 2.2.0"
|
gem "email_spec", "~> 2.2.0"
|
||||||
|
|||||||
18
Gemfile.lock
18
Gemfile.lock
@@ -60,8 +60,8 @@ GEM
|
|||||||
acts-as-taggable-on (8.1.0)
|
acts-as-taggable-on (8.1.0)
|
||||||
activerecord (>= 5.0, < 6.2)
|
activerecord (>= 5.0, < 6.2)
|
||||||
acts_as_votable (0.13.1)
|
acts_as_votable (0.13.1)
|
||||||
addressable (2.8.0)
|
addressable (2.8.1)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
ahoy_matey (3.2.0)
|
ahoy_matey (3.2.0)
|
||||||
activesupport (>= 5)
|
activesupport (>= 5)
|
||||||
device_detector
|
device_detector
|
||||||
@@ -120,8 +120,9 @@ GEM
|
|||||||
capistrano (~> 3.7)
|
capistrano (~> 3.7)
|
||||||
capistrano-bundler
|
capistrano-bundler
|
||||||
puma (>= 4.0, < 6.0)
|
puma (>= 4.0, < 6.0)
|
||||||
capybara (3.35.3)
|
capybara (3.37.1)
|
||||||
addressable
|
addressable
|
||||||
|
matrix
|
||||||
mini_mime (>= 0.1.3)
|
mini_mime (>= 0.1.3)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
rack (>= 1.6.0)
|
rack (>= 1.6.0)
|
||||||
@@ -373,6 +374,7 @@ GEM
|
|||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
marcel (1.0.2)
|
marcel (1.0.2)
|
||||||
|
matrix (0.4.2)
|
||||||
mdl (0.11.0)
|
mdl (0.11.0)
|
||||||
kramdown (~> 2.3)
|
kramdown (~> 2.3)
|
||||||
kramdown-parser-gfm (~> 1.1)
|
kramdown-parser-gfm (~> 1.1)
|
||||||
@@ -466,7 +468,7 @@ GEM
|
|||||||
pronto-scss (0.11.0)
|
pronto-scss (0.11.0)
|
||||||
pronto (~> 0.11.0)
|
pronto (~> 0.11.0)
|
||||||
scss_lint (~> 0.43, >= 0.43.0)
|
scss_lint (~> 0.43, >= 0.43.0)
|
||||||
public_suffix (4.0.6)
|
public_suffix (5.0.0)
|
||||||
puma (4.3.12)
|
puma (4.3.12)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.6.0)
|
racc (1.6.0)
|
||||||
@@ -477,8 +479,8 @@ GEM
|
|||||||
rack
|
rack
|
||||||
rack-proxy (0.7.0)
|
rack-proxy (0.7.0)
|
||||||
rack
|
rack
|
||||||
rack-test (1.1.0)
|
rack-test (2.0.2)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.3)
|
||||||
rails (6.0.5.1)
|
rails (6.0.5.1)
|
||||||
actioncable (= 6.0.5.1)
|
actioncable (= 6.0.5.1)
|
||||||
actionmailbox (= 6.0.5.1)
|
actionmailbox (= 6.0.5.1)
|
||||||
@@ -519,7 +521,7 @@ GEM
|
|||||||
recipient_interceptor (0.3.0)
|
recipient_interceptor (0.3.0)
|
||||||
mail
|
mail
|
||||||
redcarpet (3.5.1)
|
redcarpet (3.5.1)
|
||||||
regexp_parser (2.1.1)
|
regexp_parser (2.5.0)
|
||||||
request_store (1.5.0)
|
request_store (1.5.0)
|
||||||
rack (>= 1.4)
|
rack (>= 1.4)
|
||||||
responders (3.0.1)
|
responders (3.0.1)
|
||||||
@@ -715,7 +717,7 @@ DEPENDENCIES
|
|||||||
capistrano-rails (~> 1.6.2)
|
capistrano-rails (~> 1.6.2)
|
||||||
capistrano3-delayed-job (~> 1.7.6)
|
capistrano3-delayed-job (~> 1.7.6)
|
||||||
capistrano3-puma (~> 5.2.0)
|
capistrano3-puma (~> 5.2.0)
|
||||||
capybara (~> 3.35.3)
|
capybara (~> 3.37.1)
|
||||||
capybara-webmock (~> 0.6.0)
|
capybara-webmock (~> 0.6.0)
|
||||||
caxlsx (~> 3.2.0)
|
caxlsx (~> 3.2.0)
|
||||||
caxlsx_rails (~> 0.6.3)
|
caxlsx_rails (~> 0.6.3)
|
||||||
|
|||||||
Reference in New Issue
Block a user