Skip to content

Commit

Permalink
Merge pull request #1155 from Crown-Commercial-Service/dependabot/bun…
Browse files Browse the repository at this point in the history
…dler/sidekiq-7.2.0
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
2 parents b203df5 + a7bc563 commit 224ef00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gem 'jsonpath', '~> 1.1.5'
gem 'aasm', '~> 5.5'

# for running background jobs
gem 'sidekiq', '~> 7.1.6'
gem 'sidekiq', '~> 7.2.0'
gem 'sinatra', '~> 3.1.0', require: false
gem 'slim', '~> 5.1.1'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis-client (0.17.1)
redis-client (0.18.0)
connection_pool
regexp_parser (2.8.2)
responders (3.1.1)
Expand Down Expand Up @@ -562,7 +562,7 @@ GEM
activesupport (>= 5.2.0)
show_me_the_cookies (6.0.0)
capybara (>= 2, < 4)
sidekiq (7.1.6)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -717,7 +717,7 @@ DEPENDENCIES
shakapacker (~> 7.1.0)
shoulda-matchers (>= 4.2.0)
show_me_the_cookies (>= 6.0.0)
sidekiq (~> 7.1.6)
sidekiq (~> 7.2.0)
simplecov (>= 0.16.1)
sinatra (~> 3.1.0)
site_prism (>= 3.7.3)
Expand Down

0 comments on commit 224ef00

Please sign in to comment.