Skip to content

Commit

Permalink
Add fix for rack version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Feb 8, 2021
1 parent c737ee0 commit 11ca272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"() {
Expand Down

0 comments on commit 11ca272

Please sign in to comment.