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)
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)
Commits
See the full diff on Github. The new version differs by 21 commits:
bump, release
Redis bump warning, link to issue for more detail
remove ruby 2.2
Run tests against 2.6.0 (#4070)
switch to jruby so we auto-move to new versions
release
fix require check
Check Config File Existence (#4054)
#4053
deprecate args, #4045
changes, #4039
Add CLI Run Test - Write Pid, System Boot, Print Banner (#4039)
pro change:
fix syntax highlighting in documentation for Sidekiq::Worker (#4042)
Update tests so they all run standalone successfully, like so:
Cleanup CLI (#4026)
Add unsafe-inline to allow bucket graph to display (#4031)
Cleanup gem spec (#4023)
pt locales
remove old broken example, fixes #4016
add notes about translations
↗️ rack-protection (indirect, 2.0.4 → 2.0.5) · Repo · Changelog
Release Notes
2.0.5 (from changelog)
Commits
See the full diff on Github. The new version differs by 41 commits:
2.0.5 release
bump version to 2.0.5
update changelog for v2.0.5
follow up #1225
Merge pull request #1225 from iguchi1124/flush-content-for
Merge branch 'master' into flush-content-for
Merge pull request #1502 from jkowens/refactor_capture
Refactor capture method
Merge pull request #1506 from sinatra/fix-1478
Merge pull request #1504 from temochka/websocket-empty-sessions
Don't track the Accept-Language header by default.
avoid FrozenError when params contains frozen value
Merge pull request #1505 from sinatra/travis-test
remove "rvm get head"
Merge pull request #1500 from jkowens/fix-1480
Update capture to handle empty blocks
Improve specs for yield_content with default block
Write to template buffer for erubi and erubis
Update capture per review
Fix content_for specs
Fix issue setting content_for value with method param
Update yield_content to append default to ERB template buffer
Merge pull request #1499 from krororo/fix-document
Merge pull request #1494 from tkmru/support-erubi
rm erubi helper and update docs
Fix missing def keyword at Sinatra::Namespace document
Merge pull request #1495 from ceclinux/master
change all Fixnum to Integer in readmes
fix a template language for erubi
update English and Japanese README for erubi
add erubi to test and sinatra-contrib
Merge pull request #1477 from mwpastore/indif-hash-warn
Merge pull request #1489 from sinatra/travis
upgrade ruby versions
Merge pull request #1448 from yob/remove-activesupport
Merge pull request #1481 from anusreePrakash/master
Merge pull request #1482 from jkowens/master
IndifferentHash monkeypatch warning improvements
Revert back to using include matcher
Translating readme to malayalam. Half of the portion is done
prefer be_include over have_key in this case
↗️ redis (indirect, 4.0.3 → 4.1.0) · Repo · Changelog
Release Notes
4.1.0 (from changelog)
Commits
See the full diff on Github. The new version differs by 39 commits:
Release 4.1.0
Remove less useful combinations from the build matrix
Test jruby against Redis server 5.0
Merge pull request #783 from byroot/fix-bpop-timeout
Merge pull request #811 from redis/stream-improvements
Use `start` and `end` params in stream commands for consistency with the server doc
Fix MRI 2.3.x support with stream commands
Review build matric for Redis 5.0
Merge pull request #812 from supercaracal/add-zpop-friends
Add ZPOP commands support of Redis5
Merge pull request #799 from supercaracal/add-streams-support
Add Streams support
Merge pull request #789 from supercaracal/fix-resharding-helper
Merge pull request #807 from greysteil/slim-down-gem
Merge pull request #804 from supercaracal/add-cluster-benchmark-file
Merge pull request #805 from supercaracal/fix-several-issues-for-ci
Merge pull request #803 from supercaracal/fix-slow-test-cases
Use WAIT command instead of uncertain sleep when waiting for replication delay
Fix server dpendendent test case
Exclude test files from bundled gem
[ci skip] Add a benchmark file of cluster mode
Use constant instead of hard-coding value
Increase timeout for JRuby because CI occasionally fail
Fix slow test cases and resolve #801
Merge pull request #798 from supercaracal/fix-cluster-tests-that-occasionally-fails-on-ci
Fix timeout settings because CI occasionally fail at JRuby
Increase sleep seconds for replication delay
Use environment variable
Fix cluster abnormal test cases that occasionally fail on CI. Use sure waiting logic instead of unstable workaround sleep.
Merge pull request #795 from supercaracal/fix-slow-test-cases
Fix Sentinel test case that occasionally fails on CI
Fix slow test cases which depend on timeout seconds
Merge pull request #793 from supercaracal/require_uri_module
fix #792
Fix resharding helper method for the cluster mode
Add support of COPY, REPLACE and KEYS options for the migrate command
Merge pull request #790 from kaspergrubbe/document-reconnection-behavior
Document reconnection behavior with examples
Merge branch '4.0'
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