Gemfile in rest-graph-1.5.0 vs Gemfile in rest-graph-1.6.0
- old
+ new
@@ -1,10 +1,12 @@
source 'http://rubygems.org'
-gem 'rest-client'
-
group :test do
+ # pick one http client
+ gem 'rest-client', '>=1.6'
+ gem 'em-http-request'
+
# optional
gem 'rack'
# optional, pick one json backend
gem 'yajl-ruby'