Use Ragel without a version
Apparently on some platforms (e.g. the JRuby build) 6.9 breaks things.
This commit is contained in:
parent
9cfd628b55
commit
dea9bafee1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue