Skip to content

Commit 096f1a3

Browse files
authored
Downgrade jruby to 9.4.13.0 (#18136)
This reverts commit fe4a735. After merging we discovered jruby/jruby#9000. Continue using 9.4.13.0 until we figure out a path forward for resultion of that upstream jruby issue.
1 parent 1e127fd commit 096f1a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ 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)
4546
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.14.0
17-
sha256: 7ea2be8d0c5989714c795b4544492bf9941c9576e7a78f593a19c85567bc0452
16+
version: 9.4.13.0
17+
sha256: 226d9c3a2e332f8f249838f96c20e87e0df2b9a464a11477b47be6dafb66412c
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)