Conversation
There was a problem hiding this comment.
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.
| specs: | ||
| CFPropertyList (3.0.9) | ||
| activesupport (7.1.6) | ||
| CFPropertyList (3.0.8) |
There was a problem hiding this comment.
There was a problem hiding this comment.
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.
#no-changelog