djberg96 / sys-proctable

A cross-platform Ruby interface for gathering process information on your operating system
Apache License 2.0
150 stars 33 forks source link

Skip an environ spec on Big Sur and later (MacOS) #90

Closed djberg96 closed 3 years ago

djberg96 commented 3 years ago

It seems you can't generally get environment information on subprocesses as of Big Sur and later. So this PR adds a spec filter so that one of the specs is skipped on Big Sur or later. I also added a comment to the source file.

Addresses https://github.com/djberg96/sys-proctable/issues/89