emberclonemail icon indicating copy to clipboard operation
emberclonemail copied to clipboard

Bump sinatra, guard and guard-process

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps sinatra, guard and guard-process. These dependencies needed to be updated together. Updates sinatra from 1.3.1 to 4.0.0

Changelog

Sourced from sinatra's changelog.

4.0.0. / 2024-01-19

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

    • Note: you may want to read the [Rack 3 Upgrade Guide]
  • 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])

#1857: sinatra/sinatra#1857 #1993: sinatra/sinatra#1993 #1982: sinatra/sinatra#1982 #1984: sinatra/sinatra#1984 #1989: sinatra/sinatra#1989 [Rack::Session::Cookie]: https://github.com/rack/rack-session [Rack 3 Upgrade Guide]: https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md

3.2.0 / 2023-12-29

  • New: Add #except method to Sinatra::IndifferentHash (#1940)

  • New: Use Exception#detailed_message to show backtrace (#1952)

  • New: Add Sinatra::HamlHelpers to sinatra-contrib (#1960)

  • Fix: Add base64 to rack-protection runtime dependencies (#1946)

  • Fix: Avoid open-ended dependencies for sinatra-contrib and rack-protection (#1949)

  • Fix: Helpful message when Sinatra::Runner times out (#1975)

  • Fix: Ruby 3.3 + Bundler 2.5 compatibility (#1975)

#1940: sinatra/sinatra#1940 #1946: sinatra/sinatra#1946 #1949: sinatra/sinatra#1949 #1952: sinatra/sinatra#1952 #1960: sinatra/sinatra#1960 #1975: sinatra/sinatra#1975

3.1.0 / 2023-08-07

... (truncated)

Commits
  • b626e2d 4.0.0 release (#1996)
  • e56f657 Require Ruby 2.7.8 as minimum Ruby version (#1993)
  • 9993829 CI: remove rack monkey patches
  • 09f1c2b CI: rdiscount 2.2.7.3 resolved the TruffleRuby issue
  • c43e097 CI: use the released version of childprocess
  • 739eaa0 CI: no need to set RUBY_ENGINE
  • d872057 CI: no need to set Encoding.default_external
  • 9c14764 Remove Rack::Protection::EncryptedCookie (#1989)
  • 667056c CI: allow ruby-head to fail
  • 393bb7c Avoid using deprecated Rack::Response#header
  • Additional commits viewable in compare view

Updates guard from 0.9.4 to 1.7.0

Release notes

Sourced from guard's releases.

v1.7.0

Bug fixes

  • #406 Avoid spurious 'nil' output from emacs notifier.
  • #402 Make stty less noisy under JRuby.
  • #401 Fix Pry history_file file expansion.

Improvements

  • #407, #408 Add file notifier to write notifications to a configured file.
  • Change the current work dir to the watchdir. (@​netzpirat)
  • #400 Drop dependency on terminal-table and use formatador instead.

v1.6.2

Bug fixes

  • #389 Fix list and show commands.
  • #387 Load the users defined guardrc file.

Improvements

  • Allow the logger device to be set with the :device option. (@​netzpirat)
  • Improve list and show command output. (@​netzpirat)
  • #386 Replace Pry's reset command.

v1.6.1

Improvements

  • #344 Restore Pry visibility after each evaluation.

v1.6.0

Bug fixes

  • #377 Add the 'a' alias for the 'all' Pry command.
  • #365 Fix terminal reset redirect to null devise on Windows.
  • #365 Fix Emacs notifier detection on Windows.
  • #361 Tmux notifier affects only the local session.

Improvements

  • #372 Restore original TMux settings on stop.
  • #376 Delegate Ctrl-C to Pry to exit continuation.
  • #360 Improve Guard/listen/interactor thread coordination.
  • #368 Detecting duplicate definitions and then warning the user.
  • #367 Change modeline's fgcolor when changing bgcolor in emacs notifier.

New features

  • Allow the Guard scope to be defined from the Guardfile with the scope Dsl method. (@​netzpirat)
  • #378 Scope plugins and groups from CLI and interactor.
  • #369 Allow Guard plugins to specify their template location.
  • #364 Add ignore! and filter! Dsl methods.
  • #362 Add interactor options :history_file and :guard_rc.

v1.5.4

Bug fix

  • #358 Ignore ~/.pryrc since it breaks Guard when loading the Rails env.

... (truncated)

Changelog

Sourced from guard's changelog.

1.7.0 - 28 March, 2013

Improvements

  • #400[] Drop dependency on terminal-table and use formatador instead. ([@​netzpirat][])
  • Change the current work dir to the watchdir. ([@​netzpirat][])
  • Add file notifier to write notifications to a configured file. ([@​amiel][])

Bug fixes

1.6.2 - 27 January, 2013

Improvements

Bug fixes

1.6.1 - 27 December, 2012

Improvements

1.6.0 - 21 December, 2012

New features

  • Allow the Guard scope to be defined from the Guardfile with the scope DSL method. ([@​netzpirat][])
  • #378[] Scope plugins and groups from CLI and interactor. ([@​netzpirat][])
  • #369[] Allow Guard plugins to specify their template location. ([@​schmurfy][])
  • #364[] Add ignore! and filter! DSL methods. ([@​tarsolya][])
  • #362[] Add interactor options :history_file and :guard_rc. ([@​netzpirat][])

Improvements

... (truncated)

Commits
  • c9b744f Release 1.7.0
  • abcb4e2 FileNotifier uses new available? options to determine if a path was given
  • 20ff426 Add options to Notifier .available?
  • 6337c87 Double quotes are needed for escape sequences. [ci skip]
  • 8f1f00b Merge remote-tracking branch 'origin/pr/407'
  • 71cbe93 Add changelog entry
  • 5487374 Ruby 1.8 hash syntax
  • c411665 Document FileNotifier
  • a6d7392 Change work dir to the watchdir.
  • 7d25f11 Add FileNotifier
  • Additional commits viewable in compare view

Updates guard-process from 1.0.2 to 1.2.1

Release notes

Sourced from guard-process's releases.

v1.2.1

Re-released because 1.2.0 was released with wrong version in gemspec (1.1.0)

v1.2.0

Bugfixes

  • bump dependency to Guard::Compat 1.1.2

Development

  • got tests working correctly with Guard::Minitest
Commits
  • 4796516 Release 1.2.1
  • 046547e correct gemspec version number
  • 520593a Merge pull request #24 from guard/update_project
  • 0b49957 avoid using pry on Travis
  • 16aa920 use Guard::Compat for notification
  • 1906bd4 bump guard-compat for notify fix
  • f224f35 remove guard dependency
  • 824971e require test deps on demand
  • cbff4d4 require newer guard-minitest (notify fix)
  • 70bac21 require files on demand
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar Nov 01 '24 21:11 dependabot[bot]