sadovnik / reader

A simple feed reader app https://reader-app.herokuapp.com
2 stars 0 forks source link

Update sidekiq: 5.2.3 → 5.2.4 (patch) #189

Closed depfu[bot] closed 5 years ago

depfu[bot] commented 5 years ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ sidekiq (5.2.3 → 5.2.4) · Repo · Changelog

Release Notes

5.2.4 (from changelog)

  • Add warnings for various deprecations and changes coming in Sidekiq 6.0. See the 6-0 branch. [#4056]
  • Various improvements to the Sidekiq test suite and coverage [#4026, #4039, Tensho]
Commits

See the full diff on Github. The new version differs by 21 commits:

↗️ rack-protection (indirect, 2.0.4 → 2.0.5) · Repo · Changelog

Release Notes

2.0.5 (from changelog)

  • Avoid FrozenError when params contains frozen value #1506 by Kunpei Sakai

  • Add support for Erubi #1494 by @tkmru

  • IndifferentHash monkeypatch warning improvements #1477 by Mike Pastore

  • Improve development support and documentation and source code by Anusree Prakash, Jordan Owens, @ceclinux and @krororo.

sinatra-contrib

  • Add flush option to content_for #1225 by Shota Iguchi

  • Drop activesupport dependency from sinatra-contrib #1448

  • Update yield_content to append default to ERB template buffer #1500 by Jordan Owens

rack-protection

  • Don't track the Accept-Language header by default #1504 by Artem Chistyakov
Commits

See the full diff on Github. The new version differs by 41 commits:

↗️ redis (indirect, 4.0.3 → 4.1.0) · Repo · Changelog

Release Notes

4.1.0 (from changelog)

  • Add Redis Cluster support. See #716.
  • Add streams support. See #799 and #811.
  • Add ZPOP* support. See #812.
  • Fix issues with integer-like objects as BPOP timeout
Commits

See the full diff on Github. The new version differs by 39 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
depfu[bot] commented 5 years ago

Closed in favor of #190.