Skip to content

chore(deps): update dependency sinatra to v4

DLD Bot requested to merge renovate/sinatra-4.x into trunk

This MR contains the following updates:

Package Update Change
sinatra (source, changelog) major "~> 3.2.0" -> "~> 4.0.0"

Release Notes

sinatra/sinatra (sinatra)

v4.0.0

Compare Source

  • New: Add support for Rack 3 (#​1857)

  • Require Ruby 2.7.8 as minimum Ruby version (#​1993)

  • Breaking change: Drop support for Rack 2 (#​1857)

    • Note: when using Sinatra to start the web server, you now need the rackup gem installed
  • Breaking change: Remove the IndifferentHash initializer (#​1982)

  • Breaking change: Disable session_hijacking protection by default (#​1984)

  • Breaking change: Remove Rack::Protection::EncryptedCookie (#​1989)

    • Note: cookies are still encrypted (by [Rack::Session::Cookie][Rack::Session::Cookie])

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by DLD Bot

Merge request reports