Gemfile in
json_spec-1.1.0
vs Gemfile in
json_spec-1.1.1
- old
+ new
@@ -1,3 +1,8 @@
source "https://rubygems.org" gemspec
+
+group :test do
+ gem "cucumber", "~> 1.1", ">= 1.1.1"
+ gem "rake", "~> 10.0"
+end