Skip to content

Commit

Permalink
Update JRuby to 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Dec 8, 2023
1 parent 7f224aa commit 078e4c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion third_party/jruby/VERSION
Original file line number Diff line number Diff line change
@@ -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]
Binary file modified third_party/jruby/jruby-complete.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions third_party/jruby/update.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
require "open-uri"
require "rake"

version = "9.2.8.0"
version = "9.4.5.0"
gems = {
"inifile" => "3.0.0"
"inifile" => "3.0.0",
"net-telnet" => "0.2.0",
}

jar_name = ARGV.first
Expand Down

0 comments on commit 078e4c2

Please sign in to comment.