Skip to content

Commit

Permalink
Merge pull request #1808 from Crown-Commercial-Service/dependabot/bun…
Browse files Browse the repository at this point in the history
…dler/sidekiq-7.3.8
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
2 parents 45c3e25 + 6777e27 commit 0bb77d9
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 0bb77d9

Please sign in to comment.