diff options
| author | BurdetteLamar <burdettelamar@yahoo.com> | 2026-02-06 18:06:34 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2026-02-09 00:09:04 +0000 |
| commit | 510ebbdf6e59db83337da66b62201816707db374 (patch) | |
| tree | 276a3f6d2198368a03692175a8de85a4b39e5906 | |
| parent | ddcf400fb5847e3305db6db91b2ff9c3f89c9192 (diff) | |
[ruby/rubygems] [DOC] Fix link in Bundler
https://github.com/ruby/rubygems/commit/81af6f4e85
| -rw-r--r-- | lib/bundler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb index 51ea3beeb0..26e946e059 100644 --- a/lib/bundler.rb +++ b/lib/bundler.rb @@ -172,7 +172,7 @@ module Bundler self_manager.restart_with_locked_bundler_if_needed end - # Automatically install dependencies if settings[:auto_install] exists. + # Automatically install dependencies if <tt>settings[:auto_install]</tt> exists. # This is set through config cmd `bundle config set --global auto_install 1`. # # Note that this method `nil`s out the global Definition object, so it |
