Skip to content

Commit

Permalink
Bump sinatra from 4.0.0 to 4.1.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent b012513 commit a1931d0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ GEM
hashie (~> 4.1)
multi_json (~> 1.15)
racc (1.8.1)
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)
Expand Down Expand Up @@ -85,17 +86,18 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
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)
sinatra-contrib (4.0.0)
sinatra-contrib (4.1.0)
multi_json (>= 0.0.2)
mustermann (~> 3.0)
rack-protection (= 4.0.0)
sinatra (= 4.0.0)
rack-protection (= 4.1.0)
sinatra (= 4.1.0)
tilt (~> 2.0)
sorted_set (1.0.3)
rbtree
Expand Down
Binary file removed vendor/cache/rack-3.1.7.gem
Binary file not shown.
Binary file added vendor/cache/rack-3.1.8.gem
Binary file not shown.
Binary file removed vendor/cache/rack-protection-4.0.0.gem
Binary file not shown.
Binary file added vendor/cache/rack-protection-4.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/sinatra-4.0.0.gem
Binary file not shown.
Binary file added vendor/cache/sinatra-4.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/sinatra-contrib-4.0.0.gem
Binary file not shown.
Binary file added vendor/cache/sinatra-contrib-4.1.0.gem
Binary file not shown.

0 comments on commit a1931d0

Please sign in to comment.