Skip to content

Commit 8bf4ff0

Browse files
Bump rails-html-sanitizer from 1.0.3 to 1.3.0
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.0.3 to 1.3.0. - [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.3...v1.3.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3012d1d commit 8bf4ff0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ GEM
4343
arel (7.1.4)
4444
builder (3.2.2)
4545
concurrent-ruby (1.0.2)
46+
crass (1.0.4)
4647
descendants_tracker (0.0.4)
4748
thread_safe (~> 0.3, >= 0.3.1)
4849
diff-lcs (1.2.5)
@@ -80,7 +81,8 @@ GEM
8081
kontoapi-ruby (0.4.0)
8182
addressable (~> 2.3, >= 2.3.7)
8283
yajl-ruby (~> 1.2, >= 1.2.1)
83-
loofah (2.0.3)
84+
loofah (2.3.0)
85+
crass (~> 1.0.2)
8486
nokogiri (>= 1.5.9)
8587
mail (2.6.4)
8688
mime-types (>= 1.16, < 4)
@@ -122,8 +124,8 @@ GEM
122124
rails-dom-testing (2.0.1)
123125
activesupport (>= 4.2.0, < 6.0)
124126
nokogiri (~> 1.6.0)
125-
rails-html-sanitizer (1.0.3)
126-
loofah (~> 2.0)
127+
rails-html-sanitizer (1.3.0)
128+
loofah (~> 2.3)
127129
railties (5.0.0.1)
128130
actionpack (= 5.0.0.1)
129131
activesupport (= 5.0.0.1)

0 commit comments

Comments
 (0)