Finished phase005
CI / scan_ruby (push) Failing after 1m5s
CI / scan_js (push) Failing after 6s
CI / lint (push) Failing after 1m29s

This commit is contained in:
2026-09-16 15:34:50 -06:00
parent a3a65c24ed
commit 0826d267f2
38 changed files with 1596 additions and 9 deletions
+1
View File
@@ -169,3 +169,4 @@ issues. For example, I already had to fix an error with the `csrf_meta_tags` in
the erb templates. The error was nothing to do with the code but with the JSON
gem which Rails requires to be less than version 3 and we had 3.0.2
installed. This caused the signatures to be mis-matched and made things wrong.