Skip to content

Commit 2106c6a

Browse files
Bump sanitize from 6.1.3 to 7.0.0
Bumps [sanitize](https://github.com/rgrove/sanitize) from 6.1.3 to 7.0.0. - [Release notes](https://github.com/rgrove/sanitize/releases) - [Changelog](https://github.com/rgrove/sanitize/blob/main/CHANGELOG.md) - [Commits](rgrove/sanitize@v6.1.3...v7.0.0) --- updated-dependencies: - dependency-name: sanitize dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bce6d4 commit 2106c6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ gem "oj_mimic_json", "~> 1.0", ">= 1.0.1"
127127
gem "combine_pdf", "~> 1.0"
128128
gem "rubyzip", "~> 2.3"
129129
gem "nokogiri", "~> 1.16"
130-
gem "sanitize", "~> 6.1"
130+
gem "sanitize", "~> 7.0"
131131

132132
# HTTP & External APIs
133133
gem "httparty", "~> 0.22"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,9 +653,9 @@ GEM
653653
rubyzip (2.4.1)
654654
rufus-scheduler (3.9.2)
655655
fugit (~> 1.1, >= 1.11.1)
656-
sanitize (6.1.3)
656+
sanitize (7.0.0)
657657
crass (~> 1.0.2)
658-
nokogiri (>= 1.12.0)
658+
nokogiri (>= 1.16.8)
659659
sdoc (2.6.5)
660660
rdoc (>= 5.0)
661661
securerandom (0.4.1)
@@ -878,7 +878,7 @@ DEPENDENCIES
878878
rubocop-rails-omakase
879879
ruby-progressbar (~> 1.13)
880880
rubyzip (~> 2.3)
881-
sanitize (~> 6.1)
881+
sanitize (~> 7.0)
882882
sdoc
883883
seedbank
884884
selenium-webdriver

0 commit comments

Comments
 (0)