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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top