Skip to content

Commit a8b038f

Browse files
Bump rails-html-sanitizer from 1.0.4 to 1.4.4
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.0.4 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.4...v1.4.4) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 505fec8 commit a8b038f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ GEM
112112
concurrent-ruby (1.1.10)
113113
crack (0.4.3)
114114
safe_yaml (~> 1.0.0)
115-
crass (1.0.4)
115+
crass (1.0.6)
116116
devise (4.5.0)
117117
bcrypt (~> 3.0)
118118
orm_adapter (~> 0.1)
@@ -185,7 +185,7 @@ GEM
185185
listen (3.0.8)
186186
rb-fsevent (~> 0.9, >= 0.9.4)
187187
rb-inotify (~> 0.9, >= 0.9.7)
188-
loofah (2.2.3)
188+
loofah (2.19.1)
189189
crass (~> 1.0.2)
190190
nokogiri (>= 1.5.9)
191191
mail (2.7.1)
@@ -196,16 +196,17 @@ GEM
196196
mime-types-data (3.2018.0812)
197197
mini_magick (4.9.2)
198198
mini_mime (1.0.1)
199-
mini_portile2 (2.3.0)
199+
mini_portile2 (2.6.1)
200200
minitest (5.15.0)
201201
multi_json (1.13.1)
202202
multi_xml (0.6.0)
203203
net-scp (1.2.1)
204204
net-ssh (>= 2.6.5)
205205
net-ssh (5.0.2)
206206
nio4r (2.3.1)
207-
nokogiri (1.8.5)
208-
mini_portile2 (~> 2.3.0)
207+
nokogiri (1.12.5)
208+
mini_portile2 (~> 2.6.1)
209+
racc (~> 1.4)
209210
orm_adapter (0.5.0)
210211
parallel (1.12.1)
211212
parser (2.5.3.0)
@@ -218,6 +219,7 @@ GEM
218219
pry-rails (0.3.8)
219220
pry (>= 0.10.4)
220221
public_suffix (3.0.3)
222+
racc (1.6.2)
221223
rack (2.0.6)
222224
rack-test (1.1.0)
223225
rack (>= 1.0, < 3)
@@ -236,8 +238,8 @@ GEM
236238
rails-dom-testing (2.0.3)
237239
activesupport (>= 4.2.0)
238240
nokogiri (>= 1.6)
239-
rails-html-sanitizer (1.0.4)
240-
loofah (~> 2.2, >= 2.2.2)
241+
rails-html-sanitizer (1.4.4)
242+
loofah (~> 2.19, >= 2.19.1)
241243
rails_12factor (0.0.3)
242244
rails_serve_static_assets
243245
rails_stdout_logging

0 commit comments

Comments
 (0)