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 18, 2024
1 parent 0a482dd commit fbdc41e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 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
29 changes: 14 additions & 15 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 @@ -235,7 +235,7 @@ GEM
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jsbundling-rails (1.3.1)
Expand All @@ -260,7 +260,7 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.1)
loofah (2.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.3.2)
Expand All @@ -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 @@ -356,7 +356,7 @@ GEM
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
psych (5.1.2)
psych (5.2.0)
stringio
public_activity (3.0.1)
actionpack (>= 6.1.0)
Expand All @@ -368,7 +368,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-mini-profiler (3.3.1)
Expand All @@ -380,9 +380,8 @@ GEM
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rackup (2.2.1)
rack (>= 3)
webrick (~> 1.8)
rails (7.1.3.4)
actioncable (= 7.1.3.4)
actionmailbox (= 7.1.3.4)
Expand Down Expand Up @@ -425,7 +424,7 @@ GEM
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
reline (0.5.10)
reline (0.5.11)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -549,7 +548,7 @@ GEM
statsd-ruby (1.5.0)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.1)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.1)
turbo-rails (2.0.6)
Expand Down Expand Up @@ -578,14 +577,14 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.2)
webrick (1.9.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.36)
zeitwerk (2.6.18)
zeitwerk (2.7.1)

PLATFORMS
ruby
Expand All @@ -601,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 fbdc41e

Please sign in to comment.