Files
dokku/tests/apps/ruby/Gemfile

6 lines
80 B
Ruby

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