Skip to content

Commit ebbd913

Browse files
author
R. Tyler Croy
committed
Merge pull request #264 from mkristian/new-rubygems-servlets
new rubygems-servlets version
2 parents b459e3e + 6cd6a4e commit ebbd913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jruby-gradle-base-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333

3434
compile "org.eclipse.jetty:jetty-server:${jettyVersion}"
3535
compile "org.eclipse.jetty:jetty-webapp:${jettyVersion}"
36-
compile( 'de.saumya.mojo:rubygems:0.2@war' ) {
36+
runtime( 'de.saumya.mojo:rubygems:0.2.3@war' ) {
3737
// we just want the war file on the classloader for the application
3838
// to find it and use the war-file from filesystem
3939
exclude group: 'org.sonatype.nexus.plugins', module: 'nexus-ruby-tools'

jruby-gradle-base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class JRubyExecIntegrationSpec extends Specification {
107107

108108
def "Running a script that requires a gem using default embedded rubygems-servlets maven repo"() {
109109
// java-1.7 runs int o perm-space problems
110-
if (System.getProperty('java.version').startsWith('1.7.') ) {
110+
if (System.getProperty('java.version').startsWith('1.') ) {
111111
println 'skipping extra rubygems-servlet test for jdk-1.7'
112112
return
113113
}

0 commit comments

Comments
 (0)