From ba69a290225c5085ad0fe68b303d5895a2f45823 Mon Sep 17 00:00:00 2001 From: adham90 Date: Fri, 6 Mar 2026 22:33:23 +0200 Subject: [PATCH] Bump ruby_llm to v1.13.2 - Updates ruby_llm from 1.12.0 to 1.13.2 (latest version) - Includes schema sanitization fix, streaming stability improvements, and date handling enhancements - Relaxes ruby_llm-schema dependency constraint (~> 0) - Updates transitive dependencies (json, zeitwerk, ruby_llm-schema to 0.3.0) Co-Authored-By: Claude Haiku 4.5 --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 856a67d..5b23c7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,7 +133,7 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.18.1) + json (2.19.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -269,17 +269,17 @@ GEM rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (1.13.0) - ruby_llm (1.12.0) + ruby_llm (1.13.2) base64 event_stream_parser (~> 1) faraday (>= 2.0) faraday-multipart (>= 1) faraday-net_http (>= 1) faraday-retry (>= 2.0) - marcel (~> 1.0) - ruby_llm-schema (~> 0.2.1) + marcel (~> 1) + ruby_llm-schema (~> 0) zeitwerk (~> 2) - ruby_llm-schema (0.2.5) + ruby_llm-schema (0.3.0) securerandom (0.4.1) simplecov (0.22.0) docile (~> 1.1) @@ -321,7 +321,7 @@ GEM base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.7.4) + zeitwerk (2.7.5) PLATFORMS ruby