Merge pull request #110703 from zarelit/issue_85989_ignore_bundle_path
bundlerEnv: ignore bundler configuration file
This commit is contained in:
commit
8cd1711b04
1 changed files with 1 additions and 0 deletions
|
@ -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} }
|
||||
|
||||
|
|
Loading…
Reference in a new issue