diff --git a/Gemfile b/Gemfile index a33d1a115..612326bcf 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ group :development, :test do end group :test do - gem "capybara", "~> 3.39.2" + gem "capybara", "~> 3.40.0" gem "capybara-webmock", "~> 0.7.0" gem "email_spec", "~> 2.2.2" gem "pdf-reader" diff --git a/Gemfile.lock b/Gemfile.lock index eaeb65549..df19bcf9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,7 +69,7 @@ GEM acts-as-taggable-on (9.0.1) activerecord (>= 6.0, < 7.1) acts_as_votable (0.14.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) afm (0.2.2) ahoy_matey (4.2.1) @@ -134,11 +134,11 @@ GEM capistrano (~> 3.7) capistrano-bundler puma (>= 4.0, < 6.0) - 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) @@ -705,7 +705,7 @@ DEPENDENCIES capistrano-rails (~> 1.6.3) capistrano3-delayed-job (~> 1.7.6) capistrano3-puma (~> 5.2.0) - capybara (~> 3.39.2) + capybara (~> 3.40.0) capybara-webmock (~> 0.7.0) caxlsx (~> 3.4.1) caxlsx_rails (~> 0.6.3)