Much base work started
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled

This commit is contained in:
Dan Milne
2025-10-31 14:36:14 +11:00
parent 4a35bf6758
commit 88a906064f
97 changed files with 5333 additions and 2774 deletions

View File

@@ -78,7 +78,27 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.3)
aws-eventstream (1.4.0)
aws-partitions (1.1178.0)
aws-sdk-core (3.235.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
base64
bigdecimal
jmespath (~> 1, >= 1.6.1)
logger
aws-sdk-kms (1.115.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.202.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.12.1)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
bigdecimal (3.3.1)
bindex (0.8.1)
@@ -142,6 +162,7 @@ GEM
jbuilder (2.14.1)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
jmespath (1.6.2)
json (2.15.2)
kamal (2.8.2)
activesupport (>= 7.0)
@@ -173,6 +194,7 @@ GEM
mini_mime (1.1.5)
minitest (5.26.0)
msgpack (1.8.0)
multi_json (1.17.0)
net-imap (0.5.12)
date
net-protocol
@@ -203,6 +225,7 @@ GEM
nokogiri (1.18.10-x86_64-linux-musl)
racc (~> 1.4)
ostruct (0.6.3)
pagy (9.4.0)
parallel (1.27.0)
parser (3.3.10.0)
ast (~> 2.4.1)
@@ -343,6 +366,8 @@ GEM
ostruct
stimulus-rails (1.3.4)
railties (>= 6.0.0)
streamio-ffmpeg (3.0.2)
multi_json (~> 1.8)
stringio (3.1.7)
tailwindcss-rails (4.4.0)
railties (>= 7.0.0)
@@ -382,6 +407,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
xxhash (0.7.0)
zeitwerk (2.7.3)
PLATFORMS
@@ -396,6 +422,8 @@ PLATFORMS
x86_64-linux-musl
DEPENDENCIES
aws-sdk-s3 (~> 1.202)
bcrypt (~> 3.1.7)
bootsnap
brakeman
bundler-audit
@@ -405,6 +433,7 @@ DEPENDENCIES
importmap-rails
jbuilder
kamal
pagy (~> 9.4)
propshaft
puma (>= 5.0)
rails (~> 8.1.1)
@@ -415,11 +444,13 @@ DEPENDENCIES
solid_queue
sqlite3 (>= 2.1)
stimulus-rails
streamio-ffmpeg (~> 3.0)
tailwindcss-rails
thruster
turbo-rails
tzinfo-data
web-console
xxhash (~> 0.7.0)
BUNDLED WITH
2.7.2