Merge pull request #2640 from TracksApp/dependabot/bundler/sanitize-6.0.0

Bump sanitize from 5.2.3 to 6.0.0
This commit is contained in:
Jyri-Petteri Paloposki 2021-08-10 11:13:48 +03:00 committed by GitHub
commit 907a1767be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

View file

@ -25,7 +25,7 @@ gem 'paperclip'
gem 'puma', '~> 5.4'
gem 'rails_autolink'
gem 'RedCloth'
gem 'sanitize', '~> 5.2'
gem 'sanitize', '~> 6.0'
gem 'will_paginate'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes

View file

@ -170,8 +170,6 @@ GEM
nokogiri (1.12.2)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogumbo (2.0.4)
nokogiri (~> 1.8, >= 1.8.4)
paperclip (6.1.0)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
@ -252,10 +250,9 @@ GEM
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
safe_yaml (1.0.5)
sanitize (5.2.3)
sanitize (6.0.0)
crass (~> 1.0.2)
nokogiri (>= 1.8.0)
nokogumbo (~> 2.0)
nokogiri (>= 1.12.0)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
@ -358,7 +355,7 @@ DEPENDENCIES
rails_autolink
rspec-expectations
rubocop (~> 1.18)
sanitize (~> 5.2)
sanitize (~> 6.0)
sassc-rails (~> 2.1.2)
simplecov
solargraph