diff --git a/Gemfile.lock b/Gemfile.lock index d2e50be..7a83df0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,8 +21,8 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) ast (2.4.2) async (2.24.0) console (~> 1.29) @@ -33,7 +33,7 @@ GEM base64 (0.2.0) bigdecimal (3.1.8) cgi (0.5.2) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.8) console (1.30.2) fiber-annotation fiber-local (~> 1.1) @@ -70,11 +70,12 @@ GEM dry-logic (~> 1.4) zeitwerk (~> 2.6) event_stream_parser (1.0.0) - faraday (2.11.0) - faraday-net_http (>= 2.0, < 3.4) + faraday (2.14.3) + faraday-net_http (>= 2.0, < 3.5) + json logger - faraday-multipart (1.0.4) - multipart-post (~> 2) + faraday-multipart (1.2.0) + multipart-post (~> 2.0) faraday-net_http (3.3.0) net-http fiber-annotation (0.2.0) @@ -105,8 +106,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.8.3) - rexml (3.3.1) - strscan + rexml (3.4.4) rgl (0.6.7) pairing_heap (>= 0.3, < 4.0) rexml (~> 3.2, >= 3.2.4) @@ -140,7 +140,7 @@ GEM rubocop-performance (1.19.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - ruby-openai (7.1.0) + ruby-openai (8.3.0) event_stream_parser (>= 0.3.0, < 2.0.0) faraday (>= 1) faraday-multipart (>= 1) @@ -164,7 +164,6 @@ GEM unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) - strscan (3.1.0) thor (1.3.2) timecop (0.9.10) traces (0.15.2) @@ -188,7 +187,7 @@ GEM tty-screen (~> 0.8) unicode-display_width (2.5.0) unicode_utils (1.4.0) - uri (0.13.1) + uri (1.1.1) vcr (6.3.1) base64 webmock (3.23.1)