Add auth and ruby update

This commit is contained in:
david 2024-09-22 21:57:05 +02:00
parent 5d50194f39
commit fbf6923835
43 changed files with 614 additions and 64 deletions

View file

@ -76,8 +76,12 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
after_commit_everywhere (1.4.0)
activerecord (>= 4.2)
activesupport
ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.8)
bindex (0.8.1)
bootsnap (1.18.3)
@ -267,6 +271,21 @@ GEM
io-console (~> 0.5)
rexml (3.3.2)
strscan
roda (3.84.0)
rack
rodauth (2.36.0)
roda (>= 2.6.0)
sequel (>= 4)
rodauth-model (0.2.1)
rodauth (~> 2.0)
rodauth-rails (1.15.0)
bcrypt
railties (>= 5.0, < 8)
roda (~> 3.76)
rodauth (~> 2.36)
rodauth-model (~> 0.2)
sequel-activerecord_connection (~> 1.1)
tilt
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
@ -319,6 +338,12 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sequel (5.84.0)
bigdecimal
sequel-activerecord_connection (1.4.1)
activerecord (>= 5.0, < 8)
after_commit_everywhere (~> 1.1)
sequel (~> 5.38)
slim (5.2.1)
temple (~> 0.10.0)
tilt (>= 2.1.0)
@ -396,6 +421,7 @@ DEPENDENCIES
prawn-rails
puma (>= 5.0)
rails (~> 7.2)
rodauth-rails
rubocop
rubocop-capybara
rubocop-rails
@ -413,7 +439,7 @@ DEPENDENCIES
web-console
RUBY VERSION
ruby 3.3.4p94
ruby 3.3.5p100
BUNDLED WITH
2.5.15