fix: ruby_llm version conflicts with ai-agents (#13011)

Co-authored-by: aakashb95 <aakash@chatwoot.com>
This commit is contained in:
Shivam Mishra
2025-12-05 10:52:13 +05:30
committed by GitHub
parent 67dc21ea5f
commit a971ff00f8
3 changed files with 10 additions and 15 deletions

View File

@@ -191,10 +191,10 @@ gem 'reverse_markdown'
gem 'iso-639'
gem 'ruby-openai'
gem 'ai-agents', '>= 0.4.3'
gem 'ai-agents', '>= 0.7.0'
# TODO: Move this gem as a dependency of ai-agents
gem 'ruby_llm', '>= 1.9.1'
gem 'ruby_llm', '>= 1.8.2'
gem 'ruby_llm-schema'
# OpenTelemetry for LLM observability