aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index ff4dba2f5d..51a5150b79 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,8 +2,8 @@ source 'https://rubygems.org'
gemspec
-# temporary gem while working on loofah integration
-gem 'loofah', '~> 1.2.1', github: 'kaspth/loofah'
+#temporary gem until a new version of loofah is released
+gem 'loofah', github: 'kaspth/loofah', branch: 'single-scrub'
# This needs to be with require false as it is
# loaded after loading the test library to
@@ -15,8 +15,8 @@ gem 'jquery-rails', '~> 3.1.0'
gem 'turbolinks'
gem 'coffee-rails', '~> 4.0.0'
gem 'arel', github: 'rails/arel', branch: 'master'
-gem 'rails-dom-testing', github: 'kaspth/rails-dom-testing'
-gem 'rails-html-sanitizer', github: 'rafaelfranca/rails-html-sanitizer'
+gem 'rails-dom-testing', github: 'rails/rails-dom-testing'
+gem 'rails-html-sanitizer', github: 'rails/rails-html-sanitizer'
gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: 'master'
gem 'i18n', github: 'svenfuchs/i18n', branch: 'master'