Skip to content

Commit

Permalink
build(deps): update cucumber-messages requirement from ~> 19.1, >= 19…
Browse files Browse the repository at this point in the history
….1.4 to >= 19.1.4, < 22.0

Updates the requirements on [cucumber-messages](https://github.com/cucumber/messages) to permit the latest version.
- [Release notes](https://github.com/cucumber/messages/releases)
- [Changelog](https://github.com/cucumber/messages/blob/main/CHANGELOG.md)
- [Commits](cucumber/messages@v19.1.4...v21.0.1)

---
updated-dependencies:
- dependency-name: cucumber-messages
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2022
1 parent 33910b1 commit 4a13204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/cucumber-gherkin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
'source_code_uri' => 'https://github.com/cucumber/gherkin/blob/main/ruby'
}

s.add_dependency 'cucumber-messages', '~> 19.1', '>= 19.1.4'
s.add_dependency 'cucumber-messages', '>= 19.1.4', '< 22.0'

s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
s.add_development_dependency 'rspec', '~> 3.11', '>= 3.11.0'
Expand Down

0 comments on commit 4a13204

Please sign in to comment.