Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 6345d3c commit 33ac82c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "kt-paperclip", "~> 7.2"
gem 'puma', '~> 6.3'
gem 'rails_autolink'
gem 'RedCloth'
gem 'sanitize', '~> 6.0'
gem 'sanitize', '~> 6.1'
gem 'tracks-chartjs-ror'
gem 'will_paginate'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sanitize (6.0.2)
sanitize (6.1.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
sassc (2.4.0)
Expand Down Expand Up @@ -383,7 +383,7 @@ DEPENDENCIES
rails_autolink
rspec-expectations
rubocop (~> 1.57)
sanitize (~> 6.0)
sanitize (~> 6.1)
sassc-rails (~> 2.1.2)
simplecov
solargraph
Expand Down

0 comments on commit 33ac82c

Please sign in to comment.