add devise user

This commit is contained in:
João Geonizeli
2022-07-20 21:31:46 -03:00
parent d327884cce
commit 072e1de01b
10 changed files with 527 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ GEM
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
bcrypt (3.1.18)
bindex (0.8.1)
bootsnap (1.12.0)
msgpack (~> 1.2)
@@ -78,6 +79,12 @@ GEM
debug (1.6.1)
irb (>= 1.3.6)
reline (>= 0.3.1)
devise (4.8.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
digest (3.1.0)
erubi (1.10.0)
@@ -126,6 +133,7 @@ GEM
nio4r (2.5.8)
nokogiri (1.13.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.4.1)
puma (5.6.4)
nio4r (~> 2.0)
@@ -163,6 +171,9 @@ GEM
redis (4.7.1)
reline (0.3.1)
io-console (~> 0.5)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
@@ -198,6 +209,8 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
@@ -215,6 +228,7 @@ DEPENDENCIES
annotate (~> 3.2)
bootsnap
debug
devise (~> 4.8)
factory_bot_rails (~> 6.2)
importmap-rails
jbuilder