aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafael.franca@plataformatec.com.br>2014-09-01 22:46:05 -0300
committerRafael Mendonça França <rafael.franca@plataformatec.com.br>2014-09-01 22:46:05 -0300
commitc6f9cec1bee6b722088119ae14c71a32c1eed914 (patch)
tree7a2c865b7b0fb72a6cde4a4d098bd4ab37b25b7e /Gemfile
parent5c057f925516e87b2bcd6701fab42c1454652cc3 (diff)
downloadrails-c6f9cec1bee6b722088119ae14c71a32c1eed914.tar.gz
rails-c6f9cec1bee6b722088119ae14c71a32c1eed914.tar.bz2
rails-c6f9cec1bee6b722088119ae14c71a32c1eed914.zip
Add test to assert the right sanitizer vendor is being used
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e127971a27..b7357231e7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ gem 'mocha', '~> 0.14', require: false
gem 'rack-cache', '~> 1.2'
gem 'jquery-rails', github: 'rails/jquery-rails', branch: 'master'
gem 'coffee-rails', '~> 4.0.0'
-gem 'rails-html-sanitizer'
+gem 'rails-html-sanitizer', github: 'rails/rails-html-sanitizer'
gem 'turbolinks', '~> 2.2.3'
# require: false so bcrypt is loaded only when has_secure_password is used.