Files
dokku/tests/apps/ruby/Gemfile.lock
dependabot[bot] 9839f5c7dd chore(deps): bump rack from 2.2.19 to 2.2.20 in /tests/apps/ruby
Bumps [rack](https://github.com/rack/rack) from 2.2.19 to 2.2.20.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v2.2.19...v2.2.20)

---
updated-dependencies:
- dependency-name: rack
  dependency-version: 2.2.20
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-10 19:10:02 +00:00

33 lines
639 B
Plaintext

GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
daemons (1.4.1)
eventmachine (1.2.7)
logger (1.7.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (2.2.20)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
ruby2_keywords (0.0.5)
sinatra (3.2.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
tilt (~> 2.0)
thin (2.0.1)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
logger
rack (>= 1, < 4)
tilt (2.3.0)
PLATFORMS
ruby
DEPENDENCIES
sinatra (~> 3.2.0)
thin