Conversation
There was a problem hiding this comment.
Code Review
This pull request downgrades several core dependencies in Gemfile.lock, specifically activesupport, minitest, and securerandom, and removes the connection_pool gem. Feedback highlights that these changes are unexpected for an automated update and could cause regressions or runtime errors, suggesting the update might have been performed in an environment with an incompatible Ruby version.
| specs: | ||
| CFPropertyList (3.0.9) | ||
| activesupport (7.2.3.1) | ||
| activesupport (7.0.10) |
There was a problem hiding this comment.
The dependency activesupport is being downgraded from 7.2.3.1 to 7.0.10. This is unexpected for an "Auto-update" pull request and likely introduces regressions. This downgrade also results in the removal of the connection_pool gem (previously at line 66), which may cause runtime errors if the project relies on it. Similar downgrades are seen for minitest (line 81) and securerandom (line 90). This often happens if the update is run in an environment with an older Ruby version (Active Support 7.2 requires Ruby 3.1+). Please verify the environment and ensure dependencies are correctly updated.
2e1dfd9 to
69bae1a
Compare
Brought to you by your friendly Repository Gardener.