aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-10-17 21:51:37 -0500
committerJoshua Peek <josh@joshpeek.com>2012-10-17 21:51:37 -0500
commitd88b65f986147d932b41370c4d4c56b6b8a09bd0 (patch)
tree2191da115d89d33d7f1c4eed21d7e026b22aa0e9 /Gemfile
parenta3913ca3ba0141d58e2e8c89dad268245e19ddb7 (diff)
downloadrails-d88b65f986147d932b41370c4d4c56b6b8a09bd0.tar.gz
rails-d88b65f986147d932b41370c4d4c56b6b8a09bd0.tar.bz2
rails-d88b65f986147d932b41370c4d4c56b6b8a09bd0.zip
Change back to official sprockets-rails
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9ad535b334..6e0f43c526 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,7 +20,7 @@ gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_fi
# it being automatically loaded by sprockets
gem 'uglifier', require: false
-gem 'sprockets-rails', github: 'josh/sprockets-rails', branch: 'master'
+gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: 'master'
group :doc do
# The current sdoc cannot generate GitHub links due