Fix bundler gem name and pin to 1.17.3
This commit is contained in:
parent
2db1030634
commit
6fa73a25a9
|
@ -27,7 +27,7 @@ function set_failed_status {
|
|||
EXIT_STATUS=1
|
||||
}
|
||||
|
||||
gem install bundle
|
||||
gem install bundler --version 1.17.3
|
||||
|
||||
|
||||
(bundle update && bundle exec rake) || set_failed_status
|
||||
|
|
Loading…
Reference in New Issue