Skip to content

Commit ff5ca1c

Browse files
committed
Update gem test pack to make RuboCop work on older Ruby versions
1 parent 55d33af commit ff5ca1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
TRUFFLERUBY_DIR = File.expand_path('../..', File.realpath(__FILE__))
2424
PROFILES_DIR = "#{TRUFFLERUBY_DIR}/profiles"
2525

26-
TRUFFLERUBY_GEM_TEST_PACK_VERSION = "48e88c76418aea9bafe4ef8e1d580431bfc933f5"
26+
TRUFFLERUBY_GEM_TEST_PACK_VERSION = "8288cf66797da2e38770126d5c048bda876dd413"
2727

2828
JDEBUG_PORT = 51819
2929
JDEBUG = "--vm.agentlib:jdwp=transport=dt_socket,server=y,address=#{JDEBUG_PORT},suspend=y"

0 commit comments

Comments
 (0)