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 01607d7 + 0f79ed1 commit 95f5f97Copy full SHA for 95f5f97
tool/jt.rb
@@ -36,7 +36,7 @@
36
CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/truffleruby')
37
FileUtils.mkdir_p(CACHE_EXTRA_DIR)
38
39
-TRUFFLERUBY_GEM_TEST_PACK_VERSION = '91d1e2aa9075781d52ddc84615739e2eea537f2d'
+TRUFFLERUBY_GEM_TEST_PACK_VERSION = 'da2231f8070adf1a866f2ecc51f0c1aa31b0bb67'
40
41
JDEBUG = '--vm.agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y'
42
METRICS_REPS = Integer(ENV['TRUFFLERUBY_METRICS_REPS'] || 10)
@@ -52,7 +52,7 @@
52
spec/truffle
53
]
54
55
-RUBOCOP_VERSION = '1.22.1'
+RUBOCOP_VERSION = '1.36.0'
56
SEAFOAM_VERSION = '0.12'
57
58
DLEXT = RbConfig::CONFIG.fetch('DLEXT')
0 commit comments