Skip to content

Commit fe4a735

Browse files
authored
Update JRuby version to 9.4.14.0 (#18080)
Also remove cgi gem pinning from Gemfile.template JRuby ships with the pinned version.
1 parent ba07878 commit fe4a735

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Gemfile.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ gem "murmurhash3", "= 0.1.6" # Pins until version 0.1.7-java is released
4242
gem "date", "= 3.3.3"
4343
gem "thwait"
4444
gem "bigdecimal", "~> 3.1"
45-
gem "cgi", "~> 0.3.7" # Pins until a new jruby version with updated cgi is released (https://github.com/jruby/jruby/issues/8919)
4645
gem "jar-dependencies", "= 0.5.4" # Pin to avoid conflict with default

versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ bundled_jdk:
1313
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
1414
# *and* for which jars artifacts are published for compile-time
1515
jruby:
16-
version: 9.4.13.0
17-
sha256: 226d9c3a2e332f8f249838f96c20e87e0df2b9a464a11477b47be6dafb66412c
16+
version: 9.4.14.0
17+
sha256: 7ea2be8d0c5989714c795b4544492bf9941c9576e7a78f593a19c85567bc0452
1818
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby
1919
#jruby-runtime-override:
2020
# url: https://oss.sonatype.org/content/repositories/snapshots/org/jruby/jruby-dist/9.3.0.0-SNAPSHOT/jruby-dist-9.3.0.0-20210723.214927-259-bin.tar.gz

0 commit comments

Comments
 (0)