Open
Description
When I was trying to work around #3839 by setting the BUNDLE_GEMFILE
environment variable, I realized that this also does not work: If I do context.environment("BUNDLE_GEMFILE", "$workingDir/Gemfile")
, then ENV['BUNDLE_GEMFILE']
is nil
in the script.