Skip to content

Commit

Permalink
chore(deps): update dependency rails-html-sanitizer to ~> 1.4.0 (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 14, 2021
1 parent cdcdecc commit ecebdc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'unicorn'
gem 'unicorn-worker-killer'
gem 'webpacker', '< 6.1'

gem 'rails-html-sanitizer', '~> 1.3.0' # Force this version after CVE-2018-8048
gem 'rails-html-sanitizer', '~> 1.4.0' # Force this version after CVE-2018-8048
gem 'sprockets'

gem 'devise', '~> 4.7.1' # Authentication
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.12.0)
loofah (2.13.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand Down Expand Up @@ -232,7 +232,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (6.0.4.1)
actionpack (= 6.0.4.1)
Expand Down Expand Up @@ -403,7 +403,7 @@ DEPENDENCIES
pg
rails (< 6.1)
rails-controller-testing
rails-html-sanitizer (~> 1.3.0)
rails-html-sanitizer (~> 1.4.0)
react-rails (~> 2.4)
rspec-rails (~> 5)
rubocop
Expand Down

0 comments on commit ecebdc4

Please sign in to comment.