diff --git a/Gemfile b/Gemfile index 52abce3..093baed 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'rubocop-rake', '~> 0.6' gem 'rubocop-rspec', '~> 3.0' gem 'vcr', '~> 6.0' -gem 'webmock', '~> 3.0' +gem 'webmock', '~> 3.26' # Pin public_suffix for Ruby 3.0/3.1 compatibility (7.0+ requires Ruby >= 3.2) gem 'public_suffix', '< 7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 014cc24..a790e53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM unicode-emoji (4.2.0) uri (1.1.1) vcr (6.4.0) - webmock (3.26.1) + webmock (3.26.2) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -131,4 +131,4 @@ DEPENDENCIES rubocop-rake (~> 0.6) rubocop-rspec (~> 3.0) vcr (~> 6.0) - webmock (~> 3.0) + webmock (~> 3.26)