Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 26, 2025
1 parent 45c3e25 commit 6777e27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ gem 'jsonpath', '~> 1.1.5'
gem 'aasm', '~> 5.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'

Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ GEM
ffi (~> 1.0)
rdoc (6.10.0)
psych (>= 4.0.0)
redis-client (0.23.0)
redis-client (0.23.2)
connection_pool
regexp_parser (2.10.0)
reline (0.6.0)
Expand Down Expand Up @@ -598,7 +598,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 @@ -754,7 +755,7 @@ DEPENDENCIES
selenium-webdriver (>= 3.142.3)
shoulda-matchers (>= 4.2.0)
show_me_the_cookies (>= 6.0.0)
sidekiq (~> 7.3.7)
sidekiq (~> 7.3.8)
simplecov (>= 0.16.1)
sinatra (~> 4.1.1)
site_prism (>= 3.7.3)
Expand Down

0 comments on commit 6777e27

Please sign in to comment.