From d9e7346b60c3afa2b3e83a240f9807c6bb819d48 Mon Sep 17 00:00:00 2001 From: KitaitiMakoto Date: Tue, 5 Nov 2019 12:38:17 +0000 Subject: [PATCH] Fix older option for gem command --- .gitlab-ci.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4cb5d5..092245a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ before_script: - apk add --update ragel build-base - if [ "$INSTALL_OPENJDK" == "true" ]; then apk add openjdk8; fi - - gem install bundler --no-ri --no-rdoc + - gem install bundler --no-document - ruby --version - gem --version - bundle --version @@ -14,10 +14,6 @@ paths: - vendor/ruby -Ruby 2.2: - image: "ruby:2.2-alpine" - <<: *defaults - Ruby 2.3: image: "ruby:2.3-alpine" <<: *defaults @@ -26,6 +22,14 @@ Ruby 2.4: image: "ruby:2.4-alpine" <<: *defaults +Ruby 2.5: + image: "ruby:2.5-alpine" + <<: *defaults + +Ruby 2.6: + image: "ruby:2.6-alpine" + <<: *defaults + JRuby 9.1: image: "jruby:9.1-alpine" variables: