Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 11, 2025
1 parent d4fc46e commit 38e1c72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ gem 'aasm', '~> 5.5'
gem 'after_commit_everywhere', '~> 1.5'

# for running background jobs
gem 'sidekiq', '~> 7.3.7'
gem 'sidekiq', '~> 7.3.8'
gem 'sinatra', '~> 4.1.1', require: false
gem 'slim', '~> 5.2.1'
gem 'sidekiq-cron'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,8 @@ GEM
activesupport (>= 5.2.0)
show_me_the_cookies (6.0.0)
capybara (>= 2, < 4)
sidekiq (7.3.7)
sidekiq (7.3.8)
base64
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
Expand Down Expand Up @@ -737,7 +738,7 @@ DEPENDENCIES
selenium-webdriver (>= 3.142.3)
shoulda-matchers (>= 5.1.0)
show_me_the_cookies (>= 6.0.0)
sidekiq (~> 7.3.7)
sidekiq (~> 7.3.8)
sidekiq-cron
simplecov (>= 0.16.1)
sinatra (~> 4.1.1)
Expand Down

0 comments on commit 38e1c72

Please sign in to comment.