rubocop and improved lang support

This commit is contained in:
Ole-Morten Duesund 2025-05-24 20:27:14 +02:00
commit 4c33688b19
7 changed files with 492 additions and 452 deletions

View file

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