# frozen_string_literal: true source 'https://rubygems.org' gem 'puma', '~> 6.0' gem 'connection_pool', '2.2.2' gem 'pg', '1.2.3' gem 'sinatra', '2.0.8.1' gem 'sinatra-contrib', '2.0.8.1'