Skip to content

Commit 11ca272

Browse files
committed
Add fix for rack version in test
1 parent c737ee0 commit 11ca272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class JRubyPrepareGemsIntegrationSpec extends IntegrationSpecification {
7373
then:
7474
// since we need a version range in the setup the
7575
// resolved version here can vary over time
76-
new File(projectDir, "gems/rack-1.6.12").exists()
76+
new File(projectDir, "gems/rack-1.6.13").exists()
7777
}
7878

7979
void "Check if selenium-webdriver version gets resolved"() {

0 commit comments

Comments
 (0)