aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-09-25 16:45:45 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-09-25 16:45:45 -0300
commit80990e2a0b714043f3f7a5b6e3303bbd5b72dc6c (patch)
tree9687e03999cde73cc53b9c93ae3256b7c88fbd3c /Gemfile
parent64fc8963b9998cc833d7f2b04e4b9fef3428b858 (diff)
downloadrails-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--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9701baee1e..0e0de093f2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'