Skip to content

Commit

Permalink
Bump rails-html-sanitizer to 1.6.1 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshand authored Dec 5, 2024
1 parent 674e1be commit b0550a7
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,14 +336,14 @@ GEM
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
nio4r (2.7.4)
nokogiri (1.16.7)
nokogiri (1.16.8)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.16.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
nokogiri (1.16.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.16.8-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -411,9 +411,9 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
rails-html-sanitizer (1.6.1)
loofah (~> 2.21)
nokogiri (~> 1.14)
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 (7.0.8.6)
actionpack (= 7.0.8.6)
activesupport (= 7.0.8.6)
Expand Down
Binary file removed vendor/cache/nokogiri-1.16.7-arm64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.16.7-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.16.7-x86_64-linux.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.16.8-arm64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.16.8-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.16.8-x86_64-linux.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/rails-html-sanitizer-1.6.0.gem
Binary file not shown.
Binary file added vendor/cache/rails-html-sanitizer-1.6.1.gem
Binary file not shown.

0 comments on commit b0550a7

Please sign in to comment.