diff --git a/Gemfile b/Gemfile index c5c074891..55be65010 100644 --- a/Gemfile +++ b/Gemfile @@ -155,4 +155,5 @@ end group :travis do gem 'platform-api' end +gem 'loofah', '>= 2.2.1' gem 'rack-protection', '>= 2.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index 48837e792..b15ea0120 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -300,7 +300,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.1.1) + loofah (2.2.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.12) @@ -595,6 +595,7 @@ DEPENDENCIES kaminari leaflet-rails letter_opener + loofah (>= 2.2.1) memcachier newrelic_rpm omniauth (~> 1.3)