Skip to content

chore(deps): bump activesupport from 7.2.2.2 to 7.2.4 in /example - #141

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

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/example/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.2.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
  • 8ec292f Preparing for 7.2.3.2 release
  • 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
  • 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 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)

Bumps [activesupport](https://github.com/rails/rails) from 7.2.2.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.2.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 @github

dependabot Bot commented on behalf of github Sep 24, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, ruby. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants