Update JRuby 9.2.19.0 -> 9.2.20.1 and 9.3.0.0 to 9.3.3.0.

pull/9549/head
Jason Lunn 3 years ago
parent 6a77c9bab4
commit df0999141e
  1. 4
      kokoro/linux/dockerfile/test/ruby/Dockerfile
  2. 2
      ruby/pom.xml
  3. 4
      tests.sh

@ -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"

@ -81,7 +81,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>9.2.19.0</version>
<version>9.2.20.1</version>
<scope>provided</scope>
</dependency>
</dependencies>

@ -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() {

Loading…
Cancel
Save