Initial commit

This commit is contained in:
2025-09-26 22:45:07 -04:00
commit e29b31187c
61 changed files with 1726 additions and 0 deletions

14
Gemfile Normal file
View File

@@ -0,0 +1,14 @@
source "https://rubygems.org"
# Specify your gem's dependencies in laradi.gemspec.
gemspec
gem "puma"
gem "sqlite3"
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"