Downgrade ruby in .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jesper Hess 2020-03-01 14:29:03 +01:00
parent 9606e8979e
commit 002c573c59
Signed by untrusted user: graffen
GPG key ID: 351A89E40D763F0F

View file

@ -3,7 +3,7 @@ name: default
steps: steps:
- name: build - name: build
image: ruby image: ruby:2.6.5
commands: commands:
- gem install bundler - gem install bundler
- bundle install - bundle install