Skip to content

Commit

Permalink
Bump rails-html-sanitizer from 1.4.4 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.4 to 1.6.0.
- [Release notes](https://github.com/rails/rails-html-sanitizer/releases)
- [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md)
- [Commits](rails/rails-html-sanitizer@v1.4.4...v1.6.0)

---
updated-dependencies:
- dependency-name: rails-html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 452968f commit ba4c2f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ gem 'gibbon', '~> 3.4.4'

gem 'stripe'

gem 'rails-html-sanitizer', '~> 1.4.4'
gem 'rails-html-sanitizer', '~> 1.6.0'

# Use the Puma web server [https://github.com/puma/puma]
gem 'puma', '~> 5.0'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,9 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails4-autocomplete (1.1.1)
rails (>= 3.0)
rails_12factor (0.0.3)
Expand Down Expand Up @@ -532,7 +533,7 @@ DEPENDENCIES
pundit
rack-mini-profiler (~> 2.0)
rails (= 7.0.6)
rails-html-sanitizer (~> 1.4.4)
rails-html-sanitizer (~> 1.6.0)
rails4-autocomplete
rails_12factor
rolify
Expand Down

0 comments on commit ba4c2f1

Please sign in to comment.