From 999ca2bbad1b0284b1f3cca66eb22915889c02fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:14:44 +0000 Subject: [PATCH] Upgrade: Bump devise-two-factor from 5.1.0 to 6.0.0 Bumps [devise-two-factor](https://github.com/tinfoil/devise-two-factor) from 5.1.0 to 6.0.0. - [Changelog](https://github.com/devise-two-factor/devise-two-factor/blob/main/CHANGELOG.md) - [Commits](https://github.com/tinfoil/devise-two-factor/compare/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: devise-two-factor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 955957c4c1..5b2fec237a 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.0' gem 'discard', '~> 1.3' gem 'discordrb-webhooks', '~> 3.5' gem 'dry-initializer', '~> 3.1' diff --git a/Gemfile.lock b/Gemfile.lock index c321aa64c0..b44f6ab222 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,7 +140,7 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - devise-two-factor (5.1.0) + devise-two-factor (6.0.0) activesupport (~> 7.0) devise (~> 4.0) railties (~> 7.0) @@ -234,7 +234,7 @@ GEM inline_svg (1.9.0) activesupport (>= 3.0) nokogiri (>= 1.6) - io-console (0.7.2) + io-console (0.8.0) irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -288,12 +288,12 @@ GEM mime-types-data (3.2024.0806) mini_mime (1.1.5) mini_portile2 (2.8.8) - minitest (5.25.1) + minitest (5.25.4) msgpack (1.7.2) multi_json (1.15.0) multi_xml (0.7.1) bigdecimal (~> 3.1) - mutex_m (0.2.0) + mutex_m (0.3.0) net-http (0.4.1) uri net-imap (0.4.14) @@ -356,7 +356,8 @@ GEM activesupport (>= 7.0.0) rack railties (>= 7.0.0) - psych (5.2.0) + psych (5.2.1) + date stringio public_activity (3.0.1) actionpack (>= 6.1.0) @@ -380,7 +381,7 @@ GEM rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (2.2.0) + rackup (2.2.1) rack (>= 3) rails (7.1.3.4) actioncable (= 7.1.3.4) @@ -416,7 +417,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.7.0) + rdoc (6.8.1) psych (>= 4.0.0) redcarpet (3.6.0) redis (5.3.0) @@ -424,7 +425,7 @@ GEM redis-client (0.22.2) connection_pool regexp_parser (2.9.2) - reline (0.5.11) + reline (0.5.12) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) @@ -600,7 +601,7 @@ DEPENDENCIES cuprite (~> 0.15) debug (~> 1.9) devise (~> 4.9) - devise-two-factor (~> 5.1) + devise-two-factor (~> 6.0) devise_invitable (~> 2.0) discard (~> 1.3) discordrb-webhooks (~> 3.5)