Files
dokku/tests/apps/ruby/Gemfile
Jose Diaz-Gonzalez 0d7c4cd036 feat: update ruby dependencies in test app
These were not auto-upgraded by dependabot because of a hardcoded sinatra version.
2021-01-13 11:45:43 -05:00

6 lines
80 B
Ruby

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