Skip to content

Commit cabe2b2

Browse files
Steven CreganSteven Cregan
authored andcommitted
Fixed resolution of jruby-rack
1 parent 942a1b6 commit cabe2b2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

jruby-gradle-war-plugin/src/main/groovy/com/github/jrubygradle/war/JRubyWar.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class JRubyWar extends War {
6565
static void updateJRubyDependencies(Project project) {
6666
project.dependencies {
6767
jrubyWar "org.jruby:jruby-complete:${project.jruby.defaultVersion}"
68-
jrubyWar('org.jruby.rack:jruby:rack:[1.1.0,2.0)') {
68+
jrubyWar('org.jruby.rack:jruby-rack:[1.1.0,2.0)') {
6969
exclude module: 'jruby-complete'
7070
}
7171
}

0 commit comments

Comments
 (0)