chore(deps): bump sinatra from 2.2.2 to 3.0.2 in /tests/apps/ruby

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>
This commit is contained in:
dependabot[bot]
2022-10-03 13:06:59 +00:00
committed by GitHub
parent b72a2544ab
commit 300aacfa5b
2 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.6.8'
gem 'sinatra', '~>2.2.2'
gem 'sinatra', '~>3.0.2'
gem 'thin'

View File

@@ -3,16 +3,16 @@ GEM
specs:
daemons (1.4.0)
eventmachine (1.2.7)
mustermann (2.0.2)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (2.2.4)
rack-protection (2.2.2)
rack-protection (3.0.2)
rack
ruby2_keywords (0.0.5)
sinatra (2.2.2)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.2)
sinatra (3.0.2)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.2)
tilt (~> 2.0)
thin (1.8.1)
daemons (~> 1.0, >= 1.0.9)
@@ -24,5 +24,5 @@ PLATFORMS
ruby
DEPENDENCIES
sinatra (~> 2.2.2)
sinatra (~> 3.0.2)
thin