diff options
author | Joshua Peek <josh@joshpeek.com> | 2012-10-15 18:22:12 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2012-10-15 18:22:12 -0500 |
commit | b8c7e31a573315b5b718ccf45f3197d6250ac4a2 (patch) | |
tree | 48820889767e28e671266bb9dea17d26de5cab00 /Gemfile | |
parent | 4f4417314c9f1e81bc7a11b569d85ace1f8384f8 (diff) | |
download | rails-b8c7e31a573315b5b718ccf45f3197d6250ac4a2.tar.gz rails-b8c7e31a573315b5b718ccf45f3197d6250ac4a2.tar.bz2 rails-b8c7e31a573315b5b718ccf45f3197d6250ac4a2.zip |
Switch to new sprockets-rails plugin
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: 'rails/sprockets-rails', branch: 'master' +gem 'sprockets-rails', github: 'josh/sprockets-rails', branch: 'master' group :doc do # The current sdoc cannot generate GitHub links due |