Skip to content

Commit

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

This reverts commit 8964a06.

I want to get dependabot to try again
  • Loading branch information
mattwynne committed Dec 23, 2022
1 parent 8964a06 commit 4fd1cb0
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.4', '< 22.0'
s.add_dependency 'cucumber-messages', '~> 19.1', '>= 19.1.4'

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 4fd1cb0

Please sign in to comment.