Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Loofah #1521

Merged
merged 1 commit into from Nov 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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