Bump the base version of JRuby to 9.0.5.0

See also: <http://jruby.org/2016/01/26/jruby-9-0-5-0.html>
This commit is contained in:
R. Tyler Croy 2016-01-31 03:26:53 -08:00
parent 689999df12
commit 346f092a04
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ releaseBuild=false
targetCompatibility=1.7
sourceCompatibility=1.7
jrubyVersion=9.0.4.0
jrubyVersion=9.0.5.0
jettyVersion=9.2.12.v20150709
rubygemsProxy=http://rubygems.lasagna.io/proxy/maven/releases

View File

@ -7,7 +7,7 @@ import org.gradle.api.Project
* Class providing the jruby{} DSL extension to the Gradle build script
*/
class JRubyPluginExtension {
static final String DEFAULT_JRUBY_VERSION = '9.0.4.0'
static final String DEFAULT_JRUBY_VERSION = '9.0.5.0'
/** The default version of jruby that will be used */
String defaultVersion = DEFAULT_JRUBY_VERSION