add admin user by devise

This commit is contained in:
João Geonizeli
2021-08-03 19:46:26 -03:00
parent 50f12f49a6
commit f9a5f15e0e
19 changed files with 703 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
bcrypt (3.1.16)
bindex (0.8.1)
bootsnap (1.7.7)
msgpack (~> 1.0)
@@ -78,6 +79,15 @@ GEM
xpath (~> 3.2)
concurrent-ruby (1.1.9)
crass (1.0.6)
devise (4.8.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-bootstrap-views (1.1.0)
devise-i18n (1.10.0)
devise (>= 4.8.0)
diff-lcs (1.4.4)
erubi (1.10.0)
ffi (1.15.3)
@@ -105,6 +115,7 @@ GEM
nokogiri (1.12.1)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
@@ -152,6 +163,9 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.5)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
@@ -218,6 +232,8 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.1.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
@@ -242,6 +258,9 @@ DEPENDENCIES
bootsnap (>= 1.4.4)
byebug
capybara
devise
devise-bootstrap-views (~> 1.0)
devise-i18n
jbuilder (~> 2.7)
listen (~> 3.3)
pg (~> 1.1)