Added authentication_zero

This commit is contained in:
2024-08-26 19:20:06 +02:00
parent 70606f6890
commit e23b41b950
48 changed files with 1047 additions and 73 deletions

View File

@@ -76,7 +76,9 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2)
ast (2.4.2)
authentication-zero (3.0.2)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.8)
bindex (0.8.1)
bootsnap (1.18.4)
@@ -135,6 +137,10 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.2)
kredis (1.7.0)
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
redis (>= 4.2, < 6)
language_server-protocol (3.17.0.3)
launchy (3.0.1)
addressable (~> 2.8)
@@ -193,6 +199,7 @@ GEM
public_suffix (6.0.1)
puma (6.4.2)
nio4r (~> 2.0)
pwned (2.4.1)
racc (1.8.1)
rack (3.1.7)
rack-session (2.0.0)
@@ -350,6 +357,8 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
authentication-zero (~> 3.0)
bcrypt (~> 3.1.7)
bootsnap
brakeman
capybara
@@ -359,9 +368,11 @@ DEPENDENCIES
importmap-rails
inline_svg (~> 1.9)
jbuilder
kredis
letter_opener
pdf-reader (~> 2.12)
puma (>= 5.0)
pwned
rails (~> 7.2.0, >= 7.2.0)
redis (>= 4.0.1)
rubocop-rails-omakase
@@ -375,4 +386,4 @@ DEPENDENCIES
web-console
BUNDLED WITH
2.5.16
2.5.17