mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.2 to 3.0.2. - [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/v2.2.2...v3.0.2) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
6 lines
80 B
Ruby
6 lines
80 B
Ruby
source 'https://rubygems.org'
|
|
ruby '2.6.8'
|
|
|
|
gem 'sinatra', '~>3.0.2'
|
|
gem 'thin'
|