Skip to content

Commit a33cc58

Browse files
committed
use creaumond's bug fix fork / branch
crmne/ruby_llm#564
1 parent 5c9b934 commit a33cc58

2 files changed

Lines changed: 18 additions & 12 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gem "thruster", require: false
4040
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
4141
gem "image_processing", "~> 1.2"
4242

43-
gem "ruby_llm"
43+
gem "ruby_llm", github: "creaumond/ruby_llm", branch: "bug/preseves-assume_model_exists-in-to-llm"
4444

4545
group :development, :test do
4646
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem

Gemfile.lock

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
GIT
2+
remote: https://github.com/creaumond/ruby_llm.git
3+
revision: 18f502b08694b27a85691f464acacd7fc62e81dc
4+
branch: bug/preseves-assume_model_exists-in-to-llm
5+
specs:
6+
ruby_llm (1.9.2)
7+
base64
8+
event_stream_parser (~> 1)
9+
faraday (>= 1.10.0)
10+
faraday-multipart (>= 1)
11+
faraday-net_http (>= 1)
12+
faraday-retry (>= 1)
13+
marcel (~> 1.0)
14+
ruby_llm-schema (~> 0.2.1)
15+
zeitwerk (~> 2)
16+
117
GEM
218
remote: https://rubygems.org/
319
specs:
@@ -323,16 +339,6 @@ GEM
323339
ruby-vips (2.3.0)
324340
ffi (~> 1.12)
325341
logger
326-
ruby_llm (1.9.1)
327-
base64
328-
event_stream_parser (~> 1)
329-
faraday (>= 1.10.0)
330-
faraday-multipart (>= 1)
331-
faraday-net_http (>= 1)
332-
faraday-retry (>= 1)
333-
marcel (~> 1.0)
334-
ruby_llm-schema (~> 0.2.1)
335-
zeitwerk (~> 2)
336342
ruby_llm-schema (0.2.5)
337343
rubyzip (3.2.2)
338344
securerandom (0.4.1)
@@ -434,7 +440,7 @@ DEPENDENCIES
434440
puma (>= 5.0)
435441
rails (~> 8.1.1)
436442
rubocop-rails-omakase
437-
ruby_llm
443+
ruby_llm!
438444
selenium-webdriver
439445
solid_cable
440446
solid_cache

0 commit comments

Comments
 (0)