Upgrade JRuby to satisfy gemfile #26990
Conversation
r? @schneems (@rails-bot has picked a reviewer for you, use r? to override) |
cc @headius |
I can merge this if @headius approves |
I'm also wondering why do we only run jruby tests for ActionPack, but not On Nov 7, 2016 10:11 AM, "Guillermo Iguaran" notifications@github.com I can merge this if @headius https://github.com/headius approves — |
Because Rails test suite were not green with any component and we didn't want to slow down our builds because of a implementation of Ruby which we didn't officially support at the time. As soon they are all green I'm totally fine to add. But there is a requirement, the test suite can't be slowed down. |
https://travis-ci.org/rails/rails/jobs/173621075#L271
ruby_dep 1.5.0
requires ruby >=2.2.5. This is something that jruby-9.0.5.0 doesn't provide.This PR upgrades the
.travis.yml
tojruby-9.1.5.0
.