Bump sinatra from 2.0.7 to 2.1.0

Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.7 to 2.1.0.
- [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.0.7...v2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-04 23:12:20 +00:00 committed by GitHub
parent 1a5900ead6
commit e330ab02a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

View File

@ -7,22 +7,24 @@ GEM
open4 (~> 1.3.4)
rake
minitest (5.12.2)
mustermann (1.0.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
open4 (1.3.4)
rack (2.0.7)
rack-protection (2.0.7)
rack (2.2.3)
rack-protection (2.1.0)
rack
rake (12.3.3)
sinatra (2.0.7)
ruby2_keywords (0.0.2)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.7)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.0.9)
tilt (2.0.10)
PLATFORMS
ruby