Update dependabot.yml (#8140)

This commit is contained in:
Joe Doss 2020-05-28 12:30:26 -05:00 committed by GitHub
parent a607cbbf41
commit a913103e7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
sudo apt-get install postgresql-client libpq-dev
- name: Bundle install
run: |
gem install bundler --no-rdoc --no-ri
gem install bundler
bundle config set cache_all true
bundle config cache_all_platforms true
bundle install