diff --git a/Gemfile.lock b/Gemfile.lock index 9a10fbd..03f15f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/rails - revision: 3025eaa09154f5f031f5c2e0e5b59553ff5c902b + revision: a7ef1250aa1e809932adf8c68a243be3d95961b1 specs: actioncable (7.1.0.alpha) actionpack (= 7.1.0.alpha) @@ -36,7 +36,7 @@ GIT rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) + rails-html-sanitizer (~> 1.6) actiontext (7.1.0.alpha) actionpack (= 7.1.0.alpha) activerecord (= 7.1.0.alpha) @@ -49,7 +49,7 @@ GIT builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) + rails-html-sanitizer (~> 1.6) activejob (7.1.0.alpha) activesupport (= 7.1.0.alpha) globalid (>= 0.3.6) @@ -58,13 +58,13 @@ GIT activerecord (7.1.0.alpha) activemodel (= 7.1.0.alpha) activesupport (= 7.1.0.alpha) + timeout (>= 0.4.0) activestorage (7.1.0.alpha) actionpack (= 7.1.0.alpha) activejob (= 7.1.0.alpha) activerecord (= 7.1.0.alpha) activesupport (= 7.1.0.alpha) marcel (~> 1.0) - mini_mime (>= 1.1.0) activesupport (7.1.0.alpha) concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) @@ -91,7 +91,7 @@ GIT irb rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) + thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) GEM @@ -115,7 +115,7 @@ GEM xpath (~> 3.2) childprocess (4.1.0) concurrent-ruby (1.2.2) - connection_pool (2.3.0) + connection_pool (2.4.1) crass (1.0.6) date (3.3.3) debug (1.6.3) @@ -124,22 +124,22 @@ GEM erubi (1.12.0) globalid (1.1.0) activesupport (>= 5.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) importmap-rails (1.1.5) actionpack (>= 6.0.0) railties (>= 6.0.0) - io-console (0.5.11) - irb (1.4.3) - reline (>= 0.3.0) + io-console (0.6.0) + irb (1.7.2) + reline (>= 0.3.6) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) json (2.6.3) language_server-protocol (3.17.0.3) - loofah (2.19.1) + loofah (2.21.3) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.8.1) mini_mime (>= 0.1.1) net-imap @@ -148,9 +148,9 @@ GEM marcel (1.0.2) matrix (0.4.2) mini_mime (1.1.2) - minitest (5.18.0) + minitest (5.18.1) msgpack (1.6.0) - net-imap (0.3.4) + net-imap (0.3.6) date net-protocol net-pop (0.1.2) @@ -159,8 +159,8 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.8) - nokogiri (1.14.2-x86_64-linux) + nio4r (2.5.9) + nokogiri (1.15.3-x86_64-linux) racc (~> 1.4) parallel (1.22.1) parser (3.2.1.1) @@ -168,24 +168,26 @@ GEM public_suffix (5.0.0) puma (6.1.1) nio4r (~> 2.0) - racc (1.6.2) - rack (2.2.6.3) + racc (1.7.1) + rack (2.2.7) rack-session (1.0.1) rack (< 3) - rack-test (2.0.2) + rack-test (2.1.0) rack (>= 1.3) rackup (1.0.0) rack (< 3) webrick - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.1.1) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) rainbow (3.1.1) rake (13.0.6) regexp_parser (2.6.1) - reline (0.3.1) + reline (0.3.6) io-console (~> 0.5) rexml (3.2.5) rubocop (1.44.1) @@ -226,8 +228,8 @@ GEM railties (>= 6.0.0) tailwindcss-rails (2.0.21-x86_64-linux) railties (>= 6.0.0) - thor (1.2.1) - timeout (0.3.2) + thor (1.2.2) + timeout (0.4.0) turbo-rails (1.4.0) actionpack (>= 6.0.0) activejob (>= 6.0.0) @@ -251,7 +253,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.7) + zeitwerk (2.6.8) PLATFORMS x86_64-linux