source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.1.2'

gem 'sinatra', '~> 2.2.0'
gem 'puma', '~> 5.6.4'
