Atalanta / cucumber-chef

Framework for test-driven infrastructure development
http://cucumber-chef.org
Apache License 2.0
265 stars 55 forks source link

Revert "pin a dependency on gherkin; don't let it go over 2.11.5 as that breaks JSON gem dependencies with Chef and a few other gems." #100

Closed anujbiyani closed 11 years ago

anujbiyani commented 11 years ago

This reverts commit 891b2ea849018273be3924a35619d93f4636926e.

Now that Chef is releasing updated versions of its gems (10.20.0 and 11.2.0), the gherkin requirement can be removed.

Vagrant's json requirement still conflicts, by the way, with Chef's json requirement. Vagrant will have to update their json restriction, I think.

vagrant.gemspec: s.add_dependency "json", "~> 1.6.6" chef.gemspec: s.add_dependency "json", ">= 1.4.4", "~> 1.7.6"

zpatten commented 11 years ago

:+1: