jnicklas / turnip

Gherkin extension for RSpec
972 stars 112 forks source link

Upgrade cucumber gherkin to v12 #224

Closed jayzz55 closed 4 years ago

jayzz55 commented 4 years ago

gherkin-ruby released v12 here: https://github.com/cucumber/gherkin-ruby/releases/tag/v12.0.0

this commit is to update dependency to use the latest version of cucumber gherkin.

jayzz55 commented 4 years ago

The CI build is failing on uninitialized constant Pry::Command::ExitAll for ruby with version 2.3.6

Seems that zeitwerk latest version stopped supporting ruby version 2.3.6

gongo commented 4 years ago

Hi @jayzz55

I have removed 2.3 and 2.4 from `.travis.yml. (Both were EOL)

https://github.com/jnicklas/turnip/pull/225

jayzz55 commented 4 years ago

Sweet, thank you @gongo :-)

gongo commented 4 years ago

Thanks!