Use Ragel without a version

Apparently on some platforms (e.g. the JRuby build) 6.9 breaks things.
This commit is contained in:
Yorick Peterse 2017-11-02 13:23:40 +01:00
parent 9cfd628b55
commit dea9bafee1
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-r0 build-base
- apk add --update ragel build-base
- gem install bundler --no-ri --no-rdoc
- ruby --version
- gem --version