File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export class CommandEnvironmentHelper {
196
196
}
197
197
198
198
private static buildPuppetEnvironment ( exe : Executable , config : IAggregateConfiguration ) {
199
- exe . options . env . RUBYOPT = 'rubygems ' ;
199
+ exe . options . env . RUBYOPT = '-rrubygems ' ;
200
200
exe . options . env . SSL_CERT_FILE = config . ruby . sslCertFile ;
201
201
exe . options . env . SSL_CERT_DIR = config . ruby . sslCertDir ;
202
202
exe . options . env . RUBY_DIR = config . ruby . rubydir ;
@@ -205,7 +205,7 @@ export class CommandEnvironmentHelper {
205
205
}
206
206
207
207
private static buildPDKEnvironment ( exe : Executable , config : IAggregateConfiguration ) {
208
- exe . options . env . RUBYOPT = 'rubygems ' ;
208
+ exe . options . env . RUBYOPT = '-rrubygems ' ;
209
209
exe . options . env . DEVKIT_BASEDIR = config . ruby . puppetBaseDir ;
210
210
exe . options . env . RUBY_DIR = config . ruby . pdkRubyDir ;
211
211
exe . options . env . GEM_HOME = config . ruby . pdkGemDir ;
You can’t perform that action at this time.
0 commit comments