build(deps): bump activesupport from 8.1.1 to 8.1.2 by dependabot[bot] · Pull Request #426 · ZeusWPI/Tab
Bumps activesupport from 8.1.1 to 8.1.2.
Release notes
Sourced from activesupport's releases.
8.1.2
Active Support
Make
delegateanddelegate_missing_towork in BasicObject subclasses.Rafael Mendonça França
Fix Inflectors when using a locale that fallbacks to
:en.Said Kaldybaev
Fix
ActiveSupport::TimeWithZone#as_jsonto consistently return UTF-8 strings.Previously the returned string would sometime be encoded in US-ASCII, which in some cases may be problematic.
Now the method consistently always return UTF-8 strings.
Jean Boussier
Fix
TimeWithZone#xmlschemawhen wrapping aDateTimeinstance in local time.Previously it would return an invalid time.
Dmytro Rymar
Implement LocalCache strategy on
ActiveSupport::Cache::MemoryStore. The memory store needs to respond to the same interface as other cache stores (e.g.ActiveSupport::NullStore).Mikey Gough
Fix
ActiveSupport::Inflector.humanizewith international characters.ActiveSupport::Inflector.humanize("áÉÍÓÚ") # => "Áéíóú" ActiveSupport::Inflector.humanize("аБВГДЕ") # => "Абвгде"Jose Luis Duran
Active Model
- No changes.
Active Record
- Fix counting cached queries in
ActiveRecord::RuntimeRegistry.
... (truncated)
Changelog
Sourced from activesupport's changelog.
Rails 8.1.2 (January 08, 2026)
Make
delegateanddelegate_missing_towork in BasicObject subclasses.Rafael Mendonça França
Fix Inflectors when using a locale that fallbacks to
:en.Said Kaldybaev
Fix
ActiveSupport::TimeWithZone#as_jsonto consistently return UTF-8 strings.Previously the returned string would sometime be encoded in US-ASCII, which in some cases may be problematic.
Now the method consistently always return UTF-8 strings.
Jean Boussier
Fix
TimeWithZone#xmlschemawhen wrapping aDateTimeinstance in local time.Previously it would return an invalid time.
Dmytro Rymar
Implement LocalCache strategy on
ActiveSupport::Cache::MemoryStore. The memory store needs to respond to the same interface as other cache stores (e.g.ActiveSupport::NullStore).Mikey Gough
Fix
ActiveSupport::Inflector.humanizewith international characters.ActiveSupport::Inflector.humanize("áÉÍÓÚ") # => "Áéíóú" ActiveSupport::Inflector.humanize("аБВГДЕ") # => "Абвгде"Jose Luis Duran
Commits
d7c8ae6Preparing for 8.1.2 release3ea2701CHANGELOG sync0f8014a[8-1-stable] Minitest 6 support991ccf3Merge pull request #56393 from rails/add-exclude-keys-to-live-controllerc86465fMerge pull request #56353 from rails/rmf-delegation-basic-objectfce726bMerge pull request #56344 from Saidbek/fix-inflections-fallback-to-en-localeefd9bd9Merge pull request #56324 from jeremyevans/activesupport-uri-require81dca9cMerge pull request #56285 from markokajzer/maina5c1af3Merge pull request #56294 from fatkodima/fix-mem_cache_store-newer-connection...923f8e9Merge pull request #56292 from fatkodima/fix-redis_cache_store-newer-connecti...- 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 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)