aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-04-09 14:07:31 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-04-09 14:07:31 -0300
commitb053a47b3e7b755d797a5185895eabcfc50b2f3b (patch)
tree4a86e94d2da3dd7af0c18043b14e3e821c30dcde /Gemfile
parent040a1dbb11495490ca3f7c882cda1815316e7256 (diff)
downloadrails-b053a47b3e7b755d797a5185895eabcfc50b2f3b.tar.gz
rails-b053a47b3e7b755d797a5185895eabcfc50b2f3b.tar.bz2
rails-b053a47b3e7b755d797a5185895eabcfc50b2f3b.zip
depend_on_asset is not required anymore on sprockets-rails 2.1.2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 4a891bf6b5..ab4cc0ff74 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,6 +11,7 @@ gem 'rack-cache', '~> 1.2'
gem 'jquery-rails', '~> 3.1.0'
gem 'turbolinks'
gem 'coffee-rails', '~> 4.0.0'
+gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: '2-1-stable'
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid ActiveModel (and by extension the entire framework)