diff options
author | Joshua Peek <josh@joshpeek.com> | 2012-10-17 21:51:37 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2012-10-17 21:51:37 -0500 |
commit | d88b65f986147d932b41370c4d4c56b6b8a09bd0 (patch) | |
tree | 2191da115d89d33d7f1c4eed21d7e026b22aa0e9 /Gemfile | |
parent | a3913ca3ba0141d58e2e8c89dad268245e19ddb7 (diff) | |
download | rails-d88b65f986147d932b41370c4d4c56b6b8a09bd0.tar.gz rails-d88b65f986147d932b41370c4d4c56b6b8a09bd0.tar.bz2 rails-d88b65f986147d932b41370c4d4c56b6b8a09bd0.zip |
Change back to official sprockets-rails
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |