From 40cb8d7e681096bddabc4d065db833a976a7e61b Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 30 Nov 2020 11:21:21 +0800 Subject: [PATCH] Update ruby --- .trustie-pipeline.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 98a8b3b8d..9d2d5bd77 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -8,16 +8,14 @@ platform: steps: - name: install - image: ruby:2.3.7 + image: ruby:2.4.5 commands: - - gem update --system - - gem install bundler --default -v "2.1.4" - bundle -v - - bundle _2.1.4_ install --jobs=1 --retry=1 + - bundle install --jobs=1 --retry=1 - rake - name: test - image: ruby:2.3.7 + image: ruby:2.4.5 volumes: - name: bundle path: /usr/local/bundle