Skip to content

Commit

Permalink
Merge pull request #1036 from gliderlabs/dependabot/bundler/buildpack…
Browse files Browse the repository at this point in the history
…s/buildpack-multi/tests/multi/sinatra-and-rack-3.1.0

chore(deps): bump sinatra and rack in /buildpacks/buildpack-multi/tests/multi
  • Loading branch information
josegonzalez committed Sep 23, 2023
2 parents 76f4a56 + 81eef5b commit 2924a6d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions buildpacks/buildpack-multi/tests/multi/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
GEM
remote: http://rubygems.org/
specs:
rack (3.0.8)
sinatra (1.0)
rack (>= 1.0)
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)

PLATFORMS
ruby
Expand Down

0 comments on commit 2924a6d

Please sign in to comment.