Skip to content

Commit

Permalink
Bump sinatra from 4.0.0 to 4.1.0 in /apiserver
Browse files Browse the repository at this point in the history
Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.0.0 to 4.1.0.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 8646250 commit bbc155c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions apiserver/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,29 @@ GEM
json (2.7.2)
jwt (2.8.2)
base64
mustermann (3.0.0)
logger (1.6.1)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.3)
open3 (0.2.1)
optparse (0.5.0)
puma (6.4.3)
nio4r (~> 2.0)
rack (3.1.7)
rack-protection (4.0.0)
rack (3.1.8)
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)
ruby2_keywords (0.0.5)
rufo (0.18.0)
set (1.1.0)
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)
stringio (3.1.1)
Expand Down

0 comments on commit bbc155c

Please sign in to comment.