Skip to content

Bump railties from 7.1.5.1 to 7.2.3#40

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/railties-7.2.3
Open

Bump railties from 7.1.5.1 to 7.2.3#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/railties-7.2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 20, 2026

Copy link
Copy Markdown
Contributor

Bumps railties from 7.1.5.1 to 7.2.3.

Release notes

Sourced from railties's releases.

7.2.3

Active Support

  • Fix Enumerable#sole to return the full tuple instead of just the first element of the tuple.

    Olivier Bellone

  • Fix parallel tests hanging when worker processes die abruptly.

    Previously, if a worker process was killed (e.g., OOM killed, kill -9) during parallel test execution, the test suite would hang forever waiting for the dead worker.

    Joshua Young

  • ActiveSupport::FileUpdateChecker does not depend on Time.now to prevent unnecessary reloads with time travel test helpers

    Jan Grodowski

  • Fix ActiveSupport::BroadcastLogger from executing a block argument for each logger (tagged, info, etc.).

    Jared Armstrong

  • Fix ActiveSupport::HashWithIndifferentAccess#transform_keys! removing defaults.

    Hartley McGuire

  • Fix ActiveSupport::HashWithIndifferentAccess#tranform_keys! to handle collisions.

    If the transformation would result in a key equal to another not yet transformed one, it would result in keys being lost.

    Before:

    >> {a: 1, b: 2}.with_indifferent_access.transform_keys!(&:succ)
    => {"c" => 1}

    After:

    >> {a: 1, b: 2}.with_indifferent_access.transform_keys!(&:succ)
    => {"c" => 1, "d" => 2}

    Jason T Johnson, Jean Boussier

  • Fix ActiveSupport::Cache::MemCacheStore#read_multi to handle network errors.

    This method specifically wasn't handling network errors like other codepaths.

... (truncated)

Commits
  • bb2bdef Preparing for 7.2.3 release
  • a510a3d Revert "Fix SCRIPT_NAME handling in URL helpers for root-mounted engines (#...
  • 237f573 Fix SCRIPT_NAME handling in URL helpers for root-mounted engines (#55668)
  • 788fde0 Merge branch '7-2-sec' into 7-2-stable
  • 8a72ceb Merge pull request #53093 from armstrjare/broadcast-logger-with-block
  • 9204eb5 Preparing for 7.2.2.2 release
  • 02f0a4a Replace "mailing list" with "forum" [ci-skip]
  • 3de277f Merge pull request #53383 from Earlopain/rack-3.2-deprecation
  • ad34036 Merge pull request #55383 from rails/rmf-skip-platform-jruby
  • 0d3f8d3 Merge pull request #55322 from Earlopain/tsort-dependency
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [railties](https://github.com/rails/rails) from 7.1.5.1 to 7.2.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.2/railties/CHANGELOG.md)
- [Commits](rails/rails@v7.1.5.1...v7.2.3)

---
updated-dependencies:
- dependency-name: railties
  dependency-version: 7.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Mar 20, 2026
Copilot AI review requested due to automatic review settings March 20, 2026 21:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Mar 20, 2026
@dependabot dependabot Bot removed the request for review from Copilot March 20, 2026 21:08
@dependabot @github

dependabot Bot commented on behalf of github Mar 27, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

3 similar comments
@dependabot @github

dependabot Bot commented on behalf of github Mar 27, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Mar 27, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Mar 31, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

@jeremy

jeremy commented Apr 7, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Apr 7, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

@jeremy

jeremy commented Apr 7, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot @github

dependabot Bot commented on behalf of github Apr 7, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

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.

1 participant