From 1f35d8ba530ca352f64ce9b30564b146102b4d56 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 27 Nov 2020 15:22:11 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 77558ff70..1c7dd7d2f 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -10,6 +10,7 @@ steps: - name: install image: ruby:2.3.7 commands: + - gem install bundler --default -v "2.1.4" - bundle -v - bundle install --jobs=3 --retry=3 - rake