Skip to content

Commit

Permalink
build(deps): bump sidekiq from 7.0.8 to 7.1.3
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.0.8 to 7.1.3.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.0.8...v7.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Sep 14, 2023
1 parent 0e04db7 commit 97e8d3c
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -136,7 +136,7 @@ group :production, :development, :staging do
gem "hiredis-client"
gem "redis", "~> 5.0"
# gem "redis-rails-instrumentation"
gem "sidekiq", ">= 6.4.0", "< 7.1.0", require: %w(sidekiq sidekiq/web)
gem "sidekiq", ">= 6.4.0", "< 7.2.0", require: %w(sidekiq sidekiq/web)
gem "sidekiq-limit_fetch"
gem "sidekiq-worker-killer"
gem "pry-remote"
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -146,8 +146,8 @@ GEM
code-scanning-rubocop (0.6.1)
rubocop (~> 1.0)
coderay (1.1.3)
concurrent-ruby (1.1.10)
connection_pool (2.4.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crass (1.0.6)
cucumber (5.3.0)
builder (~> 3.2, >= 3.2.4)
@@ -219,8 +219,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
hashie (5.0.0)
hiredis-client (0.11.2)
redis-client (= 0.11.2)
hiredis-client (0.17.0)
redis-client (= 0.17.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
io-like (0.3.1)
@@ -311,7 +311,7 @@ GEM
pundit (2.2.0)
activesupport (>= 3.0.0)
racc (1.6.2)
rack (2.2.6.4)
rack (2.2.8)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-protection (2.2.0)
@@ -351,7 +351,7 @@ GEM
ffi (~> 1.0)
redis (5.0.5)
redis-client (>= 0.9.0)
redis-client (0.11.2)
redis-client (0.17.0)
connection_pool
redisize (0.1.4)
regexp_parser (2.6.1)
@@ -430,11 +430,11 @@ GEM
cucumber (>= 5.0.0, < 6.0.0)
rspec-expectations (~> 3.0)
shoulda-matchers (>= 3.0.0, < 5.0.0)
sidekiq (7.0.8)
sidekiq (7.1.3)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
redis-client (>= 0.14.0)
sidekiq-limit_fetch (4.3.2)
redis (>= 4.6.0)
sidekiq (>= 4)
@@ -552,7 +552,7 @@ DEPENDENCIES
sentry-ruby
sentry-sidekiq
shoulda-matchers-cucumber (>= 1.0.1)
sidekiq (>= 6.4.0, < 7.1.0)
sidekiq (>= 6.4.0, < 7.2.0)
sidekiq-limit_fetch
sidekiq-worker-killer
spring

0 comments on commit 97e8d3c

Please sign in to comment.