Reputation: 1004
I am trying to install chef as a gem, but due to some firewall issues need to download the .gem file and then build the gem locally in my system. For the chef gem, it requires ohai geim to be preinstalled. But the version of ohai cannot be found in the rubygems.org site.
chef requires ohai (~> 6.0)
Thoough the ohai installed is 0.6.0, but both seems not to be same.
Upvotes: 0
Views: 53
Reputation: 26997
If you just want the download:
If you want the source:
Upvotes: 1