nixpacks 0.2.5

Generate an OCI compliant image based off app source
Documentation
1
2
3
4
5
6
7
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'