Skip to content

Commit 628bd96

Browse files
committed
[travis-ci] running with RG 2.6 should get the (problematic) specs green
1 parent abe79d0 commit 628bd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_script:
3131
- export JRUBY_OPTS="-Xcompile.invokedynamic=false -J-XX:MaxPermSize=96M"
3232
before_install:
3333
# NOTE: RubyGems 2.4.x fails us at application_spec's gem_install_rack_unless_installed !
34-
- ((jruby -v | grep -v 9.[0-9].[0-9].[0-9]) && jruby --1.9 -S gem update --system 2.2.3) || true
34+
- ((jruby -v | grep -v 9.[0-9].[0-9].[0-9]) && jruby --1.9 -S gem update --system 2.6.12) || true
3535
- ((jruby -v | grep 1.8.7) && jruby --1.9 -S gem update --system 2.1.11) || true
3636
- ((echo $BUNDLE_GEMFILE | grep rails23) && jruby --1.9 -S gem update --system 1.8.29) || true
3737
matrix:

0 commit comments

Comments
 (0)