Skip to content

Commit db770a7

Browse files
dependabot[bot]marcelolx
authored andcommitted
Bump rails-html-sanitizer from 1.3.0 to 1.6.0
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.3.0 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.3.0...v1.6.0) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edb3048 commit db770a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Gemfile.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ GEM
3232
erubi (1.10.0)
3333
i18n (1.8.10)
3434
concurrent-ruby (~> 1.0)
35-
loofah (2.11.0)
35+
loofah (2.22.0)
3636
crass (~> 1.0.2)
37-
nokogiri (>= 1.5.9)
37+
nokogiri (>= 1.12.0)
3838
method_source (1.0.0)
3939
minitest (5.14.4)
4040
nokogiri (1.15.5-arm64-darwin)
@@ -50,8 +50,9 @@ GEM
5050
rails-dom-testing (2.0.3)
5151
activesupport (>= 4.2.0)
5252
nokogiri (>= 1.6)
53-
rails-html-sanitizer (1.3.0)
54-
loofah (~> 2.3)
53+
rails-html-sanitizer (1.6.0)
54+
loofah (~> 2.21)
55+
nokogiri (~> 1.14)
5556
railties (6.1.4)
5657
actionpack (= 6.1.4)
5758
activesupport (= 6.1.4)

0 commit comments

Comments
 (0)