aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
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