Skip to content

Commit

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

chore(deps): bump sinatra from 1.0 to 4.0.0 in /buildpacks/buildpack-multi/tests/multi
  • Loading branch information
josegonzalez authored Jan 23, 2024
2 parents aec2576 + 5e2ef3e commit c8f4c07
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions buildpacks/buildpack-multi/tests/multi/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
GEM
remote: http://rubygems.org/
specs:
base64 (0.2.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (3.0.8)
sinatra (1.0)
rack (>= 1.0)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
ruby2_keywords (0.0.5)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.3.0)

PLATFORMS
ruby
Expand Down

0 comments on commit c8f4c07

Please sign in to comment.