Skip to content

Commit d226794

Browse files
chore: point devise to cedarcode's 2FA interface branch
1 parent fe11674 commit d226794

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gemspec
1010
gem "appraisal", "~> 2.5", require: false
1111
gem "capybara", "~> 3.40"
1212
gem "combustion", "~> 1.3"
13-
gem "devise", "~> 4.9"
13+
gem "devise", github: "cedarcode/devise", branch: "sr--2fa-interface"
1414
gem "importmap-rails", "~> 2.2"
1515
gem "propshaft", "~> 1.2"
1616
gem "pry-byebug", "~> 3.11"

Gemfile.lock

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
GIT
2+
remote: https://github.com/cedarcode/devise
3+
revision: 0a4c6683b392bc0489dd829320e3817b62437d9a
4+
branch: sr--2fa-interface
5+
specs:
6+
devise (5.0.2)
7+
bcrypt (~> 3.0)
8+
orm_adapter (~> 0.1)
9+
railties (>= 7.0)
10+
responders
11+
warden (~> 1.2.3)
12+
113
PATH
214
remote: .
315
specs:
@@ -116,12 +128,6 @@ GEM
116128
openssl-signature_algorithm (~> 1.0)
117129
crass (1.0.6)
118130
date (3.4.1)
119-
devise (4.9.4)
120-
bcrypt (~> 3.0)
121-
orm_adapter (~> 0.1)
122-
railties (>= 4.1.0)
123-
responders
124-
warden (~> 1.2.3)
125131
diff-lcs (1.6.2)
126132
drb (2.2.3)
127133
erb (5.0.2)
@@ -345,7 +351,7 @@ DEPENDENCIES
345351
appraisal (~> 2.5)
346352
capybara (~> 3.40)
347353
combustion (~> 1.3)
348-
devise (~> 4.9)
354+
devise!
349355
devise-webauthn!
350356
importmap-rails (~> 2.2)
351357
propshaft (~> 1.2)

0 commit comments

Comments
 (0)