aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-03-26 13:49:52 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2012-03-26 13:49:52 -0500
commitdd74da7afcb1c99cb938d23db0b52e3723369b8e (patch)
tree80523aa656affba032896734ff731053b9728bfe
parentee8e567d50f75c91d422c697845bc1a84f9114be (diff)
downloadrails-dd74da7afcb1c99cb938d23db0b52e3723369b8e.tar.gz
rails-dd74da7afcb1c99cb938d23db0b52e3723369b8e.tar.bz2
rails-dd74da7afcb1c99cb938d23db0b52e3723369b8e.zip
sprockets-rails 1.0.0 was released, remove git dependency from Gemfile
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 5e2be55e61..5bd9d4a215 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,8 +22,6 @@ end
# it being automatically loaded by sprockets
gem 'uglifier', '>= 1.0.3', :require => false
-gem 'sprockets-rails', :git => "git://github.com/rails/sprockets-rails.git"
-
gem 'rake', '>= 0.8.7'
gem 'mocha', '>= 0.9.8'