Skip to content

Commit

Permalink
Merge pull request #52 from znamenica/dependabot/bundler/sidekiq-7.1.3
Browse files Browse the repository at this point in the history
build(deps): bump sidekiq from 7.0.8 to 7.1.3
  • Loading branch information
majioa authored Sep 14, 2023
2 parents 0e04db7 + 97e8d3c commit dcb218c
Show file tree
Hide file tree
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
Expand Up @@ -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"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dcb218c

Please sign in to comment.