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