diff --git a/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy b/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy index ca6c916..f486944 100644 --- a/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy +++ b/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy @@ -73,7 +73,7 @@ class JRubyPrepareGemsIntegrationSpec extends IntegrationSpecification { then: // since we need a version range in the setup the // resolved version here can vary over time - new File(projectDir, "gems/rack-1.6.12").exists() + new File(projectDir, "gems/rack-1.6.13").exists() } void "Check if selenium-webdriver version gets resolved"() {