Skip to content

Commit

Permalink
Bump sidekiq from 6.2.1 to 6.4.0
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.2.1 to 6.4.0.
- [Release notes](https://github.com/mperham/sidekiq/releases)
- [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.2.1...v6.4.0)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 1, 2022
1 parent 41aad6d commit e8f81ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'rack-cors', '~> 1.0.5', require: 'rack/cors'
gem 'htmlentities'
gem 'rack-attack', '~> 6.0.0'

gem 'sidekiq', '~> 6.2.1'
gem 'sidekiq', '~> 6.4.0'
gem 'sidekiq-cron', '~> 1.1.0'

gem 'airbrake', '~> 10.0.5'
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,10 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
rbtree3 (0.6.0)
redis (4.4.0)
redis (5.0.2)
redis-client (~> 0.7)
redis-client (0.7.1)
connection_pool
regexp_parser (1.6.0)
responders (3.0.0)
actionpack (>= 5.0)
Expand Down Expand Up @@ -354,7 +357,7 @@ GEM
scenic (1.5.1)
activerecord (>= 4.0.0)
railties (>= 4.0.0)
sidekiq (6.2.1)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -446,7 +449,7 @@ DEPENDENCIES
rspec-rails
sassc-rails (~> 2.1.2)
scenic (~> 1.5.1)
sidekiq (~> 6.2.1)
sidekiq (~> 6.4.0)
sidekiq-cron (~> 1.1.0)
simplecov
simplecov-lcov
Expand Down

0 comments on commit e8f81ee

Please sign in to comment.