aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArthur Neves <arthurnn@gmail.com>2015-04-26 11:42:13 -0400
committerArthur Neves <arthurnn@gmail.com>2015-04-26 11:42:13 -0400
commitac98359c837f09caf075efd17da17bac12a62e99 (patch)
treebae8a143e8caf64a7302b67bd22812d7dc5c45fc /Gemfile
parent757a2bc3e3e52a5d9418656928db993db42b741b (diff)
downloadrails-ac98359c837f09caf075efd17da17bac12a62e99.tar.gz
rails-ac98359c837f09caf075efd17da17bac12a62e99.tar.bz2
rails-ac98359c837f09caf075efd17da17bac12a62e99.zip
Use latest sprockets-rails on internal dev
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
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)