From ce8a367d76c4641f4cf82371d091662c3df9b77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:34:55 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 420da04abc..e155ec5059 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 4d50d25fe1..1bcaa5d2ea 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) @@ -229,7 +229,7 @@ GEM http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) inline_svg (1.9.0) activesupport (>= 3.0) @@ -603,7 +603,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)