Skip to content

Commit

Permalink
Merge pull request #936 from cucumber/update-gemspec-runtime-dependen…
Browse files Browse the repository at this point in the history
…cies

Replace soft-deprecated runtime dependency specification
  • Loading branch information
mvz authored Jul 14, 2024
2 parents 0124357 + 37b0eef commit 1b79a98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Gem::Specification.new do |spec|
"source_code_uri" => "https://github.com/cucumber/aruba"
}

spec.add_runtime_dependency "bundler", [">= 1.17", "< 3.0"]
spec.add_runtime_dependency "contracts", [">= 0.16.0", "< 0.18.0"]
spec.add_runtime_dependency "cucumber", ">= 8.0", "< 10.0"
spec.add_runtime_dependency "rspec-expectations", "~> 3.4"
spec.add_runtime_dependency "thor", "~> 1.0"
spec.add_dependency "bundler", [">= 1.17", "< 3.0"]
spec.add_dependency "contracts", [">= 0.16.0", "< 0.18.0"]
spec.add_dependency "cucumber", ">= 8.0", "< 10.0"
spec.add_dependency "rspec-expectations", "~> 3.4"
spec.add_dependency "thor", "~> 1.0"

spec.add_development_dependency "appraisal", "~> 2.4"
spec.add_development_dependency "json", "~> 2.1"
Expand Down

0 comments on commit 1b79a98

Please sign in to comment.