Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cocaine from 0.5.1 to 0.5.8 #17

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 17, 2019

Bumps cocaine from 0.5.1 to 0.5.8.

Changelog

Sourced from cocaine's changelog.

New for 0.6.0:

  • Rename the project to Terrapin

New for 0.5.8:

  • Improvement: Ensure that argument interpolations can be turned into Strings
  • Feature: Save STDOUT and STDERR for inspection when the command completes
  • Bug fix: Properly interpolate at the end of the line

New for 0.5.7:

  • Feature: Allow collection of both STDOUT and STDERR.
  • Improvement: Convert arguments to strings when possible

New for 0.5.6:

  • Bug Fix: Java does not need to run commands with env
  • Bug Fix: Found out we were rescuing the wrong error

New for 0.5.5:

  • Bug Fix: Posix- and ProcessRunner respect paths and are thread safe!
  • Bug Fix: exitstatus should always be set, even if command doesn't run.
  • Test Fix: Do not try to test Runners if they don't run on this system.
  • Improvement: Pass the Errno::ENOENT message through to the exception.
  • Improvement: Improve documentation

New for 0.5.4:

  • Bug Fix: PosixRunner and ProcessRunner respect supplemental paths now.

New for 0.5.3:

  • SECURITY: Fix exploitable bug that could allow arbitrary command execution.
    See CVE-2013-4457 for more details. Thanks to Holger Just for report and fix!
  • Bug fix: Sub-word interpolations can be confused for the longer version

New for 0.5.2:

  • Improvement: Close all the IO objects!
  • Feature: Add an Runner that uses IO.popen, so JRuby can play
  • Improvement: Officially drop Ruby 1.8 support, add Ruby 2.0 support
  • Bug fix: Prevent a crash if no command was actually run
  • Improvement: Add security cautions to the README

New for 0.5.1:

  • Fixed a bug preventing running on 1.8.7 for no good reason.
... (truncated)
Commits
  • 7a31ca8 v0.5.8
  • b71f900 Even quote quotes at the end of the line
  • cd171cf Do not expect STDERR in all Runners
  • ed4b3ab Save both STDOUT and STDERR when possible
  • 2a89b71 String conversion as a one-liner
  • c7b16f0 Meh, don't need to throw exceptions willy-nilly
  • 11219d4 Added symbol-handing spec
  • fb49d35 shell_quote now converts argument to a string automatically
  • bb97927 Add rbx-2 to Travis CI
  • 5e744ec require pathname during tests
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [cocaine](https://github.com/thoughtbot/cocaine) from 0.5.1 to 0.5.8.
- [Release notes](https://github.com/thoughtbot/cocaine/releases)
- [Changelog](https://github.com/thoughtbot/cocaine/blob/master/NEWS.md)
- [Commits](thoughtbot/cocaine@v0.5.1...v0.5.8)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants