Skip to content
Closed
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 @@ -31,7 +31,7 @@ gem "sidekiq", "~> 7.3"
gem "sidekiq-scheduler" # seconds-level schedules like every 15s

# HTTP client for API requests
gem "httpx", "~> 1.0"
gem "httpx", "~> 1.6"

# RubyLLM for AI processing with structured output
gem "ruby_llm"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
globalid (1.3.0)
activesupport (>= 6.1)
http-2 (1.1.1)
httpx (1.6.2)
httpx (1.6.3)
http-2 (>= 1.0.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -369,7 +369,7 @@ DEPENDENCIES
brakeman
capybara
debug
httpx (~> 1.0)
httpx (~> 1.6)
importmap-rails
jbuilder
kamal
Expand Down
Loading