diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-19 16:15:41 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-19 16:15:41 -0300 |
commit | b8ef1d8abda8082f783fbf0db06f6d57630c1e07 (patch) | |
tree | df0eddce00c927c36b7a540bb402861712de30aa /Gemfile | |
parent | 315de6e4904cca63dcce7c91f0d06aa43caf62fb (diff) | |
download | rails-b8ef1d8abda8082f783fbf0db06f6d57630c1e07.tar.gz rails-b8ef1d8abda8082f783fbf0db06f6d57630c1e07.tar.bz2 rails-b8ef1d8abda8082f783fbf0db06f6d57630c1e07.zip |
loofah require dependecy is not needed anymore
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -14,8 +14,6 @@ gem 'turbolinks', github: 'rails/turbolinks', branch: 'master' gem 'coffee-rails', '~> 4.0.0' gem 'rails-html-sanitizer', github: 'rails/rails-html-sanitizer' gem 'rails-deprecated_sanitizer', github: 'rails/rails-deprecated_sanitizer' -#temporary gem until a new version of loofah is released -gem 'loofah', github: 'kaspth/loofah', branch: 'single-scrub' gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: 'master' # require: false so bcrypt is loaded only when has_secure_password is used. |