Skip to content

Commit 688fb7e

Browse files
committed
Auto merge of #2029 - hsbt:no-more-ubygems-2, r=hsbt
More rename ubygems.rb. Follow up 4cb0e5b
2 parents 4cb0e5b + 267de72 commit 688fb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rubygems/test_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@ def test_looks_for_gemdeps_files_automatically_on_start_in_parent_dir
15521552

15531553
path = File.join @tempdir, "gem.deps.rb"
15541554
cmd = [Gem.ruby.dup.untaint, "-Csub1", "-I#{LIB_PATH.untaint}",
1555-
"-I#{BUNDLER_LIB_PATH.untaint}", "-rubygems"]
1555+
"-I#{BUNDLER_LIB_PATH.untaint}", "-rrubygems"]
15561556
if RUBY_VERSION < '1.9'
15571557
cmd << "-e 'puts Gem.loaded_specs.values.map(&:full_name).sort'"
15581558
cmd = cmd.join(' ')

0 commit comments

Comments
 (0)