summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2026-02-06 18:06:34 +0000
committergit <svn-admin@ruby-lang.org>2026-02-09 00:09:04 +0000
commit510ebbdf6e59db83337da66b62201816707db374 (patch)
tree276a3f6d2198368a03692175a8de85a4b39e5906
parentddcf400fb5847e3305db6db91b2ff9c3f89c9192 (diff)
[ruby/rubygems] [DOC] Fix link in Bundler
https://github.com/ruby/rubygems/commit/81af6f4e85
-rw-r--r--lib/bundler.rb2
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