Fix older option for gem command
This commit is contained in:
parent
e086515e59
commit
d9e7346b60
|
@ -3,7 +3,7 @@
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --update ragel build-base
|
- apk add --update ragel build-base
|
||||||
- if [ "$INSTALL_OPENJDK" == "true" ]; then apk add openjdk8; fi
|
- if [ "$INSTALL_OPENJDK" == "true" ]; then apk add openjdk8; fi
|
||||||
- gem install bundler --no-ri --no-rdoc
|
- gem install bundler --no-document
|
||||||
- ruby --version
|
- ruby --version
|
||||||
- gem --version
|
- gem --version
|
||||||
- bundle --version
|
- bundle --version
|
||||||
|
@ -14,10 +14,6 @@
|
||||||
paths:
|
paths:
|
||||||
- vendor/ruby
|
- vendor/ruby
|
||||||
|
|
||||||
Ruby 2.2:
|
|
||||||
image: "ruby:2.2-alpine"
|
|
||||||
<<: *defaults
|
|
||||||
|
|
||||||
Ruby 2.3:
|
Ruby 2.3:
|
||||||
image: "ruby:2.3-alpine"
|
image: "ruby:2.3-alpine"
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
@ -26,6 +22,14 @@ Ruby 2.4:
|
||||||
image: "ruby:2.4-alpine"
|
image: "ruby:2.4-alpine"
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
||||||
|
Ruby 2.5:
|
||||||
|
image: "ruby:2.5-alpine"
|
||||||
|
<<: *defaults
|
||||||
|
|
||||||
|
Ruby 2.6:
|
||||||
|
image: "ruby:2.6-alpine"
|
||||||
|
<<: *defaults
|
||||||
|
|
||||||
JRuby 9.1:
|
JRuby 9.1:
|
||||||
image: "jruby:9.1-alpine"
|
image: "jruby:9.1-alpine"
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in New Issue