Use ragel 6.9-r0

Maybe this will work, because apparently just using "ragel=6.9" refuses
to install.
This commit is contained in:
Yorick Peterse 2017-11-02 12:41:46 +01:00
parent de2166eb40
commit 794291990e
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
.defaults: &defaults
before_script:
- apk add --update ragel=6.9
- apk add --update ragel=6.9-r0
- gem install bundler --no-ri --no-rdoc
- ruby --version
- gem --version