diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-09-25 16:45:45 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-09-25 16:45:45 -0300 |
commit | 80990e2a0b714043f3f7a5b6e3303bbd5b72dc6c (patch) | |
tree | 9687e03999cde73cc53b9c93ae3256b7c88fbd3c /Gemfile | |
parent | 64fc8963b9998cc833d7f2b04e4b9fef3428b858 (diff) | |
download | rails-80990e2a0b714043f3f7a5b6e3303bbd5b72dc6c.tar.gz rails-80990e2a0b714043f3f7a5b6e3303bbd5b72dc6c.tar.bz2 rails-80990e2a0b714043f3f7a5b6e3303bbd5b72dc6c.zip |
rails-html-sanitizer is now the default
Also add to upgrading guide a notice about the deprecated sanitizers
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ gem 'mocha', '~> 0.14', require: false gem 'rack-cache', '~> 1.2' gem 'jquery-rails', '~> 4.0.0.beta2' gem 'coffee-rails', '~> 4.0.0' -gem 'rails-html-sanitizer', '~> 1.0.1' gem 'rails-deprecated_sanitizer', '~> 1.0.3' gem 'turbolinks', '~> 2.2.3' |