Skip to content

Commit

Permalink
Merge pull request #59 from djdefi/dependabot/bundler/sinatra-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djdefi authored Feb 1, 2024
2 parents f853b19 + c80c836 commit 290fbf4
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ GEM
base64 (0.2.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (2.2.8)
rack-protection (3.2.0)
rack (3.0.9)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
ruby2_keywords (0.0.5)
sinatra (3.2.0)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.3.0)

Expand Down

0 comments on commit 290fbf4

Please sign in to comment.