Initial Sinatra project strucutre

This commit is contained in:
2022-12-07 17:52:27 -05:00
parent b5a8889349
commit 6dd3e4c7d6
12 changed files with 206 additions and 7 deletions

7
Gemfile Normal file
View File

@ -0,0 +1,7 @@
source 'https://rubygems.org'
gem 'sinatra', '~> 3.0'
gem 'puma', '~> 6.0'
gem 'sequel', '~> 5.63'
gem 'sqlite3', '~> 1.5'