diff options
| author | Daisuke Aritomo <osyoyu@osyoyu.com> | 2025-12-04 21:02:36 +0900 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2026-01-20 10:49:33 -0800 |
| commit | 3046e27852c46e32872a8a08644366a859ceca1e (patch) | |
| tree | decab92dd69de4f0be5fe3d6929f733be74769c7 | |
| parent | 20e4a9a807dc0e4489a31efe94328ec1bda7c488 (diff) | |
Add comments
| -rw-r--r-- | lib/bundled_gems.rb | 1 |
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 |
