Skip to content

Commit

Permalink
Upgrade sidekiq-batch to 0.8.0 (#3870)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlledom authored Aug 22, 2024
1 parent f115892 commit a1365ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ gem 'statsd-ruby', require: false

# Sidekiq
gem 'sidekiq', '~> 7', require: %w[sidekiq sidekiq/web]
# Use a forked sidekiq-batch with support for Sidekiq 7
# The next upstream version will add support Sidekiq 7 as well
# Remove this fork when they release the new version
gem 'sidekiq-batch', github: '3scale/sidekiq-batch', branch: 'redis-client'
gem 'sidekiq-batch', '~> 0.2.0'
gem 'sidekiq-cron', require: %w[sidekiq/cron sidekiq/cron/web]
gem 'sidekiq-throttled', '~> 1.4.0'

Expand Down
12 changes: 3 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ GIT
nokogiri (~> 1)
rspec (>= 3.0.0.a, < 4)

GIT
remote: https://github.com/3scale/sidekiq-batch.git
revision: f1c56d0b8445fd3eb337614aedba1752aa19938e
branch: redis-client
specs:
sidekiq-batch (0.1.9)
sidekiq (~> 7)

GIT
remote: https://github.com/3scale/swagger-ui_rails.git
revision: f88bb8bed4fdb57fcf5be6425f3fc10c638788d1
Expand Down Expand Up @@ -792,6 +784,8 @@ GEM
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.19.0)
sidekiq-batch (0.2.0)
sidekiq (>= 7, < 8)
sidekiq-cron (1.9.1)
fugit (~> 1.8)
sidekiq (>= 4.2.1)
Expand Down Expand Up @@ -1074,7 +1068,7 @@ DEPENDENCIES
selenium-webdriver (~> 3.142)
shoulda (~> 4.0)
sidekiq (~> 7)
sidekiq-batch!
sidekiq-batch (~> 0.2.0)
sidekiq-cron
sidekiq-throttled (~> 1.4.0)
simplecov (~> 0.21.2)
Expand Down

0 comments on commit a1365ef

Please sign in to comment.