fog / fog-libvirt

libvirt provider for fog
MIT License
16 stars 44 forks source link

Ruby 3.0.0 test suite fixes #85

Closed voxik closed 3 years ago

voxik commented 3 years ago

This fixes test suite failure testing against Ruby 3.0. Similar fixes were already applied into fog-aws.

https://github.com/fog/fog-aws/commit/62256219f440253e9e9815b046f83143c0dd5a5b https://github.com/fog/fog-aws/commit/359c8e0d58f4e6a193c9fd5b889bb1c59d11c4d4

The later patch would be actually enough to fix the Ruby 3.0.0 test issues, but it does not apply cleanly. Therefore I picked also the other changes.