Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Bump sidekiq from 6.3.1 to 6.4.0 (#185)
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.3.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.3.1...v6.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 22, 2022
1 parent 5e6a98f commit d144abb
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 @@ -53,7 +53,7 @@ gem 'devise', '~> 4.7.0'
gem 'devise-bootstrap-views', '~> 1.0'
gem 'devise_invitable', '~> 2.0.0'

gem 'sidekiq', '~> 6.0'
gem 'sidekiq', '~> 6.4'

# Versioning
gem 'paper_trail'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ GEM
down (~> 5.0)
http (>= 3.2, < 6)
shrine (>= 3.0.0.rc, < 4)
sidekiq (6.3.1)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -601,7 +601,7 @@ DEPENDENCIES
sass-rails (>= 6)
sd_notify (>= 0.1.0)
shoulda-context
sidekiq (~> 6.0)
sidekiq (~> 6.4)
simple_form (~> 5.0)
simplecov
solr_wrapper (~> 3.1)
Expand Down

0 comments on commit d144abb

Please sign in to comment.