Skip to content

Commit

Permalink
Merge pull request #1521 from DCAFEngineering/CVE-2018-16468-Update
Browse files Browse the repository at this point in the history
Update Loofah
  • Loading branch information
colinxfleming committed Nov 8, 2018
2 parents 3a1a80b + 1282775 commit 71646c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -54,7 +54,7 @@ gem 'js-routes' # Not sure if this is used anymore
gem 'bootstrap_form-datetimepicker' # not sure if this is used anymore

# Stuff we're hardsetting because of security concerns
gem 'loofah', '>= 2.2.1'
gem 'loofah', '>= 2.2.3'
gem 'rails-html-sanitizer', '>= 1.0.4'

group :development do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -170,7 +170,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
Expand Down Expand Up @@ -401,7 +401,7 @@ DEPENDENCIES
knapsack
launchy
listen
loofah (>= 2.2.1)
loofah (>= 2.2.3)
mini_backtrace
minitest-ci
minitest-optional_retry
Expand Down Expand Up @@ -443,4 +443,4 @@ RUBY VERSION
ruby 2.5.3p105

BUNDLED WITH
1.16.6
1.17.1

0 comments on commit 71646c7

Please sign in to comment.