You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby 3 was already working, but the tests were failing due to $CHILD_STATUS being frozen and rspec couldn't proxy this. The $CHILD_STATUS, which returns the Process::Status for the scan, has been extracted to a class method so it could be mocked.
There was some issues with TravisCI not running the pipeline, so I moved them over to Github Actions. The Ruby 3.x versions aren't passing, but do still seem to work with the gem.