oVirt / ovirt-engine-sdk-ruby

Ruby gem that simplyfies access to the oVirt Engine API
20 stars 13 forks source link

Extracted: Update gemspec dependencies for ruby 3 #19

Open kbrock opened 2 months ago

kbrock commented 2 months ago

Currently the SDK doesn't build or work with Ruby 3:

The versions of rake, rubocop and webrick need to be updated to work with Ruby 3.

Notes

Thank you @jhernand for the great PR

Disclaimer

I am still unable to run mvn package locally to build this gem. If you have suggestions on how I can build/test the packaging of the gem, please share.