Skip to content

Commit

Permalink
Bump sanitize from 6.1.0 to 6.1.1
Browse files Browse the repository at this point in the history
Bumps [sanitize](https://github.com/rgrove/sanitize) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/rgrove/sanitize/releases)
- [Changelog](https://github.com/rgrove/sanitize/blob/main/HISTORY.md)
- [Commits](rgrove/sanitize@v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: sanitize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and captn3m0 committed Jun 13, 2024
1 parent e7ffcea commit 5669af9
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
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "jekyll", "~> 4.3.3"
gem "sanitize", "~> 6.0"
gem "sanitize", "~> 6.1"

group :jekyll_plugins do
gem "jekyll-seo-tag", "~> 2.8"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
racc (1.7.3)
racc (1.8.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -89,7 +89,7 @@ GEM
rouge (4.2.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sanitize (6.1.0)
sanitize (6.1.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
sass-embedded (1.69.5-x86_64-linux-gnu)
Expand All @@ -111,7 +111,7 @@ DEPENDENCIES
jekyll-seo-tag (~> 2.8)
jemoji (~> 0.13.0)
json
sanitize (~> 6.0)
sanitize (~> 6.1)

BUNDLED WITH
2.5.4

0 comments on commit 5669af9

Please sign in to comment.