Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 26, 2022

Updates the requirements on sys-proctable to permit the latest version.

Changelog

Sourced from sys-proctable's changelog.

1.3.0 - 26-Dec-2022

  • Added DragonflyBSD support.
  • Reorganized the BSD code so that FreeBSD and Dragonfly BSD live in their own space for easier maintenance.

1.2.7 - 28-Oct-2022

  • Fix bug on Solaris where it would fail trying to read zero-byte pseudo-kernel processes. Thanks go to Robert Waffen for the spot and the patch.
  • Fixed a bug for MacOS that potentially caused it to miss thread info.
  • Fixed specs for AIX that had gotten mangled when I switched to rspec
  • Some gemspec updates, including the addition of rubocop as a development dependency, and mandatory MFA.
  • Lots of rubocop related updates, mostly stylistic, but in some cases things that were always meant to be private (like C struct wrappers) have been explicitly marked as private.
  • Lots of general spec refactoring, including updates for MacOS since Catalina and later that no longer allow you to collect env information for spawned processes.
  • Switched to github actions.

1.2.6 - 25-Aug-2020

  • Made some updates so that it worked properly with TruffleRuby on Mac.
  • Fixed an issue on Linux where non-ascii environ strings could cause failure. Thanks go to deemytch for the spot and original patch.
  • Removed the spec_helper.rb file, just use Process.spawn instead of messing around with custom fork implementations. This also helps with implementations that don't support fork.
  • Updated the MANIFEST.

1.2.5 - 19-Jun-2020

  • Added the delayacct_blkio_ticks, guest_time, and cguest_time fields on Linux. These require 2.6.18 or later, but will simply be nil on earlier versions.
  • Added the rsslim synonym for the rlim field for Linux.

1.2.4 - 18-Jun-2020

  • Added the num_threads field for Linux. This was originally a dead field in older versions of Linux that was skipped, but as of Linux 2.6+ it actually holds meaningful data.
  • Updated the specs for Linux.

1.2.3 - 17-Mar-2020

  • Properly include a copy of Apache-2.0 in LICENSE file as part of library.
  • Add explicit .rdoc extensions to CHANGES and MANIFEST files.

1.2.2 - 12-Aug-2019

  • Added compatibility for JRuby on Mac which apparently doesn't define a read_uint64 method, nor a CharArray. Thanks go to Adithya Pentela for the spot.
  • Refactored the specs a bit, adding a spec_helper.rb. This was mainly for JRuby compatibility.

... (truncated)

Commits
  • cab4282 Add changes for 1.3.0, updated readme, update manifest.
  • 68fc357 Merge pull request #107 from djberg96/dragonfly
  • f52548f Bump version to 1.3.0.
  • b679c52 Minor doc update.
  • 335554f Merge branch 'main' into dragonfly
  • dc3f7b2 Add alias and version to core code, update specs.
  • 1c74db4 Add special handling for dragonfly to Sys::Top.
  • 5b5ea40 Added handy methods to the KInfoLWP struct.
  • 1bc96ca Remove debug code.
  • e549d81 Add handy methods to Rusage struct.
  • 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)

…< 1.4.0

Updates the requirements on [sys-proctable](https://github.com/djberg96/sys-proctable) to permit the latest version.
- [Release notes](https://github.com/djberg96/sys-proctable/releases)
- [Changelog](https://github.com/djberg96/sys-proctable/blob/main/CHANGES.md)
- [Commits](djberg96/sys-proctable@sys-proctable-0.9.8...sys-proctable-1.3.0)

---
updated-dependencies:
- dependency-name: sys-proctable
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 26, 2022
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.

0 participants