Skip to content

Commit fc5eb60

Browse files
authored
Merge pull request #246 from rubygems/fixup-upgrading-guides
Fixup upgrading guides
2 parents 9fc953c + b446126 commit fc5eb60

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
@@ -26,7 +26,7 @@ This was an unfinished feature originally intended to install gems directly into
2626
The following deprecated methods have been removed with no replacement:
2727

2828
* `Gem::Specification#has_rdoc`, `has_rdoc=` and `has_rdoc?`
29-
* `Gem::DependencyInstaller#find_gems_with_sources` has been removed
29+
* `Gem::DependencyInstaller#find_gems_with_sources`
3030
* `Gem::Util.silent_system`
3131
* `Gem::Specification#validate_metadata`, `validate_dependencies` and `validate_permissions`
3232
* `Gem::Specification#default_executable`
@@ -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-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.
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)