Skip to content

Bump activesupport from 7.2.3.2 to 7.2.4 - #612

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/activesupport-7.2.4
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/activesupport-7.2.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

Bumps activesupport from 7.2.3.2 to 7.2.4.

Release notes

Sourced from activesupport's releases.

7.2.4

Active Support

  • Improve number_to_delimited performance when delimiter_pattern is not specified.

    Shinichi Maeshima

  • Silence Dalli 4.0+ warning when using ActiveSupport::Cache::MemCacheStore.

    zzak

  • Fix ActiveSupport::Inflector.humanize with international characters.

    ActiveSupport::Inflector.humanize("áÉÍÓÚ")  # => "Áéíóú"
    ActiveSupport::Inflector.humanize("аБВГДЕ") # => "Абвгде"

    Jose Luis Duran

Active Model

  • No changes.

Active Record

  • Fix performance regression in method_missing for virtual SELECT alias attributes.

    Fixes #57183.

    Hammad Khan

  • Fix support for table names containing hyphens.

    Evgeniy Demin

  • Improve PostgreSQLAdapter resilience to Timeout.timeout.

    Better handle asynchronous exceptions being thrown inside the reconnect! method.

    This may fixes some deep errors such as:

    undefined method `key?' for nil:NilClass (NoMethodError)
              if !type_map.key?(oid)
    

... (truncated)

Commits
  • 48e05e6 Preparing for 7.2.4 release
  • da8a14b Sync CHANGELOG
  • 59c76d2 Stop passing quirks_mode to JSON.parse
  • 7b7a54c Merge branch '7-2-sec' into 7-2-stable
  • ba85d43 Revert "Merge pull request #57832 from yahonda/bump-json-2-20-0"
  • 83fb66d Merge pull request #57832 from yahonda/bump-json-2-20-0
  • 9008175 Don't defer output when not running in CI
  • 11f972a Merge pull request #57069 from willnet/remove-default-delimite-regex
  • 45d0a26 Merge branch '7-2-sec' into 7-2-stable
  • 2ccdd48 Merge pull request #56652 from zzak/re-56588
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 24, 2026
Bumps [activesupport](https://github.com/rails/rails) from 7.2.3.2 to 7.2.4.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.4/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.2.3.2...v7.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/activesupport-7.2.4 branch from fb2dfd5 to e54dde3 Compare September 25, 2026 17:08

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants