Skip to content

Commit

Permalink
Upgrade: Bump devise-two-factor from 5.1.0 to 6.1.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.1.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.1.0)

---
updated-dependencies:
- dependency-name: devise-two-factor
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent e2a5417 commit 4904c7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.1'
gem 'discard', '~> 1.3'
gem 'discordrb-webhooks', '~> 3.5'
gem 'dry-initializer', '~> 3.1'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,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)
Expand Down Expand Up @@ -287,7 +287,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0806)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
mini_portile2 (2.8.8)
minitest (5.25.1)
msgpack (1.7.2)
multi_json (1.15.0)
Expand Down Expand Up @@ -380,7 +380,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)
Expand Down Expand Up @@ -416,7 +416,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.7.0)
rdoc (6.8.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
redis (5.3.0)
Expand Down Expand Up @@ -600,7 +600,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)
Expand Down

0 comments on commit 4904c7c

Please sign in to comment.