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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent 7448fbf commit e4bd4ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gem 'exercism-config', '>= 0.115.0'
# Model-level dependencies
gem 'image_processing', '~> 1.2'
gem 'friendly_id', '~> 5.4.0'
gem 'sidekiq', '~> 6.3'
gem 'sidekiq', '~> 7.1'
gem 'sidekiq-failures'
gem 'sidekiq-scheduler'

Expand Down
15 changes: 9 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ GEM
xpath (~> 3.2)
commonmarker (0.23.8)
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 @@ -410,6 +410,8 @@ GEM
ffi (~> 1.0)
recursive-open-struct (1.1.3)
redis (4.8.1)
redis-client (0.17.0)
connection_pool
regexp_parser (2.8.1)
responders (3.1.0)
actionpack (>= 5.2)
Expand Down Expand Up @@ -467,10 +469,11 @@ GEM
websocket (~> 1.0)
show_me_the_cookies (6.0.0)
capybara (>= 2, < 4)
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-failures (1.0.4)
sidekiq (>= 4.0.0)
sidekiq-scheduler (5.0.2)
Expand Down Expand Up @@ -608,7 +611,7 @@ DEPENDENCIES
rugged
selenium-webdriver
show_me_the_cookies
sidekiq (~> 6.3)
sidekiq (~> 7.1)
sidekiq-failures
sidekiq-scheduler
skylight
Expand Down

0 comments on commit e4bd4ac

Please sign in to comment.