Files
dokku/tests/apps/ruby/Gemfile
2021-08-05 23:43:07 -04:00

6 lines
80 B
Ruby

source 'https://rubygems.org'
ruby '2.6.8'
gem 'sinatra', '~>2.1.0'
gem 'thin'