Skip to content

Commit

Permalink
Build(deps): Bump rails-html-sanitizer from 1.4.2 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 to 1.6.0.
- [Release notes](https://github.com/rails/rails-html-sanitizer/releases)
- [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md)
- [Commits](rails/rails-html-sanitizer@v1.4.2...v1.6.0)

---
updated-dependencies:
- dependency-name: rails-html-sanitizer
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 9, 2024
1 parent d0c2eb3 commit 9121089
Showing 1 changed file with 32 additions and 12 deletions.
44 changes: 32 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ GEM
debug_inspector (1.1.0)
diff-lcs (1.5.0)
diffy (3.4.0)
digest (3.0.0)
discourse-ember-rails (0.18.6)
active_model_serializers
ember-data-source (>= 1.0.0.beta.5)
Expand Down Expand Up @@ -220,9 +221,9 @@ GEM
logstash-logger (0.26.1)
logstash-event (~> 1.2)
logster (2.11.0)
loofah (2.15.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
lru_redux (1.1.0)
lz4-ruby (0.3.3)
maxminddb (0.1.22)
Expand All @@ -231,7 +232,7 @@ GEM
rack (>= 1.1.3)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
mini_portile2 (2.8.7)
mini_racer (0.6.2)
libv8-node (~> 16.10.0.0)
mini_scheduler (0.13.0)
Expand All @@ -246,17 +247,29 @@ GEM
multi_xml (0.6.0)
multipart-post (2.1.1)
mustache (1.1.1)
net-imap (0.2.4)
digest
net-protocol
strscan
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.2.2)
digest
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.13.3-aarch64-linux)
nokogiri (1.16.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.13.3-arm64-darwin)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-darwin)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
oauth (0.5.8)
oauth2 (1.4.7)
Expand Down Expand Up @@ -312,7 +325,7 @@ GEM
puma (5.6.2)
nio4r (~> 2.0)
r2 (0.2.7)
racc (1.6.0)
racc (1.8.0)
rack (2.2.3)
rack-mini-profiler (3.0.0)
rack (>= 1.2.0)
Expand All @@ -323,8 +336,9 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails_failover (0.8.1)
activerecord (> 6.0, < 7.1)
concurrent-ruby
Expand Down Expand Up @@ -452,9 +466,11 @@ GEM
sprockets (>= 3.0.0)
sshkey (2.0.0)
stackprof (0.2.19)
strscan (3.1.0)
test-prof (1.0.7)
thor (1.2.1)
tilt (2.0.10)
timeout (0.4.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
Expand Down Expand Up @@ -514,6 +530,7 @@ DEPENDENCIES
cppjieba_rb
css_parser
diffy
digest (= 3.0.0)
discourse-ember-rails (= 0.18.6)
discourse-ember-source (~> 3.12.2)
discourse-fonts
Expand Down Expand Up @@ -556,6 +573,9 @@ DEPENDENCIES
mocha
multi_json
mustache
net-imap (~> 0.2.1)
net-pop (~> 0.1.1)
net-smtp (~> 0.2.1)
nokogiri
oj
omniauth
Expand Down

0 comments on commit 9121089

Please sign in to comment.