Actions
Bug #7970
closedDefault Ubuntu 12.04 Ruby should be 1.8
Description
After installation with #7227, the default Ruby becomes 1.9.3 but should probably be 1.8. At the least, we should support switching it back, but there are a few cases where the wrong version would be loaded.
- /usr/sbin/foreman-rake calls "/usr/bin/rake" but should be "/usr/bin/rake1.9.1"
- postinst scripts call "bundle", but this will use the default Ruby
Actions