Pergunta

While installing knife-ec2 plugin.I am facing the following issue:

root@ip-10-ggg-ff-abc:/opt/chef/embedded/bin# gem install knife-ec2
ERROR: Error installing knife-ec2:
mime-types requires Ruby version >= 1.9.2.

Foi útil?

Solução

I think the error is very clear...

One of the gems for knife-ec2 requires a certain Ruby version (1.9.2 or higher). You are running a version of Ruby less than 1.9.2. Upgrade the Ruby in your omnibus package or use a Ruby version manager to install a newer Ruby.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top