From 965f195318205b2471d1cd017439cbd9adef952e Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 13:45:44 +0000 Subject: [PATCH] Update devise to version 4.9.2 --- Gemfile.lock | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index adb1022..91884a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM activerecord (>= 3.2, < 7.0) rake (>= 10.4, < 14.0) arel (9.0.0) - bcrypt (3.1.13) + bcrypt (3.1.18) bindex (0.8.1) bootsnap (1.4.8) msgpack (~> 1.0) @@ -71,9 +71,9 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.2.2) crass (1.0.6) - devise (4.7.2) + devise (4.9.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -86,7 +86,7 @@ GEM dotenv (= 2.7.6) railties (>= 3.2) equalizer (0.0.11) - erubi (1.9.0) + erubi (1.12.0) execjs (2.7.0) factory_bot (6.1.0) activesupport (>= 5.0.0) @@ -112,7 +112,7 @@ GEM domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.6.0) - i18n (1.8.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) jbuilder (2.10.0) activesupport (>= 5.0.0) @@ -122,7 +122,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.6.0) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -134,8 +134,8 @@ GEM method_source (1.0.0) mimemagic (0.3.5) mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.1) + mini_portile2 (2.8.1) + minitest (5.18.0) minitest-matchers_vaccine (1.0.4) minitest (~> 5.0) msgpack (1.3.3) @@ -144,8 +144,9 @@ GEM multipart-post (2.1.1) naught (1.1.0) nio4r (2.5.2) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + nokogiri (1.14.2) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) oauth (0.5.4) oauth2 (1.4.4) faraday (>= 0.8, < 2.0) @@ -168,9 +169,10 @@ GEM public_suffix (4.0.5) puma (4.3.5) nio4r (~> 2.0) - rack (2.2.3) - rack-test (1.1.0) - rack (>= 1.0, < 3) + racc (1.6.2) + rack (2.2.6.4) + rack-test (2.1.0) + rack (>= 1.3) rails (5.2.4.3) actioncable (= 5.2.4.3) actionmailer (= 5.2.4.3) @@ -187,8 +189,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) rails_12factor (0.0.3) rails_serve_static_assets rails_stdout_logging @@ -200,14 +202,14 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rake (13.0.1) + rake (13.0.6) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (1.7.1) - responders (3.0.1) - actionpack (>= 5.0) - railties (>= 5.0) + responders (3.1.0) + actionpack (>= 5.2) + railties (>= 5.2) ruby_dep (1.5.0) rubyzip (2.3.0) sass (3.7.4) @@ -246,7 +248,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (1.0.1) + thor (1.2.1) thread_safe (0.3.6) tilt (2.0.10) trix (0.10.1) @@ -265,15 +267,15 @@ GEM multipart-post (~> 2.0) naught (~> 1.0) simple_oauth (~> 0.3.0) - tzinfo (1.2.7) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext unf_ext (0.0.7.7) - warden (1.2.8) - rack (>= 2.0.6) + warden (1.2.9) + rack (>= 2.0.9) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0)