Doel
Doel

Reputation: 1004

Not able to find ohai (~> 6.0) gem in any repository for chef-11.10.0 gem

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

Answers (1)

sethvargo
sethvargo

Reputation: 26997

If you just want the download:

If you want the source:

Upvotes: 1

Related Questions