Skip to content

Commit cf21eb0

Browse files
committed
Fixup
1 parent 9928a06 commit cf21eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-12-03-upgrade-to-rubygems-bundler-4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ We changed this default to make Bundler more friendly for new users. We do under
6060

6161
Currently, Bundler uses `install_or_cli_help` by default for backward compatibility. This automatically uses `bundle install` or shows help depending on the context.
6262

63-
If you want to keep the current behavior (defaulting to `bundle install`), you can explicitly configure:
63+
If you want to keep the current behavior in the future, you can explicitly configure:
6464

6565
```sh
6666
bundle config set default_cli_command install_or_cli_help --global
@@ -185,7 +185,7 @@ end
185185

186186
### Change Ruby and Bundler version format
187187

188-
In the `BUNDLED WITH` and `RUBY` sections of the lockfile, we fixed the three space indentation to be just two spaces, to be consistent with the rest of the lockfile format. and we also removed the patch version from the Ruby version, since it's not relevant for Ruby versioning policy.
188+
In the `RUBY VERSION` and `BUNDLED WITH` sections of the lockfile, we fixed the three space indentation to be just two spaces, to be consistent with the rest of the lockfile format. and we also removed the patch version from the Ruby version, since it's not relevant for Ruby versioning policy.
189189

190190
## Bundler 4: Cache behavior changes
191191

0 commit comments

Comments
 (0)