FIX update bunlder version

This commit is contained in:
jasder
2020-11-30 11:47:48 +08:00
parent 5ab6d0db04
commit e6e616a037

View File

@@ -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