Skip to content

Commit 6534855

Browse files
committed
bump jruby
1 parent 2bc0d8c commit 6534855

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vendors/Rakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ WARNING = <<-EOS.freeze
88
99
EOS
1010

11-
JRUBYC_VERSION = '9.1.7.0'
12-
EXAMPLES = '2.0'
11+
JRUBYC_VERSION = '9.1.8.0'
12+
EXAMPLES = '2.1'
1313
HOME_DIR = ENV['HOME']
1414
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
1515

@@ -27,7 +27,7 @@ file "jruby-complete-#{JRUBYC_VERSION}.jar" do
2727
rescue
2828
warn(WARNING)
2929
end
30-
check_sha256("jruby-complete-#{JRUBYC_VERSION}.jar", "62983e2b6360005a65931b1cd5a5b50aa97168407feb29410454e658204521de")
30+
check_sha256("jruby-complete-#{JRUBYC_VERSION}.jar", "f4552ce55ac6700ad51dc1dce8a3a0b8153cbe9b885006e039a98b558f77e551")
3131
end
3232

3333
directory "../lib/ruby"

0 commit comments

Comments
 (0)