FIX update bunlder version
This commit is contained in:
parent
5ab6d0db04
commit
e6e616a037
|
@ -10,6 +10,7 @@ steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: ruby:2.4.5
|
image: ruby:2.4.5
|
||||||
commands:
|
commands:
|
||||||
|
- gem install bundler
|
||||||
- bundle -v
|
- bundle -v
|
||||||
- bundle install --jobs=1 --retry=1
|
- bundle install --jobs=1 --retry=1
|
||||||
- rake
|
- rake
|
||||||
|
|
Loading…
Reference in New Issue