diff --git a/Gemfile b/Gemfile index 1dc5b81f23..b23ae67e79 100644 --- a/Gemfile +++ b/Gemfile @@ -168,7 +168,7 @@ gem 'google-cloud-storage', '~> 1.44', require: false group :test do gem 'fivemat', '~> 1.3.7' - gem 'webmock', '~> 3.18.1' + gem 'webmock', '~> 3.19.1' gem 'simplecov', '~> 0.22.0' gem 'simplecov-lcov', '~> 0.7.0' gem 'capybara', '~> 3.39.2' diff --git a/Gemfile.lock b/Gemfile.lock index b5bfe64681..3dcebaa345 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.4) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) annotate (3.2.0) activerecord (>= 3.2, < 8.0) @@ -375,7 +375,7 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.1) + public_suffix (5.0.3) racc (1.7.1) rack (2.2.8) rack-test (2.1.0) @@ -539,7 +539,7 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webmock (3.18.1) + webmock (3.19.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -653,7 +653,7 @@ DEPENDENCIES unidecoder (~> 1.1.0) vpim (~> 13.11.11) web-console (>= 3.3.0) - webmock (~> 3.18.1) + webmock (~> 3.19.1) will_paginate (~> 4.0.0) xapian-full-alaveteli (~> 1.4.22.1) xml-simple (~> 1.1.9)