aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTimm <kaspth@gmail.com>2013-06-12 15:59:34 +0200
committerTimm <kaspth@gmail.com>2014-06-11 17:53:28 +0200
commitc94e24fbe7bcdf605cafcfabdf97454d1e1e0685 (patch)
treec87092cfabcbb09f8351722b6127dc7d37c87a8f /Gemfile
parent47baab0c415690aeb71ef3bc4831a462d8ead47b (diff)
downloadrails-c94e24fbe7bcdf605cafcfabdf97454d1e1e0685.tar.gz
rails-c94e24fbe7bcdf605cafcfabdf97454d1e1e0685.tar.bz2
rails-c94e24fbe7bcdf605cafcfabdf97454d1e1e0685.zip
Added Loofah as a dependency in actionview.gemspec.
Implemented ActionView: FullSanitizer, LinkSanitizer and WhiteListSanitizer in sanitizers.rb. Deprecated protocol_separator and bad_tags. Added new tests in sanitizers_test.rb and reimplemented assert_dom_equal with Loofah.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2a695df618..1cc3a4d07f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,9 @@ source 'https://rubygems.org'
gemspec
+# temporary gem while working on loofah integration
+gem 'loofah', '~> 1.2.1', github: 'kaspth/loofah'
+
# This needs to be with require false as it is
# loaded after loading the test library to
# ensure correct loading order