Skip to content

Commit cd82c10

Browse files
committed
jruby-complete
1 parent 83dc5d1 commit cd82c10

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
@@ -1,14 +1,14 @@
11
require 'rake/clean'
22

3-
WARNING = <<-EOS
3+
WARNING = <<-EOS.freeze
44
WARNING: you may not have wget installed, you could just download
55
the correct version of jruby-complete to the vendors folder, and
66
re-run k9 setup install instead of installing wget. Some systems
77
may also require 'sudo' access to install, NB: this is untested....
88
99
EOS
1010

11-
JRUBYC_VERSION = '9.1.5.0'
11+
JRUBYC_VERSION = '9.1.6.0'
1212
EXAMPLES = '1.6'
1313
HOME_DIR = ENV['HOME']
1414
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
@@ -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", "7711fe1d09bb98727a43f5aaef5ea3a205500568bc2fa718cb7ef77dd3800519")
30+
check_sha256("jruby-complete-#{JRUBYC_VERSION}.jar", "2a45c5f24deb538343c3a9b9a3b29bbeb11fa9d91cf8649271bd07d2e1aa28cb")
3131
end
3232

3333
directory "../lib/ruby"

0 commit comments

Comments
 (0)