diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-19 19:57:55 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-19 19:57:55 -0300 |
commit | d4f018fc258d8195496e9b15829eb0c81817b240 (patch) | |
tree | 0785b2fac7e7c543bfb39c4dc1c1047766cfa804 /Gemfile | |
parent | 43073b393d234acd094ac7c220163f4e419d11f5 (diff) | |
download | rails-d4f018fc258d8195496e9b15829eb0c81817b240.tar.gz rails-d4f018fc258d8195496e9b15829eb0c81817b240.tar.bz2 rails-d4f018fc258d8195496e9b15829eb0c81817b240.zip |
Require sprockets-rails 3.0.0.beta1
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ gem 'rails-html-sanitizer' # TODO: remove this before the 4.2.0.beta1 release gem 'turbolinks', github: 'rails/turbolinks', branch: 'master' -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) |