initial
This commit is contained in:
commit
7640f045f1
6 changed files with 448 additions and 0 deletions
9
Gemfile
Normal file
9
Gemfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'sinatra', '~> 3.0'
|
||||
gem 'puma', '~> 6.0'
|
||||
gem 'json', '~> 2.6'
|
||||
|
||||
group :development do
|
||||
gem 'rerun'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue