Skip to content

Commit 444b1f4

Browse files
committed
Add note about lockfile formatting
1 parent 6e6c7fe commit 444b1f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ git "https://my_git_repo_with_gems" do
183183
end
184184
```
185185

186+
### Change Ruby and Bundler version format
187+
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 Bundler.
189+
186190
## Bundler 4: Cache behavior changes
187191

188192
### Git and Path gems are included in `vendor/cache` by default

0 commit comments

Comments
 (0)