mirror of
https://github.com/dokku/dokku.git
synced 2026-09-02 20:22:30 +02:00
Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.4 to 1.4.8. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v1.4.4...v1.4.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 lines
80 B
Ruby
6 lines
80 B
Ruby
source 'https://rubygems.org'
|
|
ruby '2.1.5'
|
|
|
|
gem 'sinatra', '~>1.4.8'
|
|
gem 'thin'
|