Skip to content

Commit c1985cc

Browse files
hsbtCopilot
andauthored
Update _posts/2025-12-03-upgrade-to-rubygems-bundler-4.md
Co-authored-by: Copilot <[email protected]>
1 parent 0417a22 commit c1985cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This magic has been removed from Bundler 4, and you now explicitly need to confi
9090

9191
This was the only bundler command requiring external dependencies, both an OS dependency (the `graphviz` package) and a gem dependency (the `ruby-graphviz` gem). Removing these dependencies made development easier and it was also seen by the bundler team as an opportunity to develop a bundler plugin that is officially maintained by the RubyGems team, and that users can take as a reference to develop their own plugins.
9292

93-
The new plugin is called `bundler-graph` and it is available at https://github.com/rubygems/bundler-grap now.
93+
The new plugin is called `bundler-graph` and it is available at https://github.com/rubygems/bundler-graph now.
9494

9595
The plugin contains the same code as the old core command, the only difference being that the command is now implemented as `bundle graph` which is much easier to understand.
9696

0 commit comments

Comments
 (0)