From ac98359c837f09caf075efd17da17bac12a62e99 Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Sun, 26 Apr 2015 11:42:13 -0400 Subject: Use latest sprockets-rails on internal dev --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 47e87f75cd..d6b9981bc5 100644 --- a/Gemfile +++ b/Gemfile @@ -18,6 +18,7 @@ gem 'arel', github: 'rails/arel', branch: 'master' gem 'mail', github: 'mikel/mail' gem 'sprockets', '~> 3.0.0.rc.1' +gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: 'master' # require: false so bcrypt is loaded only when has_secure_password is used. # This is to avoid ActiveModel (and by extension the entire framework) -- cgit v1.2.3