Skip to content

Commit 8fa451e

Browse files
committed
Permit versions of 1.x bundler
1 parent b1d45b6 commit 8fa451e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aruba.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Gem::Specification.new do |spec|
2121
"source_code_uri" => "https://github.com/cucumber/aruba"
2222
}
2323

24+
spec.add_runtime_dependency "bundler", [">= 1.17", "< 3.0"]
2425
spec.add_runtime_dependency "childprocess", [">= 2.0", "< 5.0"]
2526
spec.add_runtime_dependency "contracts", "~> 0.16.0"
2627
spec.add_runtime_dependency "cucumber", [">= 2.4", "< 6.0"]
2728
spec.add_runtime_dependency "rspec-expectations", "~> 3.4"
2829
spec.add_runtime_dependency "thor", "~> 1.0"
29-
spec.add_runtime_dependency "bundler", "~> 2.1"
3030

3131
spec.add_development_dependency "json", "~> 2.1"
3232
spec.add_development_dependency "kramdown", "~> 2.1"

0 commit comments

Comments
 (0)