cucumber/gherkin

The minimum messages version should still be 19.1.4

Closed this issue · 2 comments

@mattwynne I do think it that the version just isn't declared correctly in the Gemfile. The minimum should still be 19.1.4. So using ~> is probably the wrong operator. We want multiple majors.

Looks like only Java got this right

<artifactId>messages</artifactId>
<version>[19.1.4,22.0.0)</version>

Originally posted by @mpkorstanje in #81 (comment)

This also applies to the HTML formatter.

Note: This may get confusing because NodeJS also has the peerDependency version.