From e6e616a0375e4d190167006163fec60709a71cf3 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 30 Nov 2020 11:47:48 +0800 Subject: [PATCH] FIX update bunlder version --- .trustie-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 9d2d5bd77..916fadf6d 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -10,6 +10,7 @@ steps: - name: install image: ruby:2.4.5 commands: + - gem install bundler - bundle -v - bundle install --jobs=1 --retry=1 - rake