Skip to content

Commit

Permalink
Permit gherkin 28
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Sep 15, 2023
1 parent b7d9ebe commit 19d43dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
- In all `Summary` and `Result` classes, changed the `strict` argument into a keyword argument.
See upgrading notes for [13.0.0.md](upgrading_notes/13.0.0.md#upgrading-to-1300)
([#261](https://github.com/cucumber/cucumber-ruby-core/pull/261))
- Permit usage of gherkin v27

## [12.0.0] - 2023-09-06
### Changed
Expand Down
2 changes: 1 addition & 1 deletion cucumber-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
'source_code_uri' => 'https://github.com/cucumber/cucumber-ruby-core'
}

s.add_dependency 'cucumber-gherkin', '>= 25', '< 27'
s.add_dependency 'cucumber-gherkin', '>= 25', '< 28'
s.add_dependency 'cucumber-messages', '>= 20', '< 23'
s.add_dependency 'cucumber-tag-expressions', '~> 5.0', '>= 5.0.4'

Expand Down

0 comments on commit 19d43dd

Please sign in to comment.