Skip to content

Commit

Permalink
Bump sidekiq from 6.5.8 to 7.1.3
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.8 to 7.1.3.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.5.8...v7.1.3)

---
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] authored Sep 12, 2023
1 parent 38b30c5 commit f736b95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem "rack-attack"
gem "ruby-vips"
gem "sentry-rails"
gem "sentry-ruby"
gem "sidekiq", "<7"
gem "sidekiq", "<8"
gem "sidekiq-cron"
gem "sitemap_generator"
gem "validate_url"
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ GEM
cgi (0.3.6)
climate_control (1.2.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.0)
connection_pool (2.4.1)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -397,7 +397,8 @@ GEM
rake (13.0.6)
rbs (3.0.3)
redcarpet (3.6.0)
redis (4.8.1)
redis-client (0.17.0)
connection_pool
regexp_parser (2.8.1)
reline (0.3.3)
io-console (~> 0.5)
Expand Down Expand Up @@ -478,10 +479,11 @@ GEM
concurrent-ruby (~> 1.0, >= 1.0.2)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.5.8)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.1.3)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidekiq-cron (1.10.1)
fugit (~> 1.8)
globalid (>= 1.0.1)
Expand Down Expand Up @@ -606,7 +608,7 @@ DEPENDENCIES
sentry-rails
sentry-ruby
shoulda-matchers
sidekiq (< 7)
sidekiq (< 8)
sidekiq-cron
site_prism
sitemap_generator
Expand Down

0 comments on commit f736b95

Please sign in to comment.