Skip to content

Commit

Permalink
Upgrade to rodauth-rails 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Dec 29, 2024
1 parent e2d26dc commit 3be16a4
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 63 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ gem "stimulus-rails", "~> 1.2"
gem "importmap-rails"

# Rodauth
gem "rodauth-rails", "~> 1.15"
gem "rodauth-rails", "~> 2.0"
gem "rodauth-i18n", "~> 0.7"
gem "rodauth-omniauth", "~> 0.5"
gem "rodauth-pwned", "~> 0.2"
gem "sequel-activerecord_connection", require: false
gem "argon2", require: false
gem "tilt", require: false
gem "rotp", require: false
gem "rqrcode", require: false
gem "webauthn", require: false
Expand Down
116 changes: 54 additions & 62 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,13 @@ GEM
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
after_commit_everywhere (1.4.0)
activerecord (>= 4.2)
activesupport
android_key_attestation (0.3.0)
argon2 (2.3.0)
ffi (~> 1.15)
ffi-compiler (~> 1.0)
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bindata (2.5.0)
bootsnap (1.18.3)
msgpack (~> 1.2)
Expand All @@ -108,21 +104,12 @@ GEM
crass (1.0.6)
date (3.4.0)
drb (2.2.1)
erubi (1.13.0)
erubi (1.13.1)
faraday (2.9.2)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
ffi (1.17.0)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand All @@ -135,15 +122,15 @@ GEM
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.7.2)
irb (1.14.1)
io-console (0.8.0)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jwt (2.9.3)
base64
localhost (1.3.1)
logger (1.6.1)
loofah (2.22.0)
logger (1.6.4)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -154,7 +141,8 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
mini_mime (1.1.5)
minitest (5.25.1)
mini_portile2 (2.8.8)
minitest (5.25.4)
msgpack (1.7.2)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand All @@ -169,17 +157,24 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.7-aarch64-linux)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm-linux)
nokogiri (1.18.1-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.18.1-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.16.7-x86-linux)
nokogiri (1.18.1-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
nokogiri (1.18.1-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-musl)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -206,7 +201,8 @@ GEM
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
psych (5.1.2)
psych (5.2.2)
date
stringio
public_suffix (6.0.0)
puma (6.4.2)
Expand All @@ -219,11 +215,10 @@ GEM
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.1.0)
rackup (2.2.1)
rack (>= 3)
webrick (~> 1.8)
rails (8.0.0)
actioncable (= 8.0.0)
actionmailbox (= 8.0.0)
Expand All @@ -242,9 +237,9 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (~> 1.14)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (8.0.0)
actionpack (= 8.0.0)
activesupport (= 8.0.0)
Expand All @@ -254,67 +249,63 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.2.1)
rdoc (6.7.0)
rdoc (6.10.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.10)
reline (0.6.0)
io-console (~> 0.5)
roda (3.86.0)
roda (3.87.0)
rack
rodauth (2.37.0)
roda (>= 2.6.0)
sequel (>= 4)
rodauth-i18n (0.8.0)
i18n (~> 1.0)
rodauth (~> 2.19)
rodauth-model (0.3.0)
rodauth-model (0.4.0)
rodauth (~> 2.28)
rodauth-omniauth (0.5.1)
omniauth (~> 2.0)
rodauth (~> 2.13)
rodauth-pwned (0.2.1)
pwned (~> 2.1)
rodauth (~> 2.0)
rodauth-rails (1.15.2)
bcrypt
rodauth-rails (2.0.2)
railties (>= 5.0, < 8.1)
roda (~> 3.76)
rodauth (~> 2.36)
rodauth-model (~> 0.2)
sequel-activerecord_connection (~> 1.1)
tilt
rotp (6.3.0)
rqrcode (2.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
securerandom (0.3.1)
sequel (5.86.0)
securerandom (0.4.1)
sequel (5.87.0)
bigdecimal
sequel-activerecord_connection (1.5.1)
sequel-activerecord_connection (2.0.0)
activerecord (>= 5.0, < 8.1)
after_commit_everywhere (~> 1.1)
sequel (~> 5.38)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
sqlite3 (2.2.0-aarch64-linux-gnu)
sqlite3 (2.2.0-aarch64-linux-musl)
sqlite3 (2.2.0-arm-linux-gnu)
sqlite3 (2.2.0-arm-linux-musl)
sqlite3 (2.2.0-arm64-darwin)
sqlite3 (2.2.0-x86-linux-gnu)
sqlite3 (2.2.0-x86-linux-musl)
sqlite3 (2.2.0-x86_64-darwin)
sqlite3 (2.2.0-x86_64-linux-gnu)
sqlite3 (2.2.0-x86_64-linux-musl)
sqlite3 (2.5.0-aarch64-linux-gnu)
sqlite3 (2.5.0-aarch64-linux-musl)
sqlite3 (2.5.0-arm-linux-gnu)
sqlite3 (2.5.0-arm-linux-musl)
sqlite3 (2.5.0-arm64-darwin)
sqlite3 (2.5.0-x86-linux-gnu)
sqlite3 (2.5.0-x86-linux-musl)
sqlite3 (2.5.0-x86_64-darwin)
sqlite3 (2.5.0-x86_64-linux-gnu)
sqlite3 (2.5.0-x86_64-linux-musl)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.1)
stringio (3.1.2)
thor (1.3.2)
tilt (2.4.0)
tilt (2.5.0)
timeout (0.4.1)
tpm-key_attestation (0.12.1)
bindata (~> 2.4)
Expand All @@ -327,7 +318,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.2)
useragent (0.16.10)
useragent (0.16.11)
version_gem (1.1.4)
webauthn (3.2.2)
android_key_attestation (~> 0.3.0)
Expand All @@ -337,13 +328,12 @@ GEM
openssl (>= 2.2)
safety_net_attestation (~> 0.4.0)
tpm-key_attestation (~> 0.12.0)
webrick (1.8.2)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.0)
zeitwerk (2.7.1)

PLATFORMS
aarch64-linux
Expand Down Expand Up @@ -376,13 +366,15 @@ DEPENDENCIES
rodauth-i18n (~> 0.7)
rodauth-omniauth (~> 0.5)
rodauth-pwned (~> 0.2)
rodauth-rails (~> 1.15)
rodauth-rails (~> 2.0)
rotp
rqrcode
sequel-activerecord_connection
sqlite3 (~> 2.0)
stimulus-rails (~> 1.2)
tilt
turbo-rails (~> 1.5)
webauthn

BUNDLED WITH
2.5.13
2.6.2

0 comments on commit 3be16a4

Please sign in to comment.