Skip to content

Commit

Permalink
[Ruby] messages bump (#267)
Browse files Browse the repository at this point in the history
* Bump messages to support next 2 majors - next one after this won't have ruby breaking changes

* Add changelog
  • Loading branch information
luke-hill committed Aug 15, 2024
1 parent a566306 commit 87213be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org).
This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).

## [Unreleased]
### Changed
- [Ruby] Upgraded messages support to permit up to v26

## [29.0.0] - 2024-08-12
### Added
Expand Down
2 changes: 1 addition & 1 deletion ruby/cucumber-gherkin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
'source_code_uri' => 'https://github.com/cucumber/gherkin/blob/main/ruby'
}

s.add_runtime_dependency 'cucumber-messages', '> 25', '< 26'
s.add_runtime_dependency 'cucumber-messages', '> 25', '< 28'

s.add_development_dependency 'rake', '~> 13.1'
s.add_development_dependency 'rspec', '~> 3.13'
Expand Down

0 comments on commit 87213be

Please sign in to comment.