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.
1 parent b915b65 commit 9014897Copy full SHA for 9014897
tool/jt.rb
@@ -1242,12 +1242,11 @@ def test_bundle(*args)
1242
1243
gemserver_source = %w[--clear-sources --source http://localhost:8808]
1244
1245
- run_ruby(environment, *args, '--exceptions.print_java=true', '-S',
1246
- 'gem', 'install', *gemserver_source, '--no-document', 'bundler', '-v', bundler_version, '--backtrace')
1247
1248
- 'bundle', "_#{bundler_version}_", 'install', *install_flags)
1249
1250
- 'bundle', "_#{bundler_version}_", 'exec', 'rake')
+ run_ruby(environment, *args, '--exceptions.print_java=true',
+ '-Sbundle', 'install', '-V', *install_flags)
+
+ '-Sbundle', 'exec', '-V', 'rake')
1251
end
1252
ensure
1253
FileUtils.remove_entry_secure temp_dir
0 commit comments