diff options
| -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 |
