Skip to content

Commit 2aa46e6

Browse files
author
R. Tyler Croy
authored
Merge pull request #285 from StevenCregan/master
Resolve jruby-rack dependancy
2 parents 2c786b1 + cabe2b2 commit 2aa46e6

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)