Skip to content

Bump activesupport from 7.2.3 to 7.2.3.1 in /example/ios#121

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

Bump activesupport from 7.2.3 to 7.2.3.1 in /example/ios#121
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/example/ios/activesupport-7.2.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps activesupport from 7.2.3 to 7.2.3.1.

Release notes

Sourced from activesupport's releases.

7.2.3.1

Active Support

  • Reject scientific notation in NumberConverter

    [CVE-2026-33176]

    Jean Boussier

  • Fix SafeBuffer#% to preserve unsafe status

    [CVE-2026-33170]

    Jean Boussier

  • Improve performance of NumberToDelimitedConverter

    [CVE-2026-33169]

    Jean Boussier

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • Skip blank attribute names in tag helpers to avoid generating invalid HTML.

    [CVE-2026-33168]

    Mike Dalessio

Action Pack

  • No changes.

Active Job

  • No changes.

... (truncated)

Commits
  • ba76fca Preparing for 7.2.3.1 release
  • 8a379f4 Update changelog
  • b54a4b3 Improve performance of NumberToDelimitedConverter
  • c1ad0e8 Fix SafeBuffer#% to preserve unsafe status
  • ebd6be1 NumberConverter: reject scientific notation
  • 4a155f1 Lock some dependencies
  • See full diff 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Low Risk
Low risk lockfile-only change; primary impact is dependency resolution for iOS tooling, though bundler/cocoapods behavior could change slightly due to transitive version bumps.

Overview
Updates example/ios/Gemfile.lock to bump activesupport from 7.2.3 to 7.2.3.1.

This also adjusts resolved constraints/versions for transitive gems, notably tightening minitest to < 6 under activesupport and bumping connection_pool to 3.0.2.

Written by Cursor Bugbot for commit 14fe6e0. This will update automatically on new commits. Configure here.

Bumps [activesupport](https://github.com/rails/rails) from 7.2.3 to 7.2.3.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.2.3...v7.2.3.1)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-version: 7.2.3.1
  dependency-type: indirect
...

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 24, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Comment thread example/ios/Gemfile.lock
highline (~> 2.0.0)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
connection_pool (3.0.2)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unintended major version bump of connection_pool to 3.0

Medium Severity

The connection_pool gem was silently bumped from 2.5.5 to 3.0.2 as a side effect of regenerating the lockfile. connection_pool 3.0 introduced a breaking change—switching initialize from positional to keyword arguments—that is known to be incompatible with ActiveSupport 7.2.x cache stores (causing ArgumentError: wrong number of arguments). It also requires Ruby >= 3.2.0. The activesupport constraint connection_pool (>= 2.2.5) lacks an upper bound, so Bundler resolved to 3.x. Pinning connection_pool to < 3 in the Gemfile would prevent this.

Fix in Cursor Fix in Web

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