benchmarks/local/sinatra/Gemfile

Summary

Maintainability
Test Coverage
source "http://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.0"

gem "sinatra"
gem "puma_worker_killer"

# current puma release
gem "puma"

# PR to reduce memory of large file uploads
# gem "puma", github: "willkoehler/puma", branch: "reduce_read_body_memory"