Vox Pupuli has released Beaker 5, which drops older (< 2.7) Ruby
compatibility and adds compatibility for Ruby 3.2
This commit adds testing for Ruby 3.2, sets the dependency on
Beaker to ~> 5.0, replaces the File#exists? method that's been
deprecated since Ruby 2.7 and removed in 3.2, and updates the
dependency on FakeFS to the same version that Beaker uses (FakeFS
~> 2.4).
* (MAINT) Update specs to remove VsphereHelper
VsphereHelper is no longer relevant since vmpooler doesn't use vSphere/vCloud any more.
* (MAINT) Drop conflicting, unused dependency on beaker-abs
* (MAINT) Conditionally pin fakefs '< 0.14.0' for Ruby < '2.3.0'
* (MAINT) Remove more VsphereHelper references
And minor whitespace cleanup
* (MAINT) Drop unused beaker-abs dependency
Could have sworn I fixed that... maybe in a different branch?