Skip to content

Commit 9014897

Browse files
committed
Don’t install bundler
1 parent b915b65 commit 9014897

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tool/jt.rb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,12 +1242,11 @@ def test_bundle(*args)
12421242

12431243
gemserver_source = %w[--clear-sources --source http://localhost:8808]
12441244

1245-
run_ruby(environment, *args, '--exceptions.print_java=true', '-S',
1246-
'gem', 'install', *gemserver_source, '--no-document', 'bundler', '-v', bundler_version, '--backtrace')
1247-
run_ruby(environment, *args, '--exceptions.print_java=true', '-S',
1248-
'bundle', "_#{bundler_version}_", 'install', *install_flags)
1249-
run_ruby(environment, *args, '--exceptions.print_java=true', '-S',
1250-
'bundle', "_#{bundler_version}_", 'exec', 'rake')
1245+
run_ruby(environment, *args, '--exceptions.print_java=true',
1246+
'-Sbundle', 'install', '-V', *install_flags)
1247+
1248+
run_ruby(environment, *args, '--exceptions.print_java=true',
1249+
'-Sbundle', 'exec', '-V', 'rake')
12511250
end
12521251
ensure
12531252
FileUtils.remove_entry_secure temp_dir

0 commit comments

Comments
 (0)