Skip to content

Commit

Permalink
Bump govuk_sidekiq from 7.1.2 to 7.1.3
Browse files Browse the repository at this point in the history
Bumps [govuk_sidekiq](https://github.com/alphagov/govuk_sidekiq) from 7.1.2 to 7.1.3.
- [Changelog](https://github.com/alphagov/govuk_sidekiq/blob/main/CHANGELOG.md)
- [Commits](alphagov/govuk_sidekiq@v7.1.2...v7.1.3)

---
updated-dependencies:
- dependency-name: govuk_sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 6b23a5a commit bde3334
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ GEM
sprockets (>= 3)
govuk_schemas (4.7.0)
json-schema (>= 2.8, < 4.2)
govuk_sidekiq (7.1.2)
govuk_sidekiq (7.1.3)
gds-api-adapters (>= 19.1.0)
govuk_app_config (>= 1.1)
redis-namespace (~> 1.6)
sidekiq (>= 6.5.12, < 7)
sidekiq (~> 6.5)
govuk_test (4.0.1)
brakeman (>= 5.0.2)
capybara (>= 3.36)
Expand Down Expand Up @@ -534,7 +534,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.8.1)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.17.1)
connection_pool
redis-namespace (1.11.0)
redis (>= 4)
regexp_parser (2.8.2)
Expand Down Expand Up @@ -629,10 +632,10 @@ GEM
sentry-sidekiq (5.12.0)
sentry-ruby (~> 5.12.0)
sidekiq (>= 3.0)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
sidekiq (6.5.5)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
redis (>= 4.5.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down

0 comments on commit bde3334

Please sign in to comment.