Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion macos/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ DEPENDENCIES
ostruct

BUNDLED WITH
4.0.10
4.0.11
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 Bundler version 4.0.11 specified in BUNDLED WITH is non-standard, as the current stable release of Bundler is in the 2.x range. Using a non-existent or custom version can lead to compatibility issues for other developers and CI environments. Additionally, while the pull request title mentions a Ruby upgrade, no changes to the Ruby version are visible in the lockfile or the associated Gemfile. If a Ruby upgrade was intended, consider explicitly defining the version in the Gemfile (e.g., ruby '3.4.1') to ensure consistency across all environments.

Loading