summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke Aritomo <osyoyu@osyoyu.com>2025-12-04 21:02:36 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2026-01-15 16:16:16 +0900
commita28c8561835038d564a418c6d5dbd7cabfbcad4f (patch)
tree11f6e184af0d475c3e25456c733ef09323cb6b6d
parent270c7fcec126d9de07488205cfa11b6ab37bc191 (diff)
Add comments
-rw-r--r--lib/bundled_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb
index 429b34bef0..f6fdad21a1 100644
--- a/lib/bundled_gems.rb
+++ b/lib/bundled_gems.rb
@@ -207,6 +207,7 @@ module Gem::BUNDLED_GEMS # :nodoc:
require "bundler"
Bundler.reset!
+ # Build and activate a temporary definition containing the original gems + the requested gem
builder = Bundler::Dsl.new
lockfile = nil