Skip to content

Commit

Permalink
Merge pull request #801 from cucumber/allow-new-cucumbers
Browse files Browse the repository at this point in the history
Allow newer versions of Cucumber
  • Loading branch information
mvz authored Apr 14, 2021
2 parents b81ee6d + d847194 commit 7d2ed27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning][1].

This document is formatted according to the principles of [Keep A CHANGELOG][2].

## [Unreleased]

* Update dependencies to cucumber to allow working with incoming major versions
([#801] by [mattwynne])

## [1.0.4] / 2021-01-04

* Update rubocop and fix new offenses (various pull requests)
Expand Down Expand Up @@ -964,6 +969,7 @@ Note: These are changes w.r.t. Aruba version 0.14.1.

<!-- issues & pull requests -->

[#801]: https://github.com/cucumber/aruba/pull/801
[#727]: https://github.com/cucumber/aruba/pull/727
[#725]: https://github.com/cucumber/aruba/pull/725
[#724]: https://github.com/cucumber/aruba/pull/724
Expand Down Expand Up @@ -1242,7 +1248,8 @@ Note: These are changes w.r.t. Aruba version 0.14.1.

<!-- Releases -->

[Unreleased]: https://github.com/cucumber/aruba/compare/v1.0.3...master
[Unreleased]: https://github.com/cucumber/aruba/compare/v1.0.4...master
[1.0.4]: https://github.com/cucumber/aruba/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/cucumber/aruba/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/cucumber/aruba/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/cucumber/aruba/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "childprocess", [">= 2.0", "< 5.0"]
spec.add_runtime_dependency "contracts", "~> 0.16.0"
spec.add_runtime_dependency "cucumber", [">= 2.4", "< 6.0"]
spec.add_runtime_dependency "cucumber", [">= 2.4", "< 7.0"]
spec.add_runtime_dependency "rspec-expectations", "~> 3.4"
spec.add_runtime_dependency "thor", "~> 1.0"

Expand Down

0 comments on commit 7d2ed27

Please sign in to comment.