Skip to content

Commit

Permalink
Merge pull request #1781 from Crown-Commercial-Service/dependabot/bun…
Browse files Browse the repository at this point in the history
…dler/sidekiq-7.3.7
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
2 parents 8ed18bb + bd656a2 commit 98703f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.6'
gem 'sidekiq', '~> 7.3.7'
gem 'sinatra', '~> 4.1.1', require: false
gem 'slim', '~> 5.2.1'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
connection_pool (2.5.0)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -515,7 +515,7 @@ GEM
ffi (~> 1.0)
rdoc (6.8.1)
psych (>= 4.0.0)
redis-client (0.22.2)
redis-client (0.23.0)
connection_pool
regexp_parser (2.10.0)
reline (0.5.12)
Expand Down Expand Up @@ -593,7 +593,7 @@ GEM
activesupport (>= 5.2.0)
show_me_the_cookies (6.0.0)
capybara (>= 2, < 4)
sidekiq (7.3.6)
sidekiq (7.3.7)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
Expand Down Expand Up @@ -748,7 +748,7 @@ DEPENDENCIES
selenium-webdriver (>= 3.142.3)
shoulda-matchers (>= 4.2.0)
show_me_the_cookies (>= 6.0.0)
sidekiq (~> 7.3.6)
sidekiq (~> 7.3.7)
simplecov (>= 0.16.1)
sinatra (~> 4.1.1)
site_prism (>= 3.7.3)
Expand Down

0 comments on commit 98703f5

Please sign in to comment.