Skip to content

Commit

Permalink
build(deps): bump sidekiq from 6.0.0.pre1 to 6.5.10
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.0.0.pre1 to 6.5.10.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.0.0.pre1...v6.5.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent 5fd56b4 commit 387eaf3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem 'haml-rails'
gem 'react-rails'
gem 'redcarpet'

gem 'sidekiq', '< 6'
gem 'sidekiq', '< 7'
gem 'sidekiq-scheduler'

gem 'sentry-raven'
Expand Down
22 changes: 9 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
connection_pool (2.3.0)
connection_pool (2.4.1)
console (1.16.2)
fiber-local
crass (1.0.6)
Expand Down Expand Up @@ -362,8 +362,8 @@ GEM
raabro (1.4.0)
racc (1.7.0)
rack (2.2.7)
rack-protection (3.0.2)
rack
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.3)
Expand Down Expand Up @@ -407,10 +407,7 @@ GEM
railties (>= 3.2)
tilt
redcarpet (3.6.0)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.13.0)
connection_pool
redis (4.8.1)
regexp_parser (2.8.1)
reline (0.3.3)
io-console (~> 0.5)
Expand Down Expand Up @@ -458,11 +455,10 @@ GEM
semantic_puppet (1.1.0)
sentry-raven (3.1.2)
faraday (>= 1.0)
sidekiq (6.0.0.pre1)
connection_pool (>= 2.2.2)
rack (>= 1.5.0)
rack-protection (>= 1.5.0)
redis (>= 4.0.2)
sidekiq (6.5.10)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq-scheduler (4.0.3)
redis (>= 4.2.0)
rufus-scheduler (~> 3.2)
Expand Down Expand Up @@ -561,7 +557,7 @@ DEPENDENCIES
sass-rails (~> 6.0)
selenium-webdriver
sentry-raven
sidekiq (< 6)
sidekiq (< 7)
sidekiq-scheduler
spring
spring-watcher-listen (~> 2.1.0)
Expand Down

0 comments on commit 387eaf3

Please sign in to comment.