Skip to content

Commit

Permalink
Uncouple messages requirement whilst we fix up each subrepo
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill authored Jul 18, 2024
1 parent f99b285 commit 58dd8f1
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 @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_dependency 'cucumber-cucumber-expressions', '~> 17.0'
s.add_dependency 'cucumber-gherkin', '> 24', '< 28'
s.add_dependency 'cucumber-html-formatter', '> 20.3', '< 22'
s.add_dependency 'cucumber-messages', '> 19', '< 25'
s.add_dependency 'cucumber-messages', '> 19', '< 26'
s.add_dependency 'diff-lcs', '~> 1.5'
s.add_dependency 'mini_mime', '~> 1.1'
s.add_dependency 'multi_test', '~> 1.1'
Expand Down

0 comments on commit 58dd8f1

Please sign in to comment.