Skip to content

Commit

Permalink
Merge pull request #1337 from tryzealot/dependabot/bundler/sidekiq-7.2.0
Browse files Browse the repository at this point in the history
chore(deps): bump sidekiq from 7.1.6 to 7.2.0
  • Loading branch information
icyleaf authored Dec 7, 2023
2 parents 69837f2 + a7f6898 commit 3b1bb9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ gem 'rqrcode'

# 异步队列
gem 'activejob-status'
gem 'sidekiq', '~> 7.1.6'
gem 'sidekiq', '~> 7.2.0'
gem 'sidekiq-scheduler', '~> 5.0.3'
gem 'sidekiq-failures', '~> 1.0.4'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ GEM
psych (>= 4.0.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.17.1)
redis-client (0.18.0)
connection_pool
regexp_parser (2.6.1)
reline (0.3.9)
Expand Down Expand Up @@ -481,7 +481,7 @@ GEM
sentry-sidekiq (5.12.0)
sentry-ruby (~> 5.12.0)
sidekiq (>= 3.0)
sidekiq (7.1.6)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -627,7 +627,7 @@ DEPENDENCIES
sentry-rails
sentry-ruby
sentry-sidekiq
sidekiq (~> 7.1.6)
sidekiq (~> 7.2.0)
sidekiq-failures (~> 1.0.4)
sidekiq-scheduler (~> 5.0.3)
simple_form (~> 5.3)
Expand Down

0 comments on commit 3b1bb9f

Please sign in to comment.