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 @@ -45,7 +45,7 @@ gem 'rails', '7.2.3'
gem 'restpack_serializer', git: 'https://github.com/zooniverse/restpack_serializer.git', branch: 'panoptes-api-version', ref: 'a99b03c'
gem 'ranked-model', '~> 0.4.8'
gem 'scientist', '~> 1.6.4'
gem 'sidekiq', '< 7'
gem 'sidekiq', '< 8'
gem 'sidekiq-congestion', '~> 0.1.0'
gem 'sidekiq-cron'
gem 'sidekiq-grouping'
Expand Down
29 changes: 14 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ GEM
bcrypt (3.1.22)
benchmark (0.5.0)
bigdecimal (4.1.2)
brpoplpush-redis_script (0.1.3)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, < 6)
builder (3.3.0)
case_transform (0.2)
activesupport
Expand Down Expand Up @@ -435,7 +432,10 @@ GEM
erb
psych (>= 4.0.0)
tsort
redis (4.8.1)
redis (5.4.1)
redis-client (>= 0.22.0)
redis-client (0.29.0)
connection_pool
regexp_parser (2.6.0)
reline (0.6.3)
io-console (~> 0.5)
Expand Down Expand Up @@ -503,11 +503,12 @@ GEM
scientist (1.6.5)
securerandom (0.4.1)
shellany (0.0.1)
sidekiq (6.0.7)
connection_pool (>= 2.2.2)
rack (~> 2.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
sidekiq (7.3.10)
base64
connection_pool (>= 2.3.0, < 3)
logger
rack (>= 2.2.4, < 3.3)
redis-client (>= 0.23.0, < 1)
sidekiq-congestion (0.1.1)
congestion (~> 0.1)
sidekiq (>= 3.0)
Expand All @@ -518,12 +519,10 @@ GEM
activesupport
concurrent-ruby
sidekiq (>= 3.4.2)
sidekiq-unique-jobs (7.1.33)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
sidekiq-unique-jobs (8.1.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (< 5.0)
sidekiq (>= 5.0, < 7.0)
thor (>= 0.20, < 3.0)
sidekiq (>= 7.0.0, < 9.0.0)
thor (>= 1.0, < 3.0)
spring (4.4.0)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
Expand Down Expand Up @@ -634,7 +633,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
scientist (~> 1.6.4)
sidekiq (< 7)
sidekiq (< 8)
sidekiq-congestion (~> 0.1.0)
sidekiq-cron
sidekiq-grouping
Expand Down
Loading