Skip to content

Commit

Permalink
Upgrade: Bump devise-two-factor from 5.1.0 to 6.0.0
Browse files Browse the repository at this point in the history
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](devise-two-factor/devise-two-factor@v5.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: devise-two-factor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 09efc0c commit ce8a367
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit ce8a367

Please sign in to comment.