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.
fog/fog-core#206
chef - 12.13.37-1
ruby - ruby 2.1.9p490 (2016-03-30 revision 54437) [x86_64-linux]
os - ubuntu 1604
Greetings,
The addition of
xmlrpcgem requirement is now breakingfoginstalls for older ruby versions. This is from the embedded version of ruby included with Chef-client. I will also open an issue forfogto pin at0.3.0.The
fog-corepreviously had the same issue.fog/fog-core#206
chef - 12.13.37-1
ruby - ruby 2.1.9p490 (2016-03-30 revision 54437) [x86_64-linux]
os - ubuntu 1604