source 'http://rubygems.org' gem 'rails', '3.0.9' gem 'rest-client' # for rest-graph gem 'yajl-ruby' # for rest-graph gem 'rest-graph', :path => '../../' group 'test' do gem 'rr' gem 'webmock' end