Files
dokku/tests/apps/ruby/Gemfile
2015-03-09 19:32:05 -07:00

6 lines
80 B
Ruby

source 'https://rubygems.org'
ruby '2.1.5'
gem 'sinatra', '~>1.4.4'
gem 'thin'