Skip to content

Commit

Permalink
Minor patch update for cucumber gherkin min requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Aug 9, 2023
1 parent 880630d commit 44f8dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_dependency 'cucumber-ci-environment', '~> 9.2', '>= 9.2.0'
s.add_dependency 'cucumber-core', '~> 11.0', '>= 11.0.0'
s.add_dependency 'cucumber-cucumber-expressions', '~> 16.1', '>= 16.1.2'
s.add_dependency 'cucumber-gherkin', '>= 23', '< 26.2.1'
s.add_dependency 'cucumber-gherkin', '>= 23.0.1', '< 26.2.1'
s.add_dependency 'cucumber-html-formatter', '~> 20.4', '>= 20.4.0'
s.add_dependency 'cucumber-messages', '>= 18', '< 23'
s.add_dependency 'diff-lcs', '~> 1.5', '>= 1.5.0'
Expand Down

0 comments on commit 44f8dfc

Please sign in to comment.