Skip to content

Commit a37c71b

Browse files
Bump rails-html-sanitizer from 1.3.0 to 1.4.3
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.3.0 to 1.4.3. - [Release notes](https://github.com/rails/rails-html-sanitizer/releases) - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/master/CHANGELOG.md) - [Commits](rails/rails-html-sanitizer@v1.3.0...v1.4.3) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4961072 commit a37c71b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Gemfile.lock

+10-6
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ GEM
194194
rb-fsevent (~> 0.9, >= 0.9.4)
195195
rb-inotify (~> 0.9, >= 0.9.7)
196196
ruby_dep (~> 1.2)
197-
loofah (2.4.0)
197+
loofah (2.18.0)
198198
crass (~> 1.0.2)
199199
nokogiri (>= 1.5.9)
200200
lumberjack (1.0.13)
@@ -206,17 +206,20 @@ GEM
206206
mime-types (3.2.2)
207207
mime-types-data (~> 3.2015)
208208
mime-types-data (3.2018.0812)
209-
mimemagic (0.3.2)
209+
mimemagic (0.3.10)
210+
nokogiri (~> 1)
211+
rake
210212
mini_mime (1.0.1)
211-
mini_portile2 (2.4.0)
213+
mini_portile2 (2.6.1)
212214
minitest (5.14.0)
213215
msgpack (1.2.4)
214216
multi_json (1.13.1)
215217
multi_xml (0.6.0)
216218
nenv (0.3.0)
217219
nio4r (2.3.1)
218-
nokogiri (1.10.8)
219-
mini_portile2 (~> 2.4.0)
220+
nokogiri (1.12.5)
221+
mini_portile2 (~> 2.6.1)
222+
racc (~> 1.4)
220223
notiffany (0.1.1)
221224
nenv (~> 0.1)
222225
shellany (~> 0.0)
@@ -241,6 +244,7 @@ GEM
241244
psych (3.0.3)
242245
public_suffix (3.0.3)
243246
puma (3.12.6)
247+
racc (1.6.0)
244248
rack (2.2.3)
245249
rack-cors (1.0.5)
246250
rack (>= 1.6.0)
@@ -266,7 +270,7 @@ GEM
266270
rails-dom-testing (2.0.3)
267271
activesupport (>= 4.2.0)
268272
nokogiri (>= 1.6)
269-
rails-html-sanitizer (1.3.0)
273+
rails-html-sanitizer (1.4.3)
270274
loofah (~> 2.3)
271275
rails-i18n (5.1.2)
272276
i18n (>= 0.7, < 2)

0 commit comments

Comments
 (0)