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