This commit is contained in:
2026-02-01 03:14:30 -08:00
commit b55ef0245a
10 changed files with 610 additions and 0 deletions

16
Gemfile Normal file
View File

@@ -0,0 +1,16 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "bundler"
gem "sinatra"
gem 'solargraph', group: :development
gem "rackup", "~> 2.3"
gem "puma", "~> 7.2"
gem "http", "~> 5.3"
gem "activesupport", "~> 8.1"
gem "builder", "~> 3.3"