Gemfile in
apprank-0.0.1
vs Gemfile in
apprank-1.0.0
- old
+ new
@@ -1,4 +1,7 @@
source 'http://rubygems.org'
-gem 'json'
-gem 'rspec'
+gem 'json', '~> 1.8'
+
+group :test do
+ gem 'rspec', '~> 3.4'
+end