We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gem update --system 2.2.3
1 parent d089701 commit d270046Copy full SHA for d270046
.travis.yml
@@ -33,6 +33,8 @@ before_script:
33
- export JRUBY_OPTS="--server -Xcext.enabled=false -Xcompile.invokedynamic=false -J-XX:MaxPermSize=128m"
34
- export JRUBY_VERSION="1.7.12"
35
before_install:
36
+ # NOTE: RubyGems 2.4.x fails us at application_spec's gem_install_rack_unless_installed !
37
+ - (jruby --1.9 -S gem update --system 2.2.3) || true
38
- ((jruby -v | grep 1.8.7) && jruby --1.9 -S gem update --system 2.1.11) || true
39
- ((echo $BUNDLE_GEMFILE | grep rails23) && jruby --1.9 -S gem update --system 1.8.29) || true
40
matrix:
0 commit comments