Skip to content

Commit e390c7b

Browse files
Bump rails-html-sanitizer from 1.0.2 to 1.4.4
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.0.2 to 1.4.4. - [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.0.2...v1.4.4) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b33632 commit e390c7b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ GEM
6464
xpath (~> 2.0)
6565
coderay (1.1.0)
6666
connection_pool (2.2.5)
67+
crass (1.0.6)
6768
erubis (2.7.0)
6869
ethon (0.15.0)
6970
ffi (>= 1.15.0)
@@ -85,14 +86,15 @@ GEM
8586
json (1.8.6)
8687
launchy (2.4.3)
8788
addressable (~> 2.3)
88-
loofah (2.0.2)
89+
loofah (2.19.1)
90+
crass (~> 1.0.2)
8991
nokogiri (>= 1.5.9)
9092
mail (2.6.3)
9193
mime-types (>= 1.16, < 3)
9294
metaclass (0.0.4)
9395
method_source (0.8.2)
9496
mime-types (2.6.1)
95-
mini_portile (0.6.2)
97+
mini_portile2 (2.1.0)
9698
minitest (5.7.0)
9799
minitest-spec-rails (5.2.2)
98100
minitest (~> 5.0)
@@ -102,8 +104,8 @@ GEM
102104
multipart-post (2.1.1)
103105
net-http-persistent (4.0.1)
104106
connection_pool (~> 2.2)
105-
nokogiri (1.6.6.2)
106-
mini_portile (~> 0.6.0)
107+
nokogiri (1.6.8.1)
108+
mini_portile2 (~> 2.1.0)
107109
power_assert (0.2.3)
108110
pry (0.10.1)
109111
coderay (~> 1.1.0)
@@ -129,8 +131,8 @@ GEM
129131
activesupport (>= 4.2.0.beta, < 5.0)
130132
nokogiri (~> 1.6.0)
131133
rails-deprecated_sanitizer (>= 1.0.1)
132-
rails-html-sanitizer (1.0.2)
133-
loofah (~> 2.0)
134+
rails-html-sanitizer (1.4.4)
135+
loofah (~> 2.19, >= 2.19.1)
134136
railties (4.2.2)
135137
actionpack (= 4.2.2)
136138
activesupport (= 4.2.2)

0 commit comments

Comments
 (0)