Skip to content

Commit

Permalink
Merge pull request #2391 from ministryofjustice/dependabot/bundler/si…
Browse files Browse the repository at this point in the history
…dekiq-6.2.0

Bump sidekiq from 6.1.3 to 6.2.0
  • Loading branch information
Alex Swann committed Mar 16, 2021
2 parents 33136d5 + 3c3ad6e commit dc3b239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -55,7 +55,7 @@ gem 'jwt'

# background processing
gem 'redis-namespace'
gem 'sidekiq', '~> 6.1.3'
gem 'sidekiq', '~> 6.2.0'
gem 'sidekiq_alive', '>= 2.0.1'
gem 'sidekiq-status', '>= 1.1.4'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -586,7 +586,7 @@ GEM
shellany (0.0.1)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (6.1.3)
sidekiq (6.2.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -744,7 +744,7 @@ DEPENDENCIES
sentry-ruby
sentry-sidekiq
shoulda-matchers (~> 4.5)
sidekiq (~> 6.1.3)
sidekiq (~> 6.2.0)
sidekiq-status (>= 1.1.4)
sidekiq_alive (>= 2.0.1)
simple_command!
Expand Down

0 comments on commit dc3b239

Please sign in to comment.