Update dependencies rails and rails-html-sanitizer

This commit is contained in:
Claire 2025-01-15 12:45:39 +01:00
parent 5c8d2be23b
commit 10f10844ff

View file

@ -10,35 +10,35 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.1.4.1) actioncable (7.1.5.1)
actionpack (= 7.1.4.1) actionpack (= 7.1.5.1)
activesupport (= 7.1.4.1) activesupport (= 7.1.5.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
actionmailbox (7.1.4.1) actionmailbox (7.1.5.1)
actionpack (= 7.1.4.1) actionpack (= 7.1.5.1)
activejob (= 7.1.4.1) activejob (= 7.1.5.1)
activerecord (= 7.1.4.1) activerecord (= 7.1.5.1)
activestorage (= 7.1.4.1) activestorage (= 7.1.5.1)
activesupport (= 7.1.4.1) activesupport (= 7.1.5.1)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.1.4.1) actionmailer (7.1.5.1)
actionpack (= 7.1.4.1) actionpack (= 7.1.5.1)
actionview (= 7.1.4.1) actionview (= 7.1.5.1)
activejob (= 7.1.4.1) activejob (= 7.1.5.1)
activesupport (= 7.1.4.1) activesupport (= 7.1.5.1)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
actionpack (7.1.4.1) actionpack (7.1.5.1)
actionview (= 7.1.4.1) actionview (= 7.1.5.1)
activesupport (= 7.1.4.1) activesupport (= 7.1.5.1)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
racc racc
rack (>= 2.2.4) rack (>= 2.2.4)
@ -46,15 +46,15 @@ GEM
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
actiontext (7.1.4.1) actiontext (7.1.5.1)
actionpack (= 7.1.4.1) actionpack (= 7.1.5.1)
activerecord (= 7.1.4.1) activerecord (= 7.1.5.1)
activestorage (= 7.1.4.1) activestorage (= 7.1.5.1)
activesupport (= 7.1.4.1) activesupport (= 7.1.5.1)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.1.4.1) actionview (7.1.5.1)
activesupport (= 7.1.4.1) activesupport (= 7.1.5.1)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.11) erubi (~> 1.11)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
@ -64,30 +64,33 @@ GEM
activemodel (>= 4.1) activemodel (>= 4.1)
case_transform (>= 0.2) case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3) jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (7.1.4.1) activejob (7.1.5.1)
activesupport (= 7.1.4.1) activesupport (= 7.1.5.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.1.4.1) activemodel (7.1.5.1)
activesupport (= 7.1.4.1) activesupport (= 7.1.5.1)
activerecord (7.1.4.1) activerecord (7.1.5.1)
activemodel (= 7.1.4.1) activemodel (= 7.1.5.1)
activesupport (= 7.1.4.1) activesupport (= 7.1.5.1)
timeout (>= 0.4.0) timeout (>= 0.4.0)
activestorage (7.1.4.1) activestorage (7.1.5.1)
actionpack (= 7.1.4.1) actionpack (= 7.1.5.1)
activejob (= 7.1.4.1) activejob (= 7.1.5.1)
activerecord (= 7.1.4.1) activerecord (= 7.1.5.1)
activesupport (= 7.1.4.1) activesupport (= 7.1.5.1)
marcel (~> 1.0) marcel (~> 1.0)
activesupport (7.1.4.1) activesupport (7.1.5.1)
base64 base64
benchmark (>= 0.3)
bigdecimal bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5) connection_pool (>= 2.2.5)
drb drb
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1) minitest (>= 5.1)
mutex_m mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0) tzinfo (~> 2.0)
addressable (2.8.7) addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0) public_suffix (>= 2.0.2, < 7.0)
@ -126,6 +129,7 @@ GEM
base64 (0.2.0) base64 (0.2.0)
bcp47_spec (0.2.1) bcp47_spec (0.2.1)
bcrypt (3.1.20) bcrypt (3.1.20)
benchmark (0.4.0)
better_errors (2.10.1) better_errors (2.10.1)
erubi (>= 1.0.0) erubi (>= 1.0.0)
rack (>= 0.9.0) rack (>= 0.9.0)
@ -454,7 +458,7 @@ GEM
net-smtp (0.5.0) net-smtp (0.5.0)
net-protocol net-protocol
nio4r (2.7.3) nio4r (2.7.3)
nokogiri (1.16.7) nokogiri (1.16.8)
mini_portile2 (~> 2.8.2) mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
oj (3.16.6) oj (3.16.6)
@ -638,20 +642,20 @@ GEM
rackup (1.0.0) rackup (1.0.0)
rack (< 3) rack (< 3)
webrick webrick
rails (7.1.4.1) rails (7.1.5.1)
actioncable (= 7.1.4.1) actioncable (= 7.1.5.1)
actionmailbox (= 7.1.4.1) actionmailbox (= 7.1.5.1)
actionmailer (= 7.1.4.1) actionmailer (= 7.1.5.1)
actionpack (= 7.1.4.1) actionpack (= 7.1.5.1)
actiontext (= 7.1.4.1) actiontext (= 7.1.5.1)
actionview (= 7.1.4.1) actionview (= 7.1.5.1)
activejob (= 7.1.4.1) activejob (= 7.1.5.1)
activemodel (= 7.1.4.1) activemodel (= 7.1.5.1)
activerecord (= 7.1.4.1) activerecord (= 7.1.5.1)
activestorage (= 7.1.4.1) activestorage (= 7.1.5.1)
activesupport (= 7.1.4.1) activesupport (= 7.1.5.1)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.1.4.1) railties (= 7.1.5.1)
rails-controller-testing (1.0.5) rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1) actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1)
@ -660,15 +664,15 @@ GEM
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
minitest minitest
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0) rails-html-sanitizer (1.6.2)
loofah (~> 2.21) 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)
rails-i18n (7.0.9) rails-i18n (7.0.9)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8) railties (>= 6.0.0, < 8)
railties (7.1.4.1) railties (7.1.5.1)
actionpack (= 7.1.4.1) actionpack (= 7.1.5.1)
activesupport (= 7.1.4.1) activesupport (= 7.1.5.1)
irb irb
rackup (>= 1.0.0) rackup (>= 1.0.0)
rake (>= 12.2) rake (>= 12.2)
@ -781,6 +785,7 @@ GEM
scenic (1.8.0) scenic (1.8.0)
activerecord (>= 4.0.0) activerecord (>= 4.0.0)
railties (>= 4.0.0) railties (>= 4.0.0)
securerandom (0.4.1)
selenium-webdriver (4.25.0) selenium-webdriver (4.25.0)
base64 (~> 0.2) base64 (~> 0.2)
logger (~> 1.4) logger (~> 1.4)