Skip to content

Commit

Permalink
Bump sidekiq from 7.2.0 to 7.2.4 in the bundler group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the bundler group with 1 update in the / directory: [sidekiq](https://github.com/sidekiq/sidekiq).


Updates `sidekiq` from 7.2.0 to 7.2.4
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.2.0...v7.2.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent 49fa1f2 commit 3068cf7
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 @@ -91,7 +91,7 @@ gem 'vigilion', '~> 1.0.4', github: 'vigilion/vigilion-ruby', ref: '7d6a7e5'
gem 'vigilion-rails', '~> 2.1.0'

# Background jobs
gem 'sidekiq', "~> 7.0"
gem 'sidekiq', "~> 7.2"
gem 'sidekiq-cron', "~> 1.1"

# CORS configuration
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ GEM
pusher-signature (0.1.8)
raabro (1.4.0)
racc (1.7.3)
rack (2.2.8.1)
rack (2.2.9)
rack-canonical-host (1.2.0)
addressable (> 0, < 3)
rack (>= 1, < 4)
Expand Down Expand Up @@ -567,7 +567,7 @@ GEM
redis-activesupport (5.3.0)
activesupport (>= 3, < 8)
redis-store (>= 1.3, < 2)
redis-client (0.18.0)
redis-client (0.22.1)
connection_pool
redis-rack (2.1.4)
rack (>= 2.0.8, < 3)
Expand Down Expand Up @@ -665,11 +665,11 @@ GEM
rails (>= 4)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (7.2.0)
sidekiq (7.2.4)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
redis-client (>= 0.19.0)
sidekiq-cron (1.11.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
Expand Down Expand Up @@ -851,7 +851,7 @@ DEPENDENCIES
selenium-webdriver
shog
shoulda-matchers
sidekiq (~> 7.0)
sidekiq (~> 7.2)
sidekiq-cron (~> 1.1)
simple_form (~> 5.0)
slim-rails (~> 3.2.0)
Expand Down

0 comments on commit 3068cf7

Please sign in to comment.