We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfc79e commit 8336f3eCopy full SHA for 8336f3e
1 file changed
RubyScript/lib/download.rb
@@ -38,7 +38,7 @@ def download(url, fn)
38
download(RSYNTAX_SRC + version + '/' + "rsyntaxtextarea-#{version}.jar",
39
'rsyntaxtextarea.jar')
40
41
-VERSION = '9.0.0.0'
+VERSION = '9.1.6.0'
42
JRUBY_SRC = 'https://s3.amazonaws.com/jruby.org/downloads/' \
43
"#{VERSION}/jruby-bin-#{VERSION}.zip"
44
jruby_zip = 'jruby.zip'
0 commit comments