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 @@ -23,7 +23,7 @@ gem "bcrypt", "~> 3.1.22"
# Background Jobs
gem "connection_pool", "~> 2.4"
gem "sidekiq", "~> 8.0"
gem "sidekiq-cron", "~> 2.0"
gem "sidekiq-cron", "~> 2.4"

# WebSocket (ActionCable with Redis)
gem "redis", "~> 5.0"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ GEM
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.19.3)
json (2.19.5)
jwt (3.1.2)
base64
kamal (2.11.0)
Expand Down Expand Up @@ -214,7 +214,7 @@ GEM
mini_magick (5.3.1)
logger
mini_mime (1.1.5)
minitest (6.0.4)
minitest (6.0.6)
drb (~> 2.0)
prism (~> 1.5)
msgpack (1.8.0)
Expand Down Expand Up @@ -337,7 +337,7 @@ GEM
tsort
redis (5.4.1)
redis-client (>= 0.22.0)
redis-client (0.26.4)
redis-client (0.29.0)
connection_pool
regexp_parser (2.11.3)
reline (0.6.3)
Expand Down Expand Up @@ -415,7 +415,7 @@ GEM
logger (>= 1.6.2)
rack (>= 3.1.0)
redis-client (>= 0.23.2)
sidekiq-cron (2.3.1)
sidekiq-cron (2.4.0)
cronex (>= 0.13.0)
fugit (~> 1.8, >= 1.11.1)
globalid (>= 1.0.1)
Expand Down Expand Up @@ -535,7 +535,7 @@ DEPENDENCIES
selenium-webdriver
shoulda-matchers
sidekiq (~> 8.0)
sidekiq-cron (~> 2.0)
sidekiq-cron (~> 2.4)
simplecov
stimulus-rails
tailwindcss-rails
Expand Down
Loading