Gemfile in spine-rails-0.0.1 vs Gemfile in spine-rails-0.0.2
- old
+ new
@@ -1,4 +1,9 @@
-source "http://rubygems.org"
+source 'http://rubygems.org'
# Specify your gem's dependencies in spine-rails.gemspec
gemspec
+# Rails is already being pulled in through gemspec
+# gem "rails", :git => "git://github.com/rails/rails.git"
+gem "rack", :git => "git://github.com/rack/rack.git"
+gem "sprockets", :git => "git://github.com/sstephenson/sprockets.git"
+gem "i18n", "0.6.0beta1"