Skip to content

Commit

Permalink
Bump sinatra-contrib and sinatra
Browse files Browse the repository at this point in the history
Bumps [sinatra-contrib](https://github.com/sinatra/sinatra) and [sinatra](https://github.com/sinatra/sinatra). These dependencies needed to be updated together.

Updates `sinatra-contrib` 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)

Updates `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-contrib
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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 Jan 2, 2024
1 parent 38bef1e commit ce0dcd2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ GEM
rack (2.2.8)
rack-flash3 (1.0.5)
rack
rack-protection (3.1.0)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -117,16 +118,16 @@ GEM
sequel_pg (1.17.1)
pg (>= 0.18.0, != 1.2.0)
sequel (>= 4.38.0)
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)
sinatra-contrib (3.1.0)
multi_json
sinatra-contrib (3.2.0)
multi_json (>= 0.0.2)
mustermann (~> 3.0)
rack-protection (= 3.1.0)
sinatra (= 3.1.0)
rack-protection (= 3.2.0)
sinatra (= 3.2.0)
tilt (~> 2.0)
spinels-rack-ssl-enforcer (0.3.0)
temple (0.10.3)
Expand Down
Binary file removed vendor/cache/rack-protection-3.1.0.gem
Binary file not shown.
Binary file added vendor/cache/rack-protection-3.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/sinatra-3.1.0.gem
Binary file not shown.
Binary file added vendor/cache/sinatra-3.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/sinatra-contrib-3.1.0.gem
Binary file not shown.
Binary file added vendor/cache/sinatra-contrib-3.2.0.gem
Binary file not shown.

0 comments on commit ce0dcd2

Please sign in to comment.