You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-12-03-upgrade-to-rubygems-bundler-4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ This magic has been removed from Bundler 4, and you now explicitly need to confi
90
90
91
91
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.
92
92
93
-
The new plugin is called `bundler-graph` and it is available at https://github.com/rubygems/bundler-graph now.
93
+
The new plugin is called `bundler-graph` and it is available at [https://github.com/rubygems/bundler-graph](https://github.com/rubygems/bundler-graph) now.
94
94
95
95
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.
0 commit comments