This commit is contained in:
Ole-Morten Duesund 2025-06-06 18:50:32 +02:00
commit 7640f045f1
6 changed files with 448 additions and 0 deletions

9
Gemfile Normal file
View 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