Gemfile in json_spec-1.1.1 vs Gemfile in json_spec-1.1.2

- old
+ new

@@ -1,8 +1,7 @@ source "https://rubygems.org" gemspec group :test do - gem "cucumber", "~> 1.1", ">= 1.1.1" - gem "rake", "~> 10.0" + gem "cucumber", "~> 1.3" end