example/rails2/Gemfile in rest-more-0.7.1 vs example/rails2/Gemfile in rest-more-0.7.2

- old
+ new

@@ -2,9 +2,10 @@ source 'http://rubygems.org' gem 'rails', '2.3.14' gem 'rest-client' # for rest-core +gem 'rest-core', :path => '../../rest-core' gem 'rest-more', :path => '../../' group 'test' do gem 'rr' gem 'webmock'