Skip to content

Commit

Permalink
[GR-17457] Update to RuboCop 1.36.0
Browse files Browse the repository at this point in the history
PullRequest: truffleruby/3476
  • Loading branch information
eregon committed Sep 2, 2022
2 parents 01607d7 + 0f79ed1 commit 95f5f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/jt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/truffleruby')
FileUtils.mkdir_p(CACHE_EXTRA_DIR)

TRUFFLERUBY_GEM_TEST_PACK_VERSION = '91d1e2aa9075781d52ddc84615739e2eea537f2d'
TRUFFLERUBY_GEM_TEST_PACK_VERSION = 'da2231f8070adf1a866f2ecc51f0c1aa31b0bb67'

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

RUBOCOP_VERSION = '1.22.1'
RUBOCOP_VERSION = '1.36.0'
SEAFOAM_VERSION = '0.12'

DLEXT = RbConfig::CONFIG.fetch('DLEXT')
Expand Down

0 comments on commit 95f5f97

Please sign in to comment.