Skip to content

Commit 2c2da59

Browse files
Bump rails-html-sanitizer from 1.2.0 to 1.4.3
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.2.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.2.0...v1.4.3) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef9c93a commit 2c2da59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem 'sass-rails', '>= 5'
2222
gem 'uglifier'
2323
gem 'font-awesome-rails'
2424
gem 'haml-rails'
25-
gem 'rails-html-sanitizer', '~> 1.2.0'
25+
gem 'rails-html-sanitizer', '~> 1.4.3'
2626

2727
# For redirection
2828
gem 'rack-host-redirect'

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ GEM
214214
listen (3.6.0)
215215
rb-fsevent (~> 0.10, >= 0.10.3)
216216
rb-inotify (~> 0.9, >= 0.9.10)
217-
loofah (2.17.0)
217+
loofah (2.18.0)
218218
crass (~> 1.0.2)
219219
nokogiri (>= 1.5.9)
220220
mail (2.7.1)
@@ -296,8 +296,8 @@ GEM
296296
rails-dom-testing (2.0.3)
297297
activesupport (>= 4.2.0)
298298
nokogiri (>= 1.6)
299-
rails-html-sanitizer (1.2.0)
300-
loofah (~> 2.2, >= 2.2.2)
299+
rails-html-sanitizer (1.4.3)
300+
loofah (~> 2.3)
301301
railties (5.2.8)
302302
actionpack (= 5.2.8)
303303
activesupport (= 5.2.8)
@@ -481,7 +481,7 @@ DEPENDENCIES
481481
rack-user_agent
482482
rails (~> 5.2)
483483
rails-controller-testing
484-
rails-html-sanitizer (~> 1.2.0)
484+
rails-html-sanitizer (~> 1.4.3)
485485
rake
486486
rspec-rails (~> 3.8)
487487
rspec-retry

0 commit comments

Comments
 (0)