From 11ca27228cd46d70e212cf5ad1bdd0fe370de05c Mon Sep 17 00:00:00 2001 From: Schalk Cronje Date: Mon, 8 Feb 2021 12:22:20 +0100 Subject: [PATCH] Add fix for rack version in test --- .../github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"() {