Skip to content

Commit 4eae507

Browse files
Bump rails-html-sanitizer from 1.6.0 to 1.6.1 in /v2.4-rails (#523)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a02ff9 commit 4eae507

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

v2.4-rails/Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ GEM
120120
roda (~> 3.68, >= 3.69)
121121
tilt (~> 2.0)
122122
logger (1.6.1)
123-
loofah (2.22.0)
123+
loofah (2.23.1)
124124
crass (~> 1.0.2)
125125
nokogiri (>= 1.12.0)
126126
mail (2.8.1)
@@ -142,20 +142,20 @@ GEM
142142
net-smtp (0.5.0)
143143
net-protocol
144144
nio4r (2.7.4)
145-
nokogiri (1.16.7)
145+
nokogiri (1.16.8)
146146
mini_portile2 (~> 2.8.2)
147147
racc (~> 1.4)
148-
nokogiri (1.16.7-aarch64-linux)
148+
nokogiri (1.16.8-aarch64-linux)
149149
racc (~> 1.4)
150-
nokogiri (1.16.7-arm-linux)
150+
nokogiri (1.16.8-arm-linux)
151151
racc (~> 1.4)
152-
nokogiri (1.16.7-arm64-darwin)
152+
nokogiri (1.16.8-arm64-darwin)
153153
racc (~> 1.4)
154-
nokogiri (1.16.7-x86-linux)
154+
nokogiri (1.16.8-x86-linux)
155155
racc (~> 1.4)
156-
nokogiri (1.16.7-x86_64-darwin)
156+
nokogiri (1.16.8-x86_64-darwin)
157157
racc (~> 1.4)
158-
nokogiri (1.16.7-x86_64-linux)
158+
nokogiri (1.16.8-x86_64-linux)
159159
racc (~> 1.4)
160160
psych (5.1.2)
161161
stringio
@@ -188,9 +188,9 @@ GEM
188188
activesupport (>= 5.0.0)
189189
minitest
190190
nokogiri (>= 1.6)
191-
rails-html-sanitizer (1.6.0)
191+
rails-html-sanitizer (1.6.1)
192192
loofah (~> 2.21)
193-
nokogiri (~> 1.14)
193+
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)
194194
railties (7.2.2)
195195
actionpack (= 7.2.2)
196196
activesupport (= 7.2.2)

0 commit comments

Comments
 (0)