Actions
Refactor #18745
closedDepend on xmlrpc gem on Ruby 2.4
Description
The XML-RPC library has been extracted from Ruby core in version 2.4, causing errors loading the freeipa_provider test suite:
vim bun/home/dcleal/code/foreman/smart-proxy/test/realm/freeipa_provider_test.rb:3:in `require': cannot load such file -- xmlrpc/client (LoadError) from /home/dcleal/code/foreman/smart-proxy/test/realm/freeipa_provider_test.rb:3:in `<top (required)>' from /home/dcleal/.rvm/gems/ruby-2.4.0@global/gems/rake-12.0.0/lib/rake/rake_test_loader.rb:15:in `require' from /home/dcleal/.rvm/gems/ruby-2.4.0@global/gems/rake-12.0.0/lib/rake/rake_test_loader.rb:15:in `block in <main>' from /home/dcleal/.rvm/gems/ruby-2.4.0@global/gems/rake-12.0.0/lib/rake/rake_test_loader.rb:4:in `select' from /home/dcleal/.rvm/gems/ruby-2.4.0@global/gems/rake-12.0.0/lib/rake/rake_test_loader.rb:4:in `<main>' rake aborted!
The xmlrpc
gem should be a dependency for Ruby 2.4 or higher.
Updated by The Foreman Bot almost 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/513 added
Updated by Dominic Cleal almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 609f4f7ccc14185e2f259c0ca2391bc929a09f97.
Updated by Dominic Cleal almost 8 years ago
- Translation missing: en.field_release set to 209
Actions