improvement

This commit is contained in:
Ole-Morten Duesund 2025-06-06 18:55:54 +02:00
commit c0ccb8ca5e
6 changed files with 516 additions and 63 deletions

View file

@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'sinatra', '~> 3.0'
gem 'puma', '~> 6.0'
gem 'json', '~> 2.6'
gem 'yaml', '~> 0.2'
group :development do
gem 'rerun'