You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Ubuntu 14.04 Trusty, Chef exits with a fatal error when trying to converge this cookbook.
Error executing action `upgrade` on resource 'apt_package[rubygems]'
rubygems has no candidate in the apt-cache
FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully
In Ubuntu 14.04 the apt package was renamed to rubygems-integration. But it's unclear to me whether the rubygems package is still needed; some sources suggest that starting with Ruby 1.9 it isn't necessary to install rubygems-integration.
The text was updated successfully, but these errors were encountered:
In Ubuntu 14.04 Trusty, Chef exits with a fatal error when trying to converge this cookbook.
In Ubuntu 14.04 the apt package was renamed to
rubygems-integration
. But it's unclear to me whether therubygems
package is still needed; some sources suggest that starting with Ruby 1.9 it isn't necessary to install rubygems-integration.The text was updated successfully, but these errors were encountered: