Skip to content

chore: update gems and workflows#1356

Merged
ncooke3 merged 7 commits into
mainfrom
nc.gems
Jun 26, 2026
Merged

chore: update gems and workflows#1356
ncooke3 merged 7 commits into
mainfrom
nc.gems

Conversation

@ncooke3

@ncooke3 ncooke3 commented Jun 24, 2026

Copy link
Copy Markdown
Member

#no-changelog

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates several dependencies in Gemfile.lock, including upgrading activesupport, connection_pool, i18n, minitest, and securerandom. However, it also downgrades CFPropertyList from 3.0.9 to 3.0.8. This downgrade could potentially reintroduce resolved bugs or security vulnerabilities, so it is recommended to update it back to the latest version if this change was unintentional.

Comment thread Gemfile.lock
specs:
CFPropertyList (3.0.9)
activesupport (7.1.6)
CFPropertyList (3.0.8)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The version of CFPropertyList was downgraded from 3.0.9 to 3.0.8. Downgrading dependencies can reintroduce resolved bugs or security vulnerabilities. If this downgrade was unintentional, please run bundle update CFPropertyList to keep it at the latest version.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

The downgrade to CFPropertyList 3.0.8 is intentional and required. Version 3.0.9 has a hard constraint requiring ruby < 3.2. Because we upgraded our environment to Ruby 3.4.1 to support activesupport 7.2.3.1, Bundler correctly downgraded CFPropertyList to 3.0.8 (which allows ruby >= 0) to maintain environment compatibility. It's safe to keep it at 3.0.8.

@ncooke3 ncooke3 changed the title chore: update gems chore: update gems and workflows Jun 26, 2026
@ncooke3 ncooke3 requested review from morganchen12 and paulb777 June 26, 2026 18:45
@ncooke3 ncooke3 merged commit 429f505 into main Jun 26, 2026
30 checks passed
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.

3 participants