View categories
JRuby 1.7.25 now available
Change effective on 15 April 2016
The Ruby stack now supports 1.7.25 in 1.9.3 mode.
To use JRuby 1.7.25 in Ruby 1.9.3 mode, add this to your Gemfile
:
ruby '1.9.3', :engine => 'jruby', :engine_version => '1.7.25'
Adjust the ruby
value depending on the mode you wish to use.
The JRuby release notes can be found on the JRuby website.