Initial Sinatra project structure

This commit is contained in:
2022-12-10 01:59:30 -05:00
parent 7bc5ef2e82
commit bdc316ba9e
11 changed files with 158 additions and 0 deletions

7
Gemfile Normal file
View File

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