Skip to content

Commit 078e4c2

Browse files
committed
Update JRuby to 9.4
1 parent 7f224aa commit 078e4c2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

third_party/jruby/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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]
1+
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
Binary file not shown.

third_party/jruby/update.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
require "open-uri"
22
require "rake"
33

4-
version = "9.2.8.0"
4+
version = "9.4.5.0"
55
gems = {
6-
"inifile" => "3.0.0"
6+
"inifile" => "3.0.0",
7+
"net-telnet" => "0.2.0",
78
}
89

910
jar_name = ARGV.first

0 commit comments

Comments
 (0)