Skip to content

Commit

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

---
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 Jul 2, 2024
1 parent e4eea02 commit 1ae9f1b
Show file tree
Hide file tree
Showing 2 changed files with 17 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', '< 8'
gem 'sidekiq-scheduler'

gem 'sentry-raven'
Expand Down
29 changes: 16 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
base64 (0.2.0)
bootsnap (1.16.0)
msgpack (~> 1.2)
builder (3.2.4)
Expand All @@ -117,7 +118,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
connection_pool (2.3.0)
connection_pool (2.4.1)
console (1.16.2)
fiber-local
crass (1.0.6)
Expand Down Expand Up @@ -210,6 +211,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
lograge (0.12.0)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -362,8 +364,9 @@ GEM
raabro (1.4.0)
racc (1.7.3)
rack (2.2.9)
rack-protection (3.0.2)
rack
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.7)
Expand Down Expand Up @@ -411,7 +414,7 @@ GEM
redcarpet (3.6.0)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.13.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.8.1)
reline (0.3.3)
Expand Down Expand Up @@ -460,15 +463,15 @@ 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-scheduler (4.0.3)
redis (>= 4.2.0)
sidekiq (7.3.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-scheduler (5.0.3)
rufus-scheduler (~> 3.2)
sidekiq (>= 4, < 7)
sidekiq (>= 6, < 8)
tilt (>= 1.4.0)
snaky_hash (2.0.1)
hashie
Expand Down Expand Up @@ -563,7 +566,7 @@ DEPENDENCIES
sass-rails (~> 6.0)
selenium-webdriver
sentry-raven
sidekiq (< 6)
sidekiq (< 8)
sidekiq-scheduler
spring
spring-watcher-listen (~> 2.1.0)
Expand Down

0 comments on commit 1ae9f1b

Please sign in to comment.