aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-29 21:56:00 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-29 22:58:32 -0300
commita8225eeec2b9a577f81b49f8dabf30c56293d503 (patch)
tree361d50fd3ab3c64bcd81087ea08df3a3f49195bb /Gemfile
parent6b532830519e76d9e7b7205e9980e399bd49008c (diff)
downloadrails-a8225eeec2b9a577f81b49f8dabf30c56293d503.tar.gz
rails-a8225eeec2b9a577f81b49f8dabf30c56293d503.tar.bz2
rails-a8225eeec2b9a577f81b49f8dabf30c56293d503.zip
Test using sprockets 3
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2fdcec062c..70b8a74ddf 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,8 @@ gem 'turbolinks'
gem 'arel', github: 'rails/arel', branch: 'master'
gem 'mail', github: 'mikel/mail'
+gem 'sprockets', '~> 3.0.0.rc.1'
+
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid ActiveModel (and by extension the entire framework)
# being dependent on a binary library.