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 @@ -48,7 +48,7 @@ gem "tzinfo-data", platforms: %i[ windows jruby ]
gem "redis", "~> 5.0"

# Background job processing with Sidekiq
gem "sidekiq", "~> 8.0"
gem "sidekiq", "~> 8.1"

# pgvector support for vector similarity search
gem "neighbor", "~> 0.5"
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ GEM
jbuilder (2.14.1)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
json (2.17.1)
json (2.18.0)
kamal (2.9.0)
activesupport (>= 7.0)
base64 (~> 0.2)
Expand Down Expand Up @@ -425,12 +425,12 @@ GEM
securerandom (0.4.1)
shoulda-matchers (7.0.1)
activesupport (>= 7.1)
sidekiq (8.0.10)
connection_pool (>= 2.5.0)
json (>= 2.9.0)
logger (>= 1.6.2)
rack (>= 3.1.0)
redis-client (>= 0.23.2)
sidekiq (8.1.0)
connection_pool (>= 3.0.0)
json (>= 2.16.0)
logger (>= 1.7.0)
rack (>= 3.2.0)
redis-client (>= 0.26.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -527,7 +527,7 @@ DEPENDENCIES
rubocop-rails-omakase
ruby_llm (~> 1.0)
shoulda-matchers (~> 7.0)
sidekiq (~> 8.0)
sidekiq (~> 8.1)
simplecov
stimulus-rails
thruster
Expand Down
Loading