Skip to content

Commit

Permalink
Merge pull request #2496 from alphagov/dependabot/bundler/govuk_sidek…
Browse files Browse the repository at this point in the history
…iq-9.0.1

Bump govuk_sidekiq from 8.0.1 to 9.0.1
  • Loading branch information
GDSNewt authored Nov 20, 2024
2 parents ab2bd62 + da8ed48 commit 51b02b7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,11 @@ GEM
govuk_schemas (5.0.4)
faker (~> 3.4.1)
json-schema (>= 2.8, < 4.4)
govuk_sidekiq (8.0.1)
govuk_sidekiq (9.0.1)
gds-api-adapters (>= 19.1.0)
govuk_app_config (>= 1.1)
redis (< 5)
redis-namespace (~> 1.6)
sidekiq (~> 6.5, >= 6.5.12)
redis-client (>= 0.22.2)
sidekiq (~> 7.0, < 8)
govuk_test (4.1.0)
brakeman (>= 5.0.2)
capybara (>= 3.36)
Expand Down Expand Up @@ -607,9 +606,8 @@ GEM
ffi (~> 1.0)
rdoc (6.7.0)
psych (>= 4.0.0)
redis (4.8.1)
redis-namespace (1.11.0)
redis (>= 4)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
Expand Down Expand Up @@ -703,10 +701,12 @@ GEM
sentry-sidekiq (5.21.0)
sentry-ruby (~> 5.21.0)
sidekiq (>= 3.0)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.3.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class PublishManualWorker
include Sidekiq::Worker
include Sidekiq::Job

sidekiq_options(
# This is required to retry in the case of a FailedToPublishError
Expand Down
2 changes: 0 additions & 2 deletions config/initializers/sidekiq.rb

This file was deleted.

File renamed without changes.

0 comments on commit 51b02b7

Please sign in to comment.