aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafael.franca@plataformatec.com.br>2014-09-01 23:26:10 -0300
committerRafael Mendonça França <rafael.franca@plataformatec.com.br>2014-09-01 23:26:10 -0300
commit67b42cb4aa008198e2c22b84b063aa1eb082036d (patch)
treeb92ad6f5ba088ec9770ba0a2f763e131eefd5a7d /Gemfile
parentc6f9cec1bee6b722088119ae14c71a32c1eed914 (diff)
downloadrails-67b42cb4aa008198e2c22b84b063aa1eb082036d.tar.gz
rails-67b42cb4aa008198e2c22b84b063aa1eb082036d.tar.bz2
rails-67b42cb4aa008198e2c22b84b063aa1eb082036d.zip
Move implementation to the gems
Now we keep only the common code and move the specific code to the gems
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b7357231e7..1d135a1af1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,6 +11,7 @@ gem 'rack-cache', '~> 1.2'
gem 'jquery-rails', github: 'rails/jquery-rails', 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'
gem 'turbolinks', '~> 2.2.3'
# require: false so bcrypt is loaded only when has_secure_password is used.