Gemfile in big_money-1.2.0 vs Gemfile in big_money-1.2.1
- old
+ new
@@ -1,11 +1,10 @@
# vim: syntax=ruby
-bundle_path 'gems'
-disable_rubygems
-disable_system_gems
+source 'https://rubygems.org'
-only :development do
+group :development do
gem 'jeweler'
gem 'shoulda'
gem 'hpricot'
gem 'erubis'
+ gem 'rdoc'
end