to_specs ': Não foi possível encontrar o chef (> = 0) entre [] (Gem :: LoadError)

Eu estou tentando instalar o chef e faca ec2 plugin no meu laptop para configurar a estação de trabalho. Inicialmente eu uso chef omnibus para instalar o chef cliente, mas depois de instalar eu encontrei alguns problemas, então um rápido googling me desembarcou para stackoverflow e alguns tópicos sugeriram-me para instalar chef usando gem. Eu estou usando o ruby ​​2.0.0-p0 e o chef e faca ec2, mas estou recebendo um problema diferente agora. Eu publiquei o problema bleow, por favor dê uma olhada.

Por favor me ajude a me consertar este problema

/home/jeevan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/site_ruby/2.0.0/rubygems/dependency.rb:247:in `to_specs': Could not find chef (>= 0) amongst [] (Gem::LoadError)
    from /home/jeevan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/site_ruby/2.0.0/rubygems/dependency.rb:256:in `to_spec'
    from /home/jeevan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/site_ruby/2.0.0/rubygems.rb:1231:in `gem'
    from /home/jeevan/.rvm/gems/ruby-2.0.0-p0/bin/chef-client:18:in `<main>'
    from /home/jeevan/.rvm/gems/ruby-2.0.0-p0/bin/ruby_noexec_wrapper:14:in `eval'
    from /home/jeevan/.rvm/gems/ruby-2.0.0-p0/bin/ruby_noexec_wrapper:14:in `<main>'

questionAnswers(1)

yourAnswerToTheQuestion