Skip to content

Commit 95f5f97

Browse files
committed
[GR-17457] Update to RuboCop 1.36.0
PullRequest: truffleruby/3476
2 parents 01607d7 + 0f79ed1 commit 95f5f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/jt.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/truffleruby')
3737
FileUtils.mkdir_p(CACHE_EXTRA_DIR)
3838

39-
TRUFFLERUBY_GEM_TEST_PACK_VERSION = '91d1e2aa9075781d52ddc84615739e2eea537f2d'
39+
TRUFFLERUBY_GEM_TEST_PACK_VERSION = 'da2231f8070adf1a866f2ecc51f0c1aa31b0bb67'
4040

4141
JDEBUG = '--vm.agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y'
4242
METRICS_REPS = Integer(ENV['TRUFFLERUBY_METRICS_REPS'] || 10)
@@ -52,7 +52,7 @@
5252
spec/truffle
5353
]
5454

55-
RUBOCOP_VERSION = '1.22.1'
55+
RUBOCOP_VERSION = '1.36.0'
5656
SEAFOAM_VERSION = '0.12'
5757

5858
DLEXT = RbConfig::CONFIG.fetch('DLEXT')

0 commit comments

Comments
 (0)