1
0
Fork 0

Install our bundler version

This commit is contained in:
Andrew Tomaka 2019-08-27 23:43:07 -04:00 committed by GitHub
parent 2557f1298e
commit cd8eb40c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ jobs:
ruby-version: 2.6.x
- name: Build and test with Rake
run: |
gem install bundler
gem install bundler -v 1.16
bundle install --jobs 4 --retry 3
bundle exec rake