-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump govuk_sidekiq from 6.0.0 to 7.1.3 #2743
Conversation
0fd6052
to
cb46f58
Compare
cb46f58
to
4e6c94e
Compare
Bumps [govuk_sidekiq](https://github.com/alphagov/govuk_sidekiq) from 6.0.0 to 7.1.3. - [Changelog](https://github.com/alphagov/govuk_sidekiq/blob/main/CHANGELOG.md) - [Commits](alphagov/govuk_sidekiq@v6.0.0...v7.1.3) --- updated-dependencies: - dependency-name: govuk_sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Updating `govuk_sidekiq` requires updates to `active_support` and `govuk_app_config`. Also needed to fix `sidekiq` to 6.5.10 as bundler was attempting to upgrade sidekiq to a beta version 7. This won't work as we use namespaces - see this thread https://gds.slack.com/archives/CAB4Q3QBW/p1681999485484039
61e890c
to
d7c848d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @peteglondon 👍
@@ -1,6 +1,7 @@ | |||
$LOAD_PATH << __dir__ unless $LOAD_PATH.include?(__dir__) | |||
|
|||
require_relative "../env" | |||
require "active_support" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I discovered this too - very odd
@@ -26,7 +26,7 @@ | |||
|
|||
# Silence log output | |||
Logging.logger.root.appenders = nil | |||
Sidekiq.logger = nil | |||
Sidekiq.logger.level = Logger::WARN |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice spot - thanks 👍
Bumps govuk_sidekiq from 6.0.0 to 7.1.3.
Changelog
Sourced from govuk_sidekiq's changelog.
Commits
ae3bf5b
Merge pull request #84 from alphagov/fix-sidekiq-requirement7af93c3
Release version 7.1.3a87599f
Change Sidekiq requirement to ~> 6.551ee6c3
Merge pull request #83 from alphagov/bump-versiona1961a0
Bump and release new versiond685105
Merge pull request #82 from alphagov/sidekiq-versionf379087
Loosen Sidekiq version requirementa0e842a
Merge pull request #80 from alphagov/dependabot/github_actions/actions/checko...081ec95
Bump actions/checkout from 3 to 40daca58
Merge pull request #79 from alphagov/dependabot/bundler/rubocop-govuk-eq-4.12.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)