diff --git a/Gemfile b/Gemfile index 6f0733a..7861862 100644 --- a/Gemfile +++ b/Gemfile @@ -13,5 +13,5 @@ gem "rubocop", "~> 1.65" gem "rubocop-minitest", "~> 0.35" gem "rubocop-rake", "~> 0.6" gem "sinatra", "~> 4.0" -gem "webmock", "~> 3.23" +gem "webmock", "~> 3.24" gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 87f3800..26fee18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,8 +66,7 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.6) - strscan + rexml (3.3.8) rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -95,12 +94,11 @@ GEM rack-session (>= 2.0.0, < 3) tilt (~> 2.0) stringio (3.1.1) - strscan (3.1.0) tilt (2.4.0) typhoeus (1.4.1) ethon (>= 0.9.0) unicode-display_width (2.5.0) - webmock (3.23.1) + webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -126,7 +124,7 @@ DEPENDENCIES rubocop-minitest (~> 0.35) rubocop-rake (~> 0.6) sinatra (~> 4.0) - webmock (~> 3.23) + webmock (~> 3.24) webrick (~> 1.8) BUNDLED WITH