This commit is contained in:
Ole-Morten Duesund 2025-05-13 07:58:31 +02:00
commit 871d8975ca
13 changed files with 653 additions and 0 deletions

8
Gemfile Normal file
View file

@ -0,0 +1,8 @@
# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "sinatra", "~> 4.1"
gem "rack-accept", "~> 0.4.5"