Skip to content
Merged
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
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
ai-agents (0.9.1)
ruby_llm (~> 1.9.1)
ruby_llm (~> 1.14)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -36,6 +36,9 @@ GEM
google-protobuf (4.33.4-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.33.4-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
googleapis-common-protos-types (1.22.0)
google-protobuf (~> 4.26)
hashdiff (1.2.1)
Expand Down Expand Up @@ -125,15 +128,15 @@ GEM
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
ruby-progressbar (1.13.0)
ruby_llm (1.9.1)
ruby_llm (1.14.0)
base64
event_stream_parser (~> 1)
faraday (>= 1.10.0)
faraday-multipart (>= 1)
faraday-net_http (>= 1)
faraday-retry (>= 1)
marcel (~> 1.0)
ruby_llm-schema (~> 0.2.1)
marcel (~> 1)
ruby_llm-schema (~> 0)
zeitwerk (~> 2)
ruby_llm-schema (0.2.1)
simplecov (0.22.0)
Expand All @@ -157,6 +160,7 @@ GEM
PLATFORMS
arm64-darwin-24
ruby
x64-mingw-ucrt

DEPENDENCIES
ai-agents!
Expand Down
2 changes: 1 addition & 1 deletion ai-agents.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# Core dependencies
spec.add_dependency "ruby_llm", "~> 1.9.1"
spec.add_dependency "ruby_llm", "~> 1.14"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down
Loading