Skip to content

Update rails requirement from ~> 7.1.0 to >= 7.1, < 8.2#213

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rails-gte-6.1.4-and-lt-8.2.0
Closed

Update rails requirement from ~> 7.1.0 to >= 7.1, < 8.2#213
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rails-gte-6.1.4-and-lt-8.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 5, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on rails to permit the latest version.

Release notes

Sourced from rails'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
  • fd7d30e Upgrade sigstore gem to 0.2.2
  • 40e5415 Sync CHANGELOG
  • 3245de1 Add sigstore-cli gem to the releaser toolset
  • 35ad36a Merge pull request #55969 from rails/fix-explain-tests-mysql-9.5
  • 3690a3a Merge pull request #55966 from alexanderadam/doc/remove_subclasses_documentat...
  • 33f9043 Disable GCS tests in CI
  • ebd0cfc Merge pull request #55947 from c0nspiracy/patch-1
  • c4d7af0 Merge pull request #55948 from zzak/debug-rails-new-docker
  • 1ed5ecc Use NPM trusted publishing for our NPM packages
  • Additional commits viewable in compare view

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 5, 2026
@mvz

mvz commented May 10, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.1.0...v7.2.3)

---
updated-dependencies:
- dependency-name: rails
  dependency-version: 7.2.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Update rails requirement from >= 6.1.4, < 7.2.0 to >= 6.1.4, < 8.2.0 Update rails requirement from ~> 7.1.0 to >= 7.1, < 8.2 May 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/bundler/rails-gte-6.1.4-and-lt-8.2.0 branch from f371dec to 492ee50 Compare May 10, 2026 10:23
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #243.

@dependabot dependabot Bot closed this Jun 15, 2026
@dependabot dependabot Bot deleted the dependabot/bundler/rails-gte-6.1.4-and-lt-8.2.0 branch June 15, 2026 07:07
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