Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 49cce30

Browse files
Bump sanitize from 5.2.3 to 6.0.0
Bumps [sanitize](https://github.com/rgrove/sanitize) from 5.2.3 to 6.0.0. - [Release notes](https://github.com/rgrove/sanitize/releases) - [Changelog](https://github.com/rgrove/sanitize/blob/main/HISTORY.md) - [Commits](rgrove/sanitize@v5.2.3...v6.0.0) --- updated-dependencies: - dependency-name: sanitize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93df0e1 commit 49cce30

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ gem 'traco'
116116
# WYSIWYG Text Editor
117117
gem 'tinymce-rails', '~> 5.6'
118118
gem 'tinymce-rails-langs', '~> 5.20200505'
119-
gem 'sanitize', '~> 5.2'
119+
gem 'sanitize', '~> 6.0'
120120

121121
# Birthdate validation
122122
gem 'chronic', '~> 0.10.2'

Gemfile.lock

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ GEM
218218
nokogiri (1.13.3)
219219
mini_portile2 (~> 2.8.0)
220220
racc (~> 1.4)
221-
nokogumbo (2.0.4)
222-
nokogiri (~> 1.8, >= 1.8.4)
223221
open_id_authentication (1.3.0)
224222
rack-openid (~> 1.3)
225223
paperclip (6.1.0)
@@ -321,10 +319,9 @@ GEM
321319
rubyzip (2.3.0)
322320
safe_target_blank (1.0.2)
323321
rails
324-
sanitize (5.2.3)
322+
sanitize (6.0.0)
325323
crass (~> 1.0.2)
326-
nokogiri (>= 1.8.0)
327-
nokogumbo (~> 2.0)
324+
nokogiri (>= 1.12.0)
328325
sassc (2.4.0)
329326
ffi (~> 1.9)
330327
sassc-rails (2.1.2)
@@ -453,7 +450,7 @@ DEPENDENCIES
453450
rubocop
454451
ruby-openid
455452
safe_target_blank
456-
sanitize (~> 5.2)
453+
sanitize (~> 6.0)
457454
sassc-rails
458455
sdoc (~> 1.1.0)
459456
selenium-webdriver

0 commit comments

Comments
 (0)