Skip to content

Commit 7ceb1f3

Browse files
mkristianR. Tyler Croy
authored andcommitted
switch to latest jruby-mains version
fixes an issue with puma and `Bundler`
1 parent e11b008 commit 7ceb1f3

File tree

1 file changed

+1
-1
lines changed
  • jruby-gradle-jar-plugin/src/main/groovy/com/github/jrubygradle/jar

1 file changed

+1
-1
lines changed

jruby-gradle-jar-plugin/src/main/groovy/com/github/jrubygradle/jar/JRubyJar.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class JRubyJar extends Jar {
3434
static final String DEFAULT_JRUBYJAR_CONFIG = 'jrubyJar'
3535
static final String DEFAULT_MAIN_CLASS = 'org.jruby.mains.JarMain'
3636
static final String EXTRACTING_MAIN_CLASS = 'org.jruby.mains.ExtractingMain'
37-
static final String DEFAULT_JRUBY_MAINS = '0.4.0'
37+
static final String DEFAULT_JRUBY_MAINS = '0.6.1'
3838

3939
/**
4040
* @return Directory that the dependencies for this project will be staged into

0 commit comments

Comments
 (0)