We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d8a29 commit c80685bCopy full SHA for c80685b
Gemfile
@@ -155,4 +155,5 @@ end
155
group :travis do
156
gem 'platform-api'
157
end
158
+gem 'loofah', '>= 2.2.1'
159
gem 'rack-protection', '>= 2.0.1'
Gemfile.lock
@@ -300,7 +300,7 @@ GEM
300
rb-fsevent (~> 0.9, >= 0.9.4)
301
rb-inotify (~> 0.9, >= 0.9.7)
302
ruby_dep (~> 1.2)
303
- loofah (2.1.1)
+ loofah (2.2.1)
304
crass (~> 1.0.2)
305
nokogiri (>= 1.5.9)
306
lumberjack (1.0.12)
@@ -595,6 +595,7 @@ DEPENDENCIES
595
kaminari
596
leaflet-rails
597
letter_opener
598
+ loofah (>= 2.2.1)
599
memcachier
600
newrelic_rpm
601
omniauth (~> 1.3)
0 commit comments