diff --git a/Gemfile b/Gemfile index d3d0473d11..f19c62cb39 100644 --- a/Gemfile +++ b/Gemfile @@ -199,7 +199,7 @@ group :test do # More concise test ("should") matchers gem 'shoulda-matchers', '~> 6.2' # Mock HTTP requests and ensure they are not called during tests. - gem "webmock", "~> 3.23" + gem "webmock", "~> 3.24" # Interface capybara to chrome headless gem "cuprite" # Read PDF files for tests diff --git a/Gemfile.lock b/Gemfile.lock index 012f876163..bcec3b0cb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,8 +76,8 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) afm (0.2.2) annotate (3.2.0) activerecord (>= 3.2, < 8.0) @@ -294,7 +294,7 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - hashdiff (1.1.0) + hashdiff (1.1.1) hashery (2.1.2) hashie (5.0.0) httparty (0.22.0) @@ -481,7 +481,7 @@ GEM pry (~> 0.13) psych (5.1.2) stringio - public_suffix (5.1.0) + public_suffix (6.0.1) puma (6.4.2) nio4r (~> 2.0) racc (1.8.1) @@ -553,8 +553,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.6) - strscan + rexml (3.3.8) rolify (6.0.1) rouge (4.1.2) rspec (3.13.0) @@ -666,7 +665,6 @@ GEM stringio (3.1.1) strong_migrations (1.8.0) activerecord (>= 5.2) - strscan (3.1.0) terser (1.2.3) execjs (>= 0.3.0, < 3) thor (1.3.2) @@ -689,7 +687,7 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webmock (3.23.1) + webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -798,7 +796,7 @@ DEPENDENCIES terser turbo-rails web-console - webmock (~> 3.23) + webmock (~> 3.24) BUNDLED WITH 2.5.20