Skip to content

Commit

Permalink
Bump sinatra from 4.0.0 to 4.1.1 (#686)
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.1.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v4.0.0...v4.1.1)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 27e0780 commit c8c68b1
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ GEM
mime-types-data (3.2020.1104)
minitest (5.25.1)
multi_json (1.15.0)
mustermann (3.0.0)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
net-http (0.4.1)
uri
Expand All @@ -66,11 +66,12 @@ GEM
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.0.9.1)
rack (3.1.8)
rack-flash3 (1.0.5)
rack
rack-protection (4.0.0)
rack-protection (4.1.1)
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 @@ -119,23 +120,24 @@ GEM
sequel_pg (1.17.1)
pg (>= 0.18.0, != 1.2.0)
sequel (>= 4.38.0)
sinatra (4.0.0)
sinatra (4.1.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sinatra-contrib (4.0.0)
sinatra-contrib (4.1.1)
multi_json (>= 0.0.2)
mustermann (~> 3.0)
rack-protection (= 4.0.0)
sinatra (= 4.0.0)
rack-protection (= 4.1.1)
sinatra (= 4.1.1)
tilt (~> 2.0)
spinels-rack-ssl-enforcer (1.0.0)
rack (>= 3.0.0)
temple (0.10.3)
thor (1.3.0)
tilt (2.3.0)
tilt (2.4.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
Expand Down
Binary file removed vendor/cache/mustermann-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/mustermann-3.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/rack-3.0.9.1.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.1.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.1.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.1.gem
Binary file not shown.
Binary file removed vendor/cache/tilt-2.3.0.gem
Binary file not shown.
Binary file added vendor/cache/tilt-2.4.0.gem
Binary file not shown.

0 comments on commit c8c68b1

Please sign in to comment.