Gemfile in spree_pinterest-0.1.1 vs Gemfile in spree_pinterest-0.2.0
- old
+ new
@@ -1,8 +1,18 @@
source 'http://rubygems.org'
+group :development do
+ gem "guard-rspec"
+end
+
group :test do
gem 'ffaker'
+ gem "fuubar"
+ gem "nokogiri"
+
+ # See https://github.com/spree/spree/issues/1155. This can be removed
+ # once they push the next release.
+ gem "spree", :git => "git://github.com/spree/spree.git"
end
if RUBY_VERSION < "1.9"
gem "ruby-debug"
else