Files
dokku/tests/apps/ruby/Gemfile
2026-01-04 00:55:49 -05:00

6 lines
80 B
Ruby

source 'https://rubygems.org'
ruby '4.0.0'
gem 'sinatra', '~>4.2.1'
gem 'thin'