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

Update in-parallel requirement from ~> 0.1 to >= 0.1, < 2.0 #213

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2023

Updates the requirements on in-parallel to permit the latest version.

Release notes

Sourced from in-parallel's releases.

0.1.17

Published the last 0.x release post codeowner change in order for the release GitHub Action to generate release notes for the next major release.

Changelog

Sourced from in-parallel's changelog.

0.1.17 (2017-02-07)

Full Changelog

Merged pull requests:

  • (maint) Properly handle non-parallel enumerables #17 (nicklewis)

0.1.16 (2017-02-06)

Full Changelog

0.1.15 (2017-02-03)

Full Changelog

Merged pull requests:

  • (maint) Avoid deadlock with large results #16 (nicklewis)
  • (maint) Revert name change of in_parallel.rb #15 (samwoods1)

0.1.14 (2016-08-08)

Full Changelog

Merged pull requests:

experimental_in-parallel_bump_and_tag_master - History

Tags

Details

LATEST - 6 Feb, 2017 (8e97ff25)

  • (GEM) update in-parallel version to 0.1.17 (8e97ff25)

  • Merge pull request #17 from nicklewis/handle-non-parallel-enumerables (dca0b0a5)

Merge pull request [#17](https://github.com/puppetlabs/in-parallel/issues/17) from nicklewis/handle-non-parallel-enumerables

(maint) Properly handle non-parallel enumerables

... (truncated)

Commits
  • 9f5102c (HISTORY) update in-parallel history for gem release 0.1.17
  • 8e97ff2 (GEM) update in-parallel version to 0.1.17
  • dca0b0a Merge pull request #17 from nicklewis/handle-non-parallel-enumerables
  • b041b86 (maint) Properly handle non-parallel enumerables
  • 0d5030c (HISTORY) update in-parallel history for gem release 0.1.16
  • 27b497e (GEM) update in-parallel version to 0.1.16
  • ff16929 (HISTORY) update in-parallel history for gem release 0.1.15
  • 206a62f (GEM) update in-parallel version to 0.1.15
  • 4d644d8 Merge pull request #16 from nicklewis/support-large-results
  • a5a9c17 (maint) Avoid deadlock with large results
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Updates the requirements on [in-parallel](https://github.com/puppetlabs/in-parallel) to permit the latest version.
- [Release notes](https://github.com/puppetlabs/in-parallel/releases)
- [Changelog](https://github.com/puppetlabs/in-parallel/blob/main/CHANGELOG.md)
- [Commits](puppetlabs/in-parallel@0.1.13...0.1.17)

---
updated-dependencies:
- dependency-name: in-parallel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 16, 2023
@codecov
Copy link

codecov bot commented Mar 16, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (3927c96) 78.19% compared to head (d37aa58) 78.19%.

❗ Current head d37aa58 differs from pull request most recent head 9071581. Consider uploading reports for the commit 9071581 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #213   +/-   ##
=======================================
  Coverage   78.19%   78.19%           
=======================================
  Files          15       15           
  Lines        1605     1605           
=======================================
  Hits         1255     1255           
  Misses        350      350           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bastelfreak bastelfreak merged commit f5a5c05 into master Mar 17, 2023
@bastelfreak bastelfreak deleted the dependabot/bundler/in-parallel-gte-0.1-and-lt-2.0 branch March 17, 2023 13:11
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|

# Run time dependencies
s.add_runtime_dependency 'beaker', '~> 4.1'
s.add_runtime_dependency 'in-parallel', '~> 0.1'
s.add_runtime_dependency 'in-parallel', '>= 0.1', '< 2.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be a runtime dependency, since it's only overridden in the tests. Really, beaker itself only relies on this: #214

@bastelfreak bastelfreak added maintenance and removed dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants