bump sanitize

Change-Id: I0fbecb820d59af3b38963b7782abc96c33394ea9
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/317823
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Isaac Moore <isaac.moore@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
Build-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2023-05-09 15:55:52 -06:00
parent 6b6190d6d4
commit 538ce90ed8
7 changed files with 8 additions and 8 deletions

View File

@ -125,7 +125,7 @@ gem "rubycas-client", "2.3.9", require: false
gem "ruby-rtf", "0.0.5" gem "ruby-rtf", "0.0.5"
gem "rubyzip", "2.3.0", require: "zip" gem "rubyzip", "2.3.0", require: "zip"
gem "saml2", "3.1.2" gem "saml2", "3.1.2"
gem "sanitize", "6.0.0", require: false gem "sanitize", "~> 6.0", require: false
gem "sentry-ruby", "5.1.0" gem "sentry-ruby", "5.1.0"
gem "sentry-rails", "5.1.0" gem "sentry-rails", "5.1.0"
gem "sentry-inst_jobs", "1.0.2" gem "sentry-inst_jobs", "1.0.2"

View File

@ -1020,7 +1020,7 @@ GEM
activesupport (>= 3.2, < 7.1) activesupport (>= 3.2, < 7.1)
nokogiri (>= 1.5.8, < 2.0) nokogiri (>= 1.5.8, < 2.0)
nokogiri-xmlsec-instructure (~> 0.9, >= 0.9.5) nokogiri-xmlsec-instructure (~> 0.9, >= 0.9.5)
sanitize (6.0.0) sanitize (6.0.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
sauce_whisk (0.3.2) sauce_whisk (0.3.2)
@ -1385,7 +1385,7 @@ DEPENDENCIES
rubycas-client (= 2.3.9) rubycas-client (= 2.3.9)
rubyzip (= 2.3.0) rubyzip (= 2.3.0)
saml2 (= 3.1.2) saml2 (= 3.1.2)
sanitize (= 6.0.0) sanitize (~> 6.0)
sauce_whisk (~> 0.3) sauce_whisk (~> 0.3)
scrypt (= 3.0.7) scrypt (= 3.0.7)
selenium-webdriver (~> 4.1.0) selenium-webdriver (~> 4.1.0)

View File

@ -61,7 +61,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-support (3.12.0) rspec-support (3.12.0)
sanitize (6.0.0) sanitize (6.0.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
simplecov (0.22.0) simplecov (0.22.0)

View File

@ -34,7 +34,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-support (3.12.0) rspec-support (3.12.0)
sanitize (6.0.0) sanitize (6.0.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
simplecov (0.22.0) simplecov (0.22.0)

View File

@ -52,7 +52,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-support (3.12.0) rspec-support (3.12.0)
sanitize (6.0.0) sanitize (6.0.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
simplecov (0.22.0) simplecov (0.22.0)

View File

@ -217,7 +217,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-support (3.12.0) rspec-support (3.12.0)
sanitize (6.0.0) sanitize (6.0.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
statsd-ruby (1.4.0) statsd-ruby (1.4.0)

View File

@ -67,7 +67,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-support (3.12.0) rspec-support (3.12.0)
sanitize (6.0.0) sanitize (6.0.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
snaky_hash (2.0.1) snaky_hash (2.0.1)