Skip to content

Commit

Permalink
Merge pull request #1945 from codebar/dependabot/bundler/rails-html-s…
Browse files Browse the repository at this point in the history
…anitizer-1.6.0

Bump rails-html-sanitizer from 1.4.4 to 1.6.0
  • Loading branch information
matyikriszta authored Oct 26, 2023
2 parents 58c2261 + fbe45f6 commit ed70572
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ gem 'gibbon', '~> 3.4.4'

gem 'stripe'

gem 'rails-html-sanitizer', '~> 1.4.4'
gem 'rails-html-sanitizer', '~> 1.6.0'

# Use the Puma web server [https://github.com/puma/puma]
gem 'puma', '~> 5.0'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,9 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails4-autocomplete (1.1.1)
rails (>= 3.0)
rails_12factor (0.0.3)
Expand Down Expand Up @@ -532,7 +533,7 @@ DEPENDENCIES
pundit
rack-mini-profiler (~> 3.1)
rails (= 7.0.6)
rails-html-sanitizer (~> 1.4.4)
rails-html-sanitizer (~> 1.6.0)
rails4-autocomplete
rails_12factor
rolify
Expand Down

0 comments on commit ed70572

Please sign in to comment.