Update activesupport requirement from >= 3.2.8, < 7.1.0 to >= 3.2.8, < 8.1.0 in /src/oc_bifrost/oc-bifrost-pedant
Updates the requirements on activesupport to permit the latest version.
Release notes
Sourced from activesupport's releases.
8.0.2
Active Support
Fix setting
to_time_preserves_timezonefromnew_framework_defaults_8_0.rb.fatkodima
Fix Active Support Cache
fetch_multiwhen local store is active.
fetch_multinow properly yield to the provided block for missing entries that have been recorded as such in the local store.Jean Boussier
Fix execution wrapping to report all exceptions, including
Exception.If a more serious error like
SystemStackErrororNoMemoryErrorhappens, the error reporter should be able to report these kinds of exceptions.Gannon McGibbon
Fix
RedisCacheStoreandMemCacheStoreto also handle connection pool related errors.These errors are rescued and reported to
Rails.error.Jean Boussier
Fix
ActiveSupport::Cache#read_multito respect version expiry when using local cache.zzak
Fix
ActiveSupport::MessageVerifierandActiveSupport::MessageEncryptorconfiguration ofon_rotationcallback.verifier.rotate(old_secret).on_rotation { ... }Now both work as documented.
Jean Boussier
Fix
ActiveSupport::MessageVerifierto always be able to verify both URL-safe and URL-unsafe payloads.This is to allow transitioning seemlessly from either configuration without immediately invalidating all previously generated signed messages.
Jean Boussier, Florent Beaurain, Ali Sepehri
Fix
cache.fetchto honor the provided expiry when:race_condition_ttlis used.
... (truncated)
Changelog
Sourced from activesupport's changelog.
Rails 8.0.2 (March 12, 2025)
- No changes.
Rails 8.0.2 (March 12, 2025)
Fix setting
to_time_preserves_timezonefromnew_framework_defaults_8_0.rb.fatkodima
Fix Active Support Cache
fetch_multiwhen local store is active.
fetch_multinow properly yield to the provided block for missing entries that have been recorded as such in the local store.Jean Boussier
Fix execution wrapping to report all exceptions, including
Exception.If a more serious error like
SystemStackErrororNoMemoryErrorhappens, the error reporter should be able to report these kinds of exceptions.Gannon McGibbon
Fix
RedisCacheStoreandMemCacheStoreto also handle connection pool related errors.These errors are rescued and reported to
Rails.error.Jean Boussier
Fix
ActiveSupport::Cache#read_multito respect version expiry when using local cache.zzak
Fix
ActiveSupport::MessageVerifierandActiveSupport::MessageEncryptorconfiguration ofon_rotationcallback.verifier.rotate(old_secret).on_rotation { ... }Now both work as documented.
Jean Boussier
Fix
ActiveSupport::MessageVerifierto always be able to verify both URL-safe and URL-unsafe payloads.This is to allow transitioning seemlessly from either configuration without immediately invalidating all previously generated signed messages.
... (truncated)
Commits
3235827Preparing for 8.0.2 releasee2b9a41Sync CHANGELOGc34be20Merge pull request #54646 from Edouard-chin/ec-current-attribute-fixc3ad0afMerge pull request #54641 from etiennebarrie/json-doc6644442Merge pull request #54617 from byroot/move-strict-warningsdae2beaMerge pull request #54586 from byroot/local-store-fetch-multi-recorded-misse11c613Use ::new instead of #initialize for ghost methods [ci-skip]d1ad075Add MessageVerifiers#rotate block form signature [ci-skip]69867ecUsedelete_prefixinadd_filterexample [ci-skip]b2fced8Autolink Enumerable::SoleItemExpectedError [ci-skip]- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for chef-server processing.
| Name | Link |
|---|---|
| Latest commit | d15ae3d3cceef7f08e86573e7b3f8037884d3a2a |
| Latest deploy log | https://app.netlify.com/sites/chef-server/deploys/67d18fc5e59ef30008d85163 |
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Superseded by #4061.