summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke Aritomo <osyoyu@osyoyu.com>2025-12-04 21:02:36 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2026-01-20 10:49:33 -0800
commit3046e27852c46e32872a8a08644366a859ceca1e (patch)
treedecab92dd69de4f0be5fe3d6929f733be74769c7
parent20e4a9a807dc0e4489a31efe94328ec1bda7c488 (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