From df0999141ed50fd6b844e558235b1be4aa59efa9 Mon Sep 17 00:00:00 2001 From: Jason Lunn Date: Fri, 25 Feb 2022 14:11:12 +0000 Subject: [PATCH] Update JRuby 9.2.19.0 -> 9.2.20.1 and 9.3.0.0 to 9.3.3.0. --- kokoro/linux/dockerfile/test/ruby/Dockerfile | 4 ++-- ruby/pom.xml | 2 +- tests.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kokoro/linux/dockerfile/test/ruby/Dockerfile b/kokoro/linux/dockerfile/test/ruby/Dockerfile index 836287090a..cfdc5ba031 100644 --- a/kokoro/linux/dockerfile/test/ruby/Dockerfile +++ b/kokoro/linux/dockerfile/test/ruby/Dockerfile @@ -35,8 +35,8 @@ RUN /bin/bash -l -c "rvm install 2.5.1" RUN /bin/bash -l -c "rvm install 2.6.0" RUN /bin/bash -l -c "rvm install 2.7.0" RUN /bin/bash -l -c "rvm install 3.0.0" -RUN /bin/bash -l -c "rvm install jruby-9.2.19.0" -RUN /bin/bash -l -c "rvm install jruby-9.3.0.0" +RUN /bin/bash -l -c "rvm install jruby-9.2.20.1" +RUN /bin/bash -l -c "rvm install jruby-9.3.3.0" RUN /bin/bash -l -c "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" RUN /bin/bash -l -c "echo 'export PATH=/usr/local/rvm/bin:$PATH' >> ~/.bashrc" diff --git a/ruby/pom.xml b/ruby/pom.xml index c9ae9e6633..7fd164ac02 100644 --- a/ruby/pom.xml +++ b/ruby/pom.xml @@ -81,7 +81,7 @@ org.jruby jruby-complete - 9.2.19.0 + 9.2.20.1 provided diff --git a/tests.sh b/tests.sh index 8ea5ae6f6b..d9047c40d2 100755 --- a/tests.sh +++ b/tests.sh @@ -426,13 +426,13 @@ build_ruby30() { build_jruby92() { internal_build_cpp # For conformance tests. internal_build_java jdk8 && cd .. # For Maven protobuf jar with local changes - cd ruby && bash travis-test.sh jruby-9.2.19.0 && cd .. + cd ruby && bash travis-test.sh jruby-9.2.20.1 && cd .. } build_jruby93() { internal_build_cpp # For conformance tests. internal_build_java jdk8 && cd .. # For Maven protobuf jar with local changes - cd ruby && bash travis-test.sh jruby-9.3.0.0 && cd .. + cd ruby && bash travis-test.sh jruby-9.3.3.0 && cd .. } build_javascript() {