Skip to content

Commit

Permalink
Bump sinatra from 2.0.4 to 2.2.0 in /fixtures/applications/example-app (
Browse files Browse the repository at this point in the history
cloudfoundry#2274)

Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.4 to 2.2.0.
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](sinatra/sinatra@v2.0.4...v2.2.0)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and mkocher committed Aug 19, 2022
1 parent 55b58fd commit 9ce5ce7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions fixtures/applications/example-app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
mustermann (1.0.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
rack (2.2.3)
rack-protection (2.0.4)
rack-protection (2.2.0)
rack
sinatra (2.0.4)
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.4)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
tilt (2.0.9)
tilt (2.0.10)

PLATFORMS
ruby
Expand Down

0 comments on commit 9ce5ce7

Please sign in to comment.