Update ruby-sinatra and ruby-sinatra-contrib package to 2.1.0.
2.1.0 / 2020-09-05
* Fix additional Ruby 2.7 keyword warnings #1586 by Stefan Sundin
* Drop Ruby 2.2 support #1455 by Eloy Pérez
* Add default_content_type setting. Fixes#1238#1239 by Mike Pastore
* Allow set :<engine> in sinatra-namespace #1255 by Christian Höppner
* Use prepend instead of include for helpers. Fixes#1213#1214 by Mike
Pastore
* Fix issue with passed routes and provides Fixes#1095#1606 by Mike
Pastore, Jordan Owens
* Add QuietLogger that excludes pathes from Rack::CommonLogger 1250 by
Christoph Wagner
* Sinatra::Contrib dependency updates. Fixes#1207#1411 by Mike Pastore
* Allow CSP to fallback to default-src. Fixes#1484#1490 by Jordan Owens
* Replace origin_whitelist with permitted_origins. Closes#1620#1625 by
rhymes
* Use Rainbows instead of thin for async/stream features. Closes#1624#1627
by Ryuichi KAWAMATA
* Enable EscapedParams if passed via settings. Closes#1615#1632 by Anders
Bälter
* Support for parameters in mime types. Fixes#1141 by John Hope
* Handle null byte when serving static files #1574 by Kush Fanikiso
* Improve development support and documentation and source code by Olle
Jonsson, Pierre-Adrien Buisson, Shota Iguchi