Skip to content

Commit 07ea930

Browse files
Bump rails-html-sanitizer from 1.6.0 to 1.6.1
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] <support@github.com>
1 parent 14445fd commit 07ea930

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Gemfile.lock

+6-7
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ GEM
169169
logstasher (2.1.5)
170170
activesupport (>= 5.2)
171171
request_store
172-
loofah (2.22.0)
172+
loofah (2.23.1)
173173
crass (~> 1.0.2)
174174
nokogiri (>= 1.12.0)
175175
mail (2.8.1)
@@ -182,7 +182,6 @@ GEM
182182
method_source (1.1.0)
183183
mini_mime (1.1.5)
184184
minitest (5.25.1)
185-
mutex_m (0.2.0)
186185
net-imap (0.4.16)
187186
date
188187
net-protocol
@@ -193,11 +192,11 @@ GEM
193192
net-smtp (0.5.0)
194193
net-protocol
195194
nio4r (2.7.3)
196-
nokogiri (1.16.7-arm64-darwin)
195+
nokogiri (1.16.8-arm64-darwin)
197196
racc (~> 1.4)
198-
nokogiri (1.16.7-x86_64-darwin)
197+
nokogiri (1.16.8-x86_64-darwin)
199198
racc (~> 1.4)
200-
nokogiri (1.16.7-x86_64-linux)
199+
nokogiri (1.16.8-x86_64-linux)
201200
racc (~> 1.4)
202201
opentelemetry-api (1.3.0)
203202
opentelemetry-common (0.21.0)
@@ -446,9 +445,9 @@ GEM
446445
activesupport (>= 5.0.0)
447446
minitest
448447
nokogiri (>= 1.6)
449-
rails-html-sanitizer (1.6.0)
448+
rails-html-sanitizer (1.6.1)
450449
loofah (~> 2.21)
451-
nokogiri (~> 1.14)
450+
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)
452451
railties (7.2.1.1)
453452
actionpack (= 7.2.1.1)
454453
activesupport (= 7.2.1.1)

0 commit comments

Comments
 (0)