We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40d554d + 77fc536 commit 4cb0e5bCopy full SHA for 4cb0e5b
test/rubygems/test_gem.rb
@@ -1509,7 +1509,7 @@ def test_looks_for_gemdeps_files_automatically_on_start
1509
1510
path = File.join @tempdir, "gem.deps.rb"
1511
cmd = [Gem.ruby.dup.untaint, "-I#{LIB_PATH.untaint}",
1512
- "-I#{BUNDLER_LIB_PATH.untaint}", "-rubygems"]
+ "-I#{BUNDLER_LIB_PATH.untaint}", "-rrubygems"]
1513
if RUBY_VERSION < '1.9'
1514
cmd << "-e 'puts Gem.loaded_specs.values.map(&:full_name).sort'"
1515
cmd = cmd.join(' ')
0 commit comments