Skip to content

Commit

Permalink
chore(deps): bump rack and sinatra
Browse files Browse the repository at this point in the history
Bumps [rack](https://github.com/rack/rack) and [sinatra](https://github.com/sinatra/sinatra). These dependencies needed to be updated together.

Updates `rack` from 2.2.8 to 3.0.8
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v2.2.8...v3.0.8)

Updates `sinatra` from 3.1.0 to 1.0
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v3.1.0...1.0)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: sinatra
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 2924a6d commit 141e445
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions buildpacks/buildpack-multi/tests/multi/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
GEM
remote: http://rubygems.org/
specs:
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (2.2.8)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
ruby2_keywords (0.0.5)
sinatra (3.1.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
tilt (~> 2.0)
tilt (2.3.0)
rack (3.0.8)
sinatra (1.0)
rack (>= 1.0)

PLATFORMS
ruby
Expand Down

0 comments on commit 141e445

Please sign in to comment.