fog / fog-xenserver

Module for the 'fog' gem to support XENSERVER
MIT License
16 stars 22 forks source link

xmlrpc breaks on older ruby versions. #74

Open powellchristoph opened 5 years ago

powellchristoph commented 5 years ago

Greetings,

The addition of xmlrpc gem requirement is now breaking fog installs for older ruby versions. This is from the embedded version of ruby included with Chef-client. I will also open an issue for fog to pin at 0.3.0.

# /opt/chef/embedded/bin/gem install fog --no-rdoc --no-ri -v "1.37.0"
ERROR:  Error installing fog:
    xmlrpc requires Ruby version >= 2.3.

The fog-core previously had the same issue. https://github.com/fog/fog-core/issues/206

chef - 12.13.37-1 ruby - ruby 2.1.9p490 (2016-03-30 revision 54437) [x86_64-linux] os - ubuntu 1604

plribeiro3000 commented 5 years ago

Hmmmm. Can't you use a recent version of fog? Like 1.42.1?

This one is to old and the problem you describe should be fixed at the latest.

odubyk commented 5 years ago

I have the same issue

plribeiro3000 commented 5 years ago

@odubyk Which versions of fog, fog-core and fog-xenserver are you using?