diff --git a/Gemfile b/Gemfile index 7a517a5491..2da39235b5 100644 --- a/Gemfile +++ b/Gemfile @@ -74,5 +74,5 @@ group :test do gem 'shoulda-matchers', '~> 5.3' gem 'simplecov', '~> 0.22', require: false gem 'vcr', '~> 6.2' - gem 'webmock', '~> 3.18' + gem 'webmock', '~> 3.19' end diff --git a/Gemfile.lock b/Gemfile.lock index 10ccf331db..6ada94c3de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -561,7 +561,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) @@ -644,7 +644,7 @@ DEPENDENCIES vcr (~> 6.2) view_component (~> 3.5) web-console (~> 4.2) - webmock (~> 3.18) + webmock (~> 3.19) RUBY VERSION ruby 3.2.2p53