diff --git a/Gemfile b/Gemfile index 85894780..eb72005a 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem "rake", "~> 13.2" gem "rspec", "~> 3.13" gem "rubocop", "~> 1.50.2" gem "vcr", "~> 6.1.0" -gem "webmock", "~> 3.23.1" +gem "webmock", "~> 3.24.0" diff --git a/Gemfile.lock b/Gemfile.lock index 56f04af6..93474aba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,8 +9,8 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) @@ -28,18 +28,17 @@ GEM faraday-multipart (1.0.4) multipart-post (~> 2) faraday-net_http (3.0.2) - hashdiff (1.1.0) + hashdiff (1.1.1) json (2.6.3) multipart-post (2.3.0) parallel (1.22.1) parser (3.2.2.0) ast (~> 2.4.1) - public_suffix (5.0.5) + public_suffix (5.1.1) rainbow (3.1.1) rake (13.2.1) regexp_parser (2.8.0) - rexml (3.3.6) - strscan + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -67,10 +66,9 @@ GEM parser (>= 3.2.1.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - strscan (3.1.0) unicode-display_width (2.4.2) vcr (6.1.0) - webmock (3.23.1) + webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -86,7 +84,7 @@ DEPENDENCIES rubocop (~> 1.50.2) ruby-openai! vcr (~> 6.1.0) - webmock (~> 3.23.1) + webmock (~> 3.24.0) BUNDLED WITH 2.4.5