We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f224aa commit 078e4c2Copy full SHA for 078e4c2
third_party/jruby/VERSION
@@ -1 +1 @@
1
-jruby 9.2.8.0 (2.5.3) 2019-08-12 a1ac7ff OpenJDK 64-Bit Server VM 15.0.2+7 on 15.0.2+7 +jit [darwin-x86_64]
+jruby 9.4.5.0 (3.1.4) 2023-11-02 1abae2700f OpenJDK 64-Bit Server VM 21.0.1 on 21.0.1 +jit [arm64-darwin]
third_party/jruby/jruby-complete.jar
7.13 MB
third_party/jruby/update.rb
@@ -1,9 +1,10 @@
require "open-uri"
2
require "rake"
3
4
-version = "9.2.8.0"
+version = "9.4.5.0"
5
gems = {
6
- "inifile" => "3.0.0"
+ "inifile" => "3.0.0",
7
+ "net-telnet" => "0.2.0",
8
}
9
10
jar_name = ARGV.first
0 commit comments