ci: fix rubygems install step

This commit is contained in:
Gonzalo Rodriguez 2019-12-17 18:24:38 -03:00
parent f79759717a
commit 30898d8caf
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -9,7 +9,7 @@ rvm:
- 2.4.9
before_install:
- gem update --system
- yes | gem update --system
- gem install bundler -v "~> 2.0"
gemfile: