Initial commit of Todoizer web application
Build and Validate / build-and-test (push) Failing after 1m23s

This commit is contained in:
2026-04-20 08:56:12 -04:00
commit 1f637c6bde
12 changed files with 468 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
source 'https://rubygems.org'
gem 'sinatra'
gem 'sinatra-contrib'
gem 'activerecord', '~> 7.1'
gem 'sqlite3', '~> 1.6'
gem 'bcrypt'
gem 'puma'
gem 'rake'