Updates the requirements on childprocess to permit the latest version.
Changelog
*Sourced from [childprocess's changelog](https://github.com/enkessler/childprocess/blob/master/CHANGELOG.md).*
> ### Version 1.0.1 / 2019-02-03
>
> * [#143](https://github-redirect.dependabot.com/enkessler/childprocess/pull/144): Fix installs by adding `rake` gem as runtime dependency
> * [#147](https://github-redirect.dependabot.com/enkessler/childprocess/pull/147): Relax `rake` gem constraint from `< 12` to `< 13`
>
> ### Version 1.0.0 / 2019-01-28
>
> * [#134](https://github-redirect.dependabot.com/enkessler/childprocess/pull/134): Add support for non-ASCII characters on Windows
> * [#132](https://github-redirect.dependabot.com/enkessler/childprocess/pull/132): Install `ffi` gem requirement on Windows only
> * [#128](https://github-redirect.dependabot.com/enkessler/childprocess/issues/128): Convert environment variable values to strings when `posix_spawn` enabled
> * [#141](https://github-redirect.dependabot.com/enkessler/childprocess/pull/141): Support JRuby on Java >= 9
>
> ### Version 0.9.0 / 2018-03-10
>
> * Added support for DragonFly BSD.
>
>
> ### Version 0.8.0 / 2017-09-23
>
> * Added a method for determining whether or not a process had been started.
>
>
> ### Version 0.7.1 / 2017-06-26
>
> * Fixed a noisy uninitialized variable warning
>
>
> ### Version 0.7.0 / 2017-05-07
>
> * Debugging information now uses a Logger, which can be configured.
>
>
> ### Version 0.6.3 / 2017-03-24
>
> See beta release notes.
>
>
> ### Version 0.6.3.beta.1 / 2017-03-10
>
> * Bug fix: Fixed child process creation problems on Windows 7 when a child was declared as a leader.
>
>
> ### Version 0.6.2 / 2017-02-25
>
> * Bug fix: Fixed a potentially broken edge case that could occur on older 32-bit OSX systems.
>
>
> ### Version 0.6.1 / 2017-01-22
>
> * Bug fix: Fixed a dependency that was accidentally declared as a runtime
> ... (truncated)
Commits
- [`fb4d23f`](https://github.com/enkessler/childprocess/commit/fb4d23fcd49dd8c12c39d84c6962c4d493e916f5) Update change log version title
- [`f58b0cf`](https://github.com/enkessler/childprocess/commit/f58b0cfd3b5aea6d23d160c5c18d09eadab311e9) Add link to license in README
- [`6d0878e`](https://github.com/enkessler/childprocess/commit/6d0878e7a29932d2980b536a1ee141946d6a96a8) Add instructions for releasing a new gem
- [`b949751`](https://github.com/enkessler/childprocess/commit/b9497518d02b7d055741a81092ccd4aaa6be8c3f) Cleanup unnecessary whitespace in README
- [`4e04752`](https://github.com/enkessler/childprocess/commit/4e04752c7922abf242b3a6db7b2fa7ad92a4958f) Update change log
- [`6b25d2d`](https://github.com/enkessler/childprocess/commit/6b25d2df87d90c5c240fd63d485627dc76fad048) Stop testing against Ruby 1.9
- [`3cb14ed`](https://github.com/enkessler/childprocess/commit/3cb14ed3d3f8d272eec5c4d94716fc1db69f2bd8) Relax rake gem constraint from <=11.x to <=12.x.
- [`37e6c0a`](https://github.com/enkessler/childprocess/commit/37e6c0a96a0d3afb78f0cd57568b51d60802ee13) Fix [#143](https://github-redirect.dependabot.com/enkessler/childprocess/issues/143) - Childprocess v1.0.0 failing to install.
- [`b59bafe`](https://github.com/enkessler/childprocess/commit/b59bafe0329304ee2cdc3277ef6411b3da59a762) Add Shane da Silva as maintainer
- See full diff in [compare view](https://github.com/enkessler/childprocess/compare/v1.0.0...v1.0.1)
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). To ignore the version in this PR you can just close it
- `@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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- 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 childprocess to permit the latest version.
Changelog
*Sourced from [childprocess's changelog](https://github.com/enkessler/childprocess/blob/master/CHANGELOG.md).* > ### Version 1.0.1 / 2019-02-03 > > * [#143](https://github-redirect.dependabot.com/enkessler/childprocess/pull/144): Fix installs by adding `rake` gem as runtime dependency > * [#147](https://github-redirect.dependabot.com/enkessler/childprocess/pull/147): Relax `rake` gem constraint from `< 12` to `< 13` > > ### Version 1.0.0 / 2019-01-28 > > * [#134](https://github-redirect.dependabot.com/enkessler/childprocess/pull/134): Add support for non-ASCII characters on Windows > * [#132](https://github-redirect.dependabot.com/enkessler/childprocess/pull/132): Install `ffi` gem requirement on Windows only > * [#128](https://github-redirect.dependabot.com/enkessler/childprocess/issues/128): Convert environment variable values to strings when `posix_spawn` enabled > * [#141](https://github-redirect.dependabot.com/enkessler/childprocess/pull/141): Support JRuby on Java >= 9 > > ### Version 0.9.0 / 2018-03-10 > > * Added support for DragonFly BSD. > > > ### Version 0.8.0 / 2017-09-23 > > * Added a method for determining whether or not a process had been started. > > > ### Version 0.7.1 / 2017-06-26 > > * Fixed a noisy uninitialized variable warning > > > ### Version 0.7.0 / 2017-05-07 > > * Debugging information now uses a Logger, which can be configured. > > > ### Version 0.6.3 / 2017-03-24 > > See beta release notes. > > > ### Version 0.6.3.beta.1 / 2017-03-10 > > * Bug fix: Fixed child process creation problems on Windows 7 when a child was declared as a leader. > > > ### Version 0.6.2 / 2017-02-25 > > * Bug fix: Fixed a potentially broken edge case that could occur on older 32-bit OSX systems. > > > ### Version 0.6.1 / 2017-01-22 > > * Bug fix: Fixed a dependency that was accidentally declared as a runtime > ... (truncated)Commits
- [`fb4d23f`](https://github.com/enkessler/childprocess/commit/fb4d23fcd49dd8c12c39d84c6962c4d493e916f5) Update change log version title - [`f58b0cf`](https://github.com/enkessler/childprocess/commit/f58b0cfd3b5aea6d23d160c5c18d09eadab311e9) Add link to license in README - [`6d0878e`](https://github.com/enkessler/childprocess/commit/6d0878e7a29932d2980b536a1ee141946d6a96a8) Add instructions for releasing a new gem - [`b949751`](https://github.com/enkessler/childprocess/commit/b9497518d02b7d055741a81092ccd4aaa6be8c3f) Cleanup unnecessary whitespace in README - [`4e04752`](https://github.com/enkessler/childprocess/commit/4e04752c7922abf242b3a6db7b2fa7ad92a4958f) Update change log - [`6b25d2d`](https://github.com/enkessler/childprocess/commit/6b25d2df87d90c5c240fd63d485627dc76fad048) Stop testing against Ruby 1.9 - [`3cb14ed`](https://github.com/enkessler/childprocess/commit/3cb14ed3d3f8d272eec5c4d94716fc1db69f2bd8) Relax rake gem constraint from <=11.x to <=12.x. - [`37e6c0a`](https://github.com/enkessler/childprocess/commit/37e6c0a96a0d3afb78f0cd57568b51d60802ee13) Fix [#143](https://github-redirect.dependabot.com/enkessler/childprocess/issues/143) - Childprocess v1.0.0 failing to install. - [`b59bafe`](https://github.com/enkessler/childprocess/commit/b59bafe0329304ee2cdc3277ef6411b3da59a762) Add Shane da Silva as maintainer - See full diff in [compare view](https://github.com/enkessler/childprocess/compare/v1.0.0...v1.0.1)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). To ignore the version in this PR you can just close it - `@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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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.