Gemfile in caren-api-0.4.3 vs Gemfile in caren-api-0.4.4
- old
+ new
@@ -1,15 +1,15 @@
source "http://rubygems.org"
gem "i18n", ">= 0"
gem "activesupport", ">= 0"
gem "builder", ">= 0"
-gem "rest-client", ">= 0"
+gem "rest-client", "1.6.7"
group :development do
gem "bundler"
gem "rcov"
gem "capybara"
gem "rspec"
- gem "fakeweb", :git => "git://github.com/nedap/fakeweb.git", :branch => "master"
+ gem "fakeweb"
gem "jeweler"
-end
\ No newline at end of file
+end