Merge pull request #110703 from zarelit/issue_85989_ignore_bundle_path
bundlerEnv: ignore bundler configuration file
This commit is contained in:
@@ -34,6 +34,7 @@ paths.each do |path|
|
||||
ENV["BUNDLE_GEMFILE"] = #{gemfile.dump}
|
||||
ENV.delete 'BUNDLE_PATH'
|
||||
ENV['BUNDLE_FROZEN'] = '1'
|
||||
ENV['BUNDLE_IGNORE_CONFIG'] = '1'
|
||||
|
||||
Gem.paths = { 'GEM_HOME' => #{bundle_path.dump} }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user