Skip to content

Commit

Permalink
Upgrade: Bump sidekiq from 6.5.5 to 7.1.2
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.5 to 7.1.2.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.5.5...v7.1.2)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent 552de31 commit 0d9410b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem 'sentry-rails', '~> 5.4'
gem 'sentry-ruby', '~> 5.9'
gem 'sentry-sidekiq', '~> 5.8'
gem 'shakapacker', '6.6.0'
gem 'sidekiq', '~> 6.5'
gem 'sidekiq', '~> 7.1'
gem 'turbo-rails', '~> 1.4'
gem 'view_component', '~> 3.2'

Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,11 @@ GEM
semantic_range (>= 2.3.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.5.5)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.5.0)
sidekiq (7.1.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -643,7 +644,7 @@ DEPENDENCIES
sentry-sidekiq (~> 5.8)
shakapacker (= 6.6.0)
shoulda-matchers (~> 5.3)
sidekiq (~> 6.5)
sidekiq (~> 7.1)
simplecov (~> 0.22)
turbo-rails (~> 1.4)
vcr (~> 6.1)
Expand Down

0 comments on commit 0d9410b

Please sign in to comment.