Skip to content

Commit b0df8a7

Browse files
dapiclaude
andcommitted
Switch ruby_llm from GitHub source to released gem v1.11.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f562f95 commit b0df8a7

2 files changed

Lines changed: 12 additions & 17 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ gem 'anyway_config', '~> 2.7'
112112

113113
gem 'semver2', '~> 3.4'
114114

115-
gem 'ruby_llm', github: 'crmne/ruby_llm'
115+
gem 'ruby_llm'
116116

117117
gem 'hiredis', '~> 0.6.3'
118118
gem 'redis', '~> 5.4'

Gemfile.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
GIT
2-
remote: https://github.com/crmne/ruby_llm.git
3-
revision: bd2bb14df0b15d3eff0a9ab46154fa95076feabc
4-
specs:
5-
ruby_llm (1.11.0)
6-
base64
7-
event_stream_parser (~> 1)
8-
faraday (>= 1.10.0)
9-
faraday-multipart (>= 1)
10-
faraday-net_http (>= 1)
11-
faraday-retry (>= 1)
12-
marcel (~> 1.0)
13-
ruby_llm-schema (~> 0.2.1)
14-
zeitwerk (~> 2)
15-
161
GIT
172
remote: https://github.com/mprokopov/telegram-bot.git
183
revision: b8ebc2d491016b206e5ac1c41ee71e16ec94dbee
@@ -490,6 +475,16 @@ GEM
490475
ffi (~> 1.12)
491476
logger
492477
ruby2_keywords (0.0.5)
478+
ruby_llm (1.11.0)
479+
base64
480+
event_stream_parser (~> 1)
481+
faraday (>= 1.10.0)
482+
faraday-multipart (>= 1)
483+
faraday-net_http (>= 1)
484+
faraday-retry (>= 1)
485+
marcel (~> 1.0)
486+
ruby_llm-schema (~> 0.2.1)
487+
zeitwerk (~> 2)
493488
ruby_llm-schema (0.2.5)
494489
rubyzip (3.2.2)
495490
sanitize (7.0.0)
@@ -627,7 +622,7 @@ DEPENDENCIES
627622
rubocop-rails
628623
rubocop-rails-omakase
629624
rubocop-yard
630-
ruby_llm!
625+
ruby_llm
631626
sanitize (~> 7.0)
632627
selenium-webdriver
633628
semver2 (~> 3.4)

0 commit comments

Comments
 (0)