Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Update celluloid requirement from = 0.16.0 to = 0.17.4 #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on celluloid to permit the latest version.

Changelog

Sourced from celluloid's changelog.

0.17.4 (2018-12-20)

0.17.3 (2016-01-18)

  • #701
    Conditions in loose threads loop does not take into account the difference between
    backtraces from ruby 2.0.0 and greater than. Fixes Celluloid::IO behaves like a Celluloid Actor failures celluloid/celluloid-io#165.
    ([TiagoCardoso1983])

  • #700
    Set celluloid logger level to info by default unless debug is enabled. Fixes #667.
    ([ioquatix])

  • #695
    Extending the condition event handler with the block; this solves a bug
    introduced in jruby >9.0.0.0, which breaks with an ArgumentError exception,
    apparently due to the way to_proc procs are passed arguments. Fixes #694.
    ([TiagoCardoso1983])

  • #689
    Simplified sync, async and future proxies by providing specific AbstractCall base.
    ([ioquatix])

  • #688
    Fix failure to remove dead actors from sets, e.g. celluloid-supervision.
    ([ioquatix])

  • #686
    Print out method name to help debugging method call which caused dead actor error.
    ([ioquatix])

  • #682
    Remove excess call/block require.

  • #666
    Don't catch IOError.

0.17.2 (2015-09-30)

  • Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself.
  • Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.
  • Clean up deprecation notes.

0.17.1.2 (2015-08-21)

... (truncated)
Commits

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [celluloid](https:/celluloid/celluloid) to permit the latest version.
- [Release notes](https:/celluloid/celluloid/releases)
- [Changelog](https:/celluloid/celluloid/blob/v0.17.4/CHANGES.md)
- [Commits](https:/celluloid/celluloid/commits/v0.17.4)

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
1 participant