Skip to content

Commit 0c31592

Browse files
committed
Merge pull request #55 from rtyler/jruby-15-upgrade
Upgrade the default JRuby version to 1.7.15
2 parents 945a2cd + 3e6174d commit 0c31592

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ project.afterEvaluate {
3939
// --- up to here
4040

4141
dependencies {
42-
testJRubyPrepare 'org.jruby:jruby-complete:1.7.14'
42+
testJRubyPrepare 'org.jruby:jruby-complete:1.7.15'
4343
}
4444

4545

src/main/groovy/com/github/jrubygradle/JRubyPluginExtension.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class JRubyPluginExtension {
77
/** The default version of jruby that will be used by jrubyWar
88
*
99
*/
10-
String defaultVersion = '1.7.14'
10+
String defaultVersion = '1.7.15'
1111

1212
/** Directory for jrubyPrepare to install .gem dependencies into
1313
*

0 commit comments

Comments
 (0)