We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d45b6 commit 8fa451eCopy full SHA for 8fa451e
aruba.gemspec
@@ -21,12 +21,12 @@ Gem::Specification.new do |spec|
21
"source_code_uri" => "https://github.com/cucumber/aruba"
22
}
23
24
+ spec.add_runtime_dependency "bundler", [">= 1.17", "< 3.0"]
25
spec.add_runtime_dependency "childprocess", [">= 2.0", "< 5.0"]
26
spec.add_runtime_dependency "contracts", "~> 0.16.0"
27
spec.add_runtime_dependency "cucumber", [">= 2.4", "< 6.0"]
28
spec.add_runtime_dependency "rspec-expectations", "~> 3.4"
29
spec.add_runtime_dependency "thor", "~> 1.0"
- spec.add_runtime_dependency "bundler", "~> 2.1"
30
31
spec.add_development_dependency "json", "~> 2.1"
32
spec.add_development_dependency "kramdown", "~> 2.1"
0 commit comments