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 @@ -30,7 +30,7 @@ gem "pundit", "~> 2.3"
# Background jobs
gem "connection_pool", "~> 2.4"
gem "sidekiq", "~> 7.2"
gem "sidekiq-cron", "~> 1.12"
gem "sidekiq-cron", "~> 2.3"
gem "redis", "~> 5.0"

# API rate limiting
Expand Down
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ GEM
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
crass (1.0.6)
cronex (0.15.0)
tzinfo
unicode (>= 0.4.4.5)
cssbundling-rails (1.4.3)
railties (>= 6.0.0)
date (3.5.1)
Expand Down Expand Up @@ -401,10 +404,11 @@ GEM
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-cron (1.12.0)
fugit (~> 1.8)
sidekiq-cron (2.3.1)
cronex (>= 0.13.0)
fugit (~> 1.8, >= 1.11.1)
globalid (>= 1.0.1)
sidekiq (>= 6)
sidekiq (>= 6.5.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -453,6 +457,7 @@ GEM
turbo-rails (>= 1.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode (0.4.4.5)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.2.0)
Expand Down Expand Up @@ -522,7 +527,7 @@ DEPENDENCIES
selenium-webdriver (~> 4.10)
shoulda-matchers (~> 6.0)
sidekiq (~> 7.2)
sidekiq-cron (~> 1.12)
sidekiq-cron (~> 2.3)
simplecov
solid_cable
solid_cache
Expand Down
Loading