diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-04-09 14:07:31 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-04-09 14:07:31 -0300 |
commit | b053a47b3e7b755d797a5185895eabcfc50b2f3b (patch) | |
tree | 4a86e94d2da3dd7af0c18043b14e3e821c30dcde /Gemfile | |
parent | 040a1dbb11495490ca3f7c882cda1815316e7256 (diff) | |
download | rails-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |