lib/dpl/ctx/bash.rb in dpl-2.0.5.beta.1 vs lib/dpl/ctx/bash.rb in dpl-2.0.5.beta.2

- old
+ new

@@ -181,10 +181,12 @@ env = ENV.to_h # Bundler.reset! # Gem.loaded_specs.clear gemfile do source 'https://rubygems.org' - gems.each { |g| gem(*g) } + gems.each do |g| + gem(*g) + end end # https://github.com/bundler/bundler/issues/7181 ENV.replace(env) end end