Skip to content

Commit

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

chore(deps): bump sinatra from 4.0.0 to 4.1.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
  • Loading branch information
josegonzalez authored Nov 22, 2024
2 parents dd3aa3f + fff5b9a commit 4e884c2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ GEM
remote: http://rubygems.org/
specs:
base64 (0.2.0)
mustermann (3.0.0)
logger (1.6.1)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.3)
power_assert (2.0.3)
puma (6.4.3)
nio4r (~> 2.0)
rack (3.1.8)
rack-protection (4.0.0)
rack-protection (4.1.0)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand All @@ -20,15 +22,16 @@ GEM
rack (>= 3)
rake (13.2.1)
ruby2_keywords (0.0.5)
sinatra (4.0.0)
sinatra (4.1.0)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-protection (= 4.1.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
test-unit (3.6.2)
power_assert
tilt (2.3.0)
tilt (2.4.0)

PLATFORMS
ruby
Expand Down

0 comments on commit 4e884c2

Please sign in to comment.