Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem "thruster", require: false
# gem "image_processing", "~> 1.2"

gem "redcarpet", "~> 3.6"
gem "ruby_llm", "~> 1.6"
gem "ruby_llm", "~> 1.16"
gem "validate_url", "~> 1.0"

group :development, :test do
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ GEM
et-orbi (1.4.0)
tzinfo
event_stream_parser (1.0.0)
faraday (2.14.1)
faraday (2.14.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-multipart (1.2.0)
multipart-post (~> 2.0)
faraday-net_http (3.4.2)
faraday-net_http (3.4.4)
net-http (~> 0.5)
faraday-retry (2.4.0)
faraday (~> 2.0)
Expand Down Expand Up @@ -176,7 +176,7 @@ GEM
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
jmespath (1.6.2)
json (2.19.5)
json (2.19.8)
kamal (2.11.0)
activesupport (>= 7.0)
base64 (~> 0.2)
Expand Down Expand Up @@ -225,7 +225,7 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.1.0)
marcel (1.2.1)
matrix (0.4.3)
mini_mime (1.1.5)
minitest (6.0.6)
Expand Down Expand Up @@ -365,7 +365,7 @@ GEM
rubocop-performance (>= 1.24)
rubocop-rails (>= 2.30)
ruby-progressbar (1.13.0)
ruby_llm (1.15.0)
ruby_llm (1.16.0)
base64
event_stream_parser (~> 1)
faraday (>= 1.10.0)
Expand All @@ -375,7 +375,7 @@ GEM
marcel (~> 1)
ruby_llm-schema (~> 0)
zeitwerk (~> 2)
ruby_llm-schema (0.3.0)
ruby_llm-schema (0.4.0)
rubyzip (3.3.0)
securerandom (0.4.1)
selenium-webdriver (4.43.0)
Expand Down Expand Up @@ -446,7 +446,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.5)
zeitwerk (2.8.2)

PLATFORMS
aarch64-linux
Expand Down Expand Up @@ -479,7 +479,7 @@ DEPENDENCIES
rails (~> 8.1.3)
redcarpet (~> 3.6)
rubocop-rails-omakase
ruby_llm (~> 1.6)
ruby_llm (~> 1.16)
selenium-webdriver
solid_cable
solid_cache
Expand Down
Loading