Skip to content

Commit 16322d5

Browse files
Bump rails-html-sanitizer from 1.6.0 to 1.6.1 (#870)
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.6.0 to 1.6.1. - [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.6.0...v1.6.1) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5437041 commit 16322d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ GEM
165165
marcel (1.0.4)
166166
matrix (0.4.2)
167167
mini_mime (1.1.5)
168-
mini_portile2 (2.8.7)
168+
mini_portile2 (2.8.8)
169169
minitest (5.25.1)
170170
net-imap (0.5.0)
171171
date
@@ -177,12 +177,12 @@ GEM
177177
net-smtp (0.5.0)
178178
net-protocol
179179
nio4r (2.7.4)
180-
nokogiri (1.16.7)
180+
nokogiri (1.16.8)
181181
mini_portile2 (~> 2.8.2)
182182
racc (~> 1.4)
183-
nokogiri (1.16.7-arm64-darwin)
183+
nokogiri (1.16.8-arm64-darwin)
184184
racc (~> 1.4)
185-
nokogiri (1.16.7-x86_64-linux)
185+
nokogiri (1.16.8-x86_64-linux)
186186
racc (~> 1.4)
187187
orm_adapter (0.5.0)
188188
psych (5.1.2)
@@ -217,9 +217,9 @@ GEM
217217
activesupport (>= 5.0.0)
218218
minitest
219219
nokogiri (>= 1.6)
220-
rails-html-sanitizer (1.6.0)
220+
rails-html-sanitizer (1.6.1)
221221
loofah (~> 2.21)
222-
nokogiri (~> 1.14)
222+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
223223
railties (7.2.2)
224224
actionpack (= 7.2.2)
225225
activesupport (= 7.2.2)

0 commit comments

Comments
 (0)