alphagov / content-publisher

Publishing application for GOV.UK
https://docs.publishing.service.gov.uk/apps/content-publisher.html
MIT License
33 stars 11 forks source link

Bump gds-sso from 18.1.0 to 19.0.0 #3041

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps gds-sso from 18.1.0 to 19.0.0.

Changelog

Sourced from gds-sso's changelog.

19.0.0

  • We no longer set ActiveSupport::Cache::NullStore.new as the default cache. This avoids a deprecation warning when the gem is used in Rails apps.
    • If you're using gds-sso in a Rails app and relying on the Railtie to set the cache then you don't need to do anything
    • If you're using gds-sso and manually setting the cache then you don't need to do anything.
    • If you're using gds-sso outside of a Rails app and you're not explicitly setting the cache then you'll need to configure it before you can use GDS::SSO::BearerToken.locate.
Commits
  • 8cc1427 Merge pull request #292 from alphagov/fix-deprecation-warning
  • ada0511 Bump the gem version
  • 19427cb Update CHANGELOG
  • afc57ba Fix deprecation warning
  • 2242195 Merge pull request #291 from alphagov/add-snyk-scans
  • d89bd05 Add Snyk scans to CI pipeline
  • 56de689 Merge pull request #290 from alphagov/add-sca-sast-scans
  • 7df3569 Add CodeQL (SAST) scan and Dependency Review (SCA) scan to CI pipeline
  • a1953f8 Merge pull request #289 from alphagov/update-dependabot-config
  • c0c7765 Configure Dependabot to update all RubyGems
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot 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 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)
github-actions[bot] commented 9 months ago

⚠️ This repo is Continuously Deployed: make sure you follow the guidance ⚠️

Follow these steps if you are doing a Rails upgrade.