diff --git a/Gemfile b/Gemfile index 9bf9fe1..3f9063c 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ group :test do gem "json_matchers", "~> 0.11" # HTTP request stubbing - gem "webmock", "~> 3.0" + gem "webmock", "~> 3.26" # Test coverage gem "simplecov", "~> 0.22", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 4c2be6c..68f4cff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM bcrypt_pbkdf (1.1.1-arm64-darwin) bcrypt_pbkdf (1.1.1-x86_64-darwin) benchmark (0.4.1) - bigdecimal (3.2.3) + bigdecimal (3.3.1) bootsnap (1.18.6) msgpack (~> 1.2) brakeman (7.1.0) @@ -88,7 +88,7 @@ GEM builder (3.3.0) concurrent-ruby (1.3.5) connection_pool (2.5.4) - crack (1.0.0) + crack (1.0.1) bigdecimal rexml crass (1.0.6) @@ -372,7 +372,7 @@ GEM unicode-emoji (4.1.0) uri (1.0.3) useragent (0.16.11) - webmock (3.25.1) + webmock (3.26.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -418,7 +418,7 @@ DEPENDENCIES solid_queue thruster tzinfo-data - webmock (~> 3.0) + webmock (~> 3.26) BUNDLED WITH 2.7.1