initial commit for devise and user auth

This commit is contained in:
Dylan Knutson
2024-12-27 19:03:08 +00:00
parent 7e19e78073
commit 18b9bf531c
31 changed files with 1027 additions and 11 deletions

View File

@@ -104,6 +104,7 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.4.0)
bigdecimal (3.1.8)
bindex (0.8.1)
@@ -139,6 +140,12 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
debug_inspector (1.1.0)
devise (4.9.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.5.1)
diffy (3.4.2)
discard (1.2.1)
@@ -237,6 +244,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
numo-narray (0.9.2.1)
orm_adapter (0.5.0)
parallel (1.26.3)
parallel_tests (4.7.2)
parallel
@@ -260,6 +268,8 @@ GEM
public_suffix (5.0.1)
puma (5.6.5)
nio4r (~> 2.0)
pundit (2.4.0)
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.8.1)
rack (2.2.10)
@@ -329,6 +339,9 @@ GEM
regexp_parser (2.6.2)
reline (0.6.0)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.5)
rice (4.0.4)
ripcord (2.0.0)
@@ -407,6 +420,8 @@ GEM
unf_ext
unf_ext (0.0.8.2)
useragent (0.16.11)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
@@ -440,6 +455,7 @@ DEPENDENCIES
curb
daemons
debug (~> 1.10)
devise (~> 4.9)
diffy
discard
disco
@@ -463,6 +479,7 @@ DEPENDENCIES
pry
pry-stack_explorer
puma (~> 5.0)
pundit (~> 2.4)
rack-cors
rack-mini-profiler (~> 3.3)
rails (~> 7.2)