Skip to content

Commit

Permalink
Bump sidekiq from 6.1.3 to 6.4.0
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.1.3 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.1.3...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 Feb 28, 2022
1 parent f0a4779 commit d0040da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem "jbuilder", "~> 2.11.5"
gem "wahwah", "~> 1.2.0"

# Use sidekiq for backgroud job
gem "sidekiq", "~> 6.1.2"
gem "sidekiq", "~> 6.4.0"

# Pagination
gem "pagy", "~> 5.6.6"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ GEM
ruby-progressbar (1.11.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
sidekiq (6.1.3)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -333,7 +333,7 @@ DEPENDENCIES
puma (~> 5.6.2)
rails (~> 7.0.0)
redis (~> 4.0)
sidekiq (~> 6.1.2)
sidekiq (~> 6.4.0)
simplecov (~> 0.21.2)
simplecov-lcov (~> 0.8.0)
sprockets-rails (~> 3.4.2)
Expand Down

0 comments on commit d0040da

Please sign in to comment.