diff --git a/Gemfile b/Gemfile index 492c4ccd44..82a4d5c1db 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'cssbundling-rails', '~> 1.4' gem 'debug', '~> 1.9' gem 'devise', '~> 4.9' gem 'devise_invitable', '~> 2.0' -gem 'devise-two-factor', '~> 5.1' +gem 'devise-two-factor', '~> 6.1' gem 'discard', '~> 1.3' gem 'discordrb-webhooks', '~> 3.5' gem 'dry-initializer', '~> 3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 411b4edda2..206f134ea8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM activesupport (>= 6) railties (>= 6) concurrent-ruby (1.3.5) - connection_pool (2.4.1) + connection_pool (2.5.0) crack (1.0.0) bigdecimal rexml @@ -143,10 +143,10 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - devise-two-factor (5.1.0) - activesupport (~> 7.0) + devise-two-factor (6.1.0) + activesupport (>= 7.0, < 8.1) devise (~> 4.0) - railties (~> 7.0) + railties (>= 7.0, < 8.1) rotp (~> 6.0) devise_invitable (2.0.9) actionmailer (>= 5.0) @@ -171,7 +171,7 @@ GEM rainbow rubocop (>= 1) smart_properties - erubi (1.13.0) + erubi (1.13.1) et-orbi (1.2.11) tzinfo factory_bot (6.4.6) @@ -232,13 +232,14 @@ GEM http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) inline_svg (1.9.0) activesupport (>= 3.0) nokogiri (>= 1.6) io-console (0.8.0) - irb (1.14.1) + irb (1.15.1) + pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jsbundling-rails (1.3.1) @@ -263,7 +264,7 @@ GEM ffi-compiler (~> 1.0) rake (~> 13.0) logger (1.6.3) - loofah (2.23.1) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) lookbook (2.3.4) @@ -311,7 +312,7 @@ GEM netrc (0.11.0) newrelic_rpm (9.16.0) nio4r (2.7.3) - nokogiri (1.17.0) + nokogiri (1.18.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) noticed (1.6.3) @@ -357,12 +358,15 @@ GEM pg_search (2.3.7) activerecord (>= 6.1) activesupport (>= 6.1) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) propshaft (1.1.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack railties (>= 7.0.0) - psych (5.2.1) + psych (5.2.3) date stringio public_activity (3.0.1) @@ -375,7 +379,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.8) + rack (3.1.10) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-mini-profiler (3.3.1) @@ -383,9 +387,10 @@ GEM rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4) - rack-session (2.0.0) + rack-session (2.1.0) + base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) rackup (2.2.1) rack (>= 3) @@ -407,7 +412,7 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) 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.1.3.4) @@ -423,7 +428,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.8.1) + rdoc (6.12.0) psych (>= 4.0.0) redcarpet (3.6.0) redis (5.3.0) @@ -431,7 +436,7 @@ GEM redis-client (0.23.0) connection_pool regexp_parser (2.9.2) - reline (0.5.12) + reline (0.6.0) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) @@ -608,7 +613,7 @@ DEPENDENCIES cuprite (~> 0.15) debug (~> 1.9) devise (~> 4.9) - devise-two-factor (~> 5.1) + devise-two-factor (~> 6.1) devise_invitable (~> 2.0) discard (~> 1.3) discordrb-webhooks (~> 3.5)