Files
todoizer/Gemfile
T
krisf 1f637c6bde
Build and Validate / build-and-test (push) Failing after 1m23s
Initial commit of Todoizer web application
2026-04-20 08:56:12 -04:00

10 lines
155 B
Ruby

source 'https://rubygems.org'
gem 'sinatra'
gem 'sinatra-contrib'
gem 'activerecord', '~> 7.1'
gem 'sqlite3', '~> 1.6'
gem 'bcrypt'
gem 'puma'
gem 'rake'