Skip to content

Commit

Permalink
chore(deps): update dependency sidekiq to '~> 7.1.0' [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 0daa494 commit 5cc25cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'sassc-rails', '~> 2.1.0'
gem 'sentry-rails', '~> 5.5'
gem 'sentry-ruby', '~> 5.5'
gem 'sentry-sidekiq', '~> 5.5'
gem 'sidekiq', '~> 7.0.6'
gem 'sidekiq', '~> 7.1.0'
gem 'sidekiq-scheduler', '~> 5.0.2'
gem 'simple_form', '~> 5.1.0'
gem 'slack-notifier', '~> 2.4.0'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GEM
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.3.4)
connection_pool (2.3.0)
connection_pool (2.4.1)
consistency_fail (0.3.7)
crass (1.0.6)
devise (4.8.1)
Expand Down Expand Up @@ -361,7 +361,7 @@ GEM
redis-activesupport (5.3.0)
activesupport (>= 3, < 8)
redis-store (>= 1.3, < 2)
redis-client (0.13.0)
redis-client (0.22.2)
connection_pool
redis-rack (2.1.4)
rack (>= 2.0.8, < 3)
Expand Down Expand Up @@ -447,11 +447,11 @@ GEM
sentry-ruby (~> 5.5.0)
sidekiq (>= 3.0)
shellany (0.0.1)
sidekiq (7.0.9)
sidekiq (7.1.6)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
redis-client (>= 0.14.0)
sidekiq-scheduler (5.0.2)
rufus-scheduler (~> 3.2)
sidekiq (>= 6, < 8)
Expand Down Expand Up @@ -586,7 +586,7 @@ DEPENDENCIES
sentry-rails (~> 5.5)
sentry-ruby (~> 5.5)
sentry-sidekiq (~> 5.5)
sidekiq (~> 7.0.6)
sidekiq (~> 7.1.0)
sidekiq-scheduler (~> 5.0.2)
simple_form (~> 5.1.0)
simplecov
Expand Down

0 comments on commit 5cc25cb

Please sign in to comment.