Actions
Bug #7850
closedmixlib-shellout breaks Ruby 1.8 compatibility
Description
Seeing test failures on Ruby 1.8, due to a new version of mixlib-shellout, which is pulled in by Chef.
/usr/local/rvm/gems/ruby-1.8.7-p371@test_proxy_develop_pr_core-1/gems/mixlib-shellout-1.6.0/lib/mixlib/shellout.rb:36:in `require': /usr/local/rvm/gems/ruby-1.8.7-p371@test_proxy_develop_pr_core-1/gems/mixlib-shellout-1.6.0/lib/mixlib/shellout/unix.rb:294: syntax error, unexpected tSYMBEG, expecting tAMPER (SyntaxError) ..._of?(Array) ? exec(*command, :close_others=>true) : exec(com... ^ from /usr/local/rvm/gems/ruby-1.8.7-p371@test_proxy_develop_pr_core-1/gems/mixlib-shellout-1.6.0/lib/mixlib/shellout.rb:36
Updated by The Foreman Bot about 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/218 added
- Pull request deleted (
)
Updated by Dominic Cleal about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 56e62d1295ab65e7deca27890ee69e1312ceca0a.
Actions