Skip to content

Commit

Permalink
Bump sinatra from 3.1.0 to 3.2.0 in /assets/curler
Browse files Browse the repository at this point in the history
Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.1.0 to 3.2.0.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v3.1.0...v3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ctlong committed Jan 2, 2024
1 parent 9b8a225 commit 4cfbd9c
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions assets/curler/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (2.2.8)
rack-protection (3.1.0)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
ruby2_keywords (0.0.5)
sinatra (3.1.0)
sinatra (3.2.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
rack-protection (= 3.2.0)
tilt (~> 2.0)
tilt (2.2.0)
tilt (2.3.0)
webrick (1.8.1)

PLATFORMS
Expand Down
Binary file added assets/curler/vendor/cache/base64-0.2.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed assets/curler/vendor/cache/sinatra-3.1.0.gem
Binary file not shown.
Binary file added assets/curler/vendor/cache/sinatra-3.2.0.gem
Binary file not shown.
Binary file removed assets/curler/vendor/cache/tilt-2.2.0.gem
Binary file not shown.
Binary file added assets/curler/vendor/cache/tilt-2.3.0.gem
Binary file not shown.

0 comments on commit 4cfbd9c

Please sign in to comment.