Fix bundler gem name and pin to 1.17.3

This commit is contained in:
Daniel Azuma 2019-01-03 23:17:06 -08:00 committed by GitHub
parent 2db1030634
commit 6fa73a25a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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