On May 3, 5:35 am, Sajith Vimukthi <sajith....@gmail.com> wrote:
> Could not find RubyGem hoe (>= 1.3.0) (Gem::LoadError)
>
> Anyway I tried with several options such as without the -e part and etc.
>
> What is this missing RubyGem hoe thing?
>
> How can I get through this? Thanks in advance.
rubygems is a package management system for ruby libraries, and you're
being told that a library is missing.
You can install gems with gem install gem_name
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment