Skip to content

Commit

Permalink
Update dependency rails-html-sanitizer to '~> 1.6', '>= 1.6.2' (hugin…
Browse files Browse the repository at this point in the history
…n#3475)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 56c1194 commit 4305c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ gem 'multi_xml'
gem "nokogiri", ">= 1.16.7"
gem 'omniauth'
gem 'rails', '~> 6.1.7', '>= 6.1.7.10'
gem 'rails-html-sanitizer', '~> 1.6'
gem 'rails-html-sanitizer', '~> 1.6', '>= 1.6.2'
gem 'rufus-scheduler', '~> 3.9', '>= 3.9.2', require: false
gem 'sassc-rails'
gem 'select2-rails'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.1)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (6.1.7.10)
Expand Down Expand Up @@ -940,7 +940,7 @@ DEPENDENCIES
rack-livereload
rails (~> 6.1.7, >= 6.1.7.10)
rails-controller-testing
rails-html-sanitizer (~> 1.6)
rails-html-sanitizer (~> 1.6, >= 1.6.2)
rb-kqueue (>= 0.2.8)
rr
rspec
Expand Down

0 comments on commit 4305c92

Please sign in to comment.