Ruby on Rails Tuesday, March 25, 2014

skrite wrote in post #1140917:
> hey all
>
> i am trying to install rails into a new computer with rvm.
>
> i have installed ruby 1.8.7
> and rubygems 1.3.7 --force
>
> these are both versions that i must have to run my website.
> the problem is that when i try to install rails with* gem install
> --version
> 2.3.9 rails*
>
>
> i get the following error.
>
> *ERROR: Error installing rails:*
> * rake requires Ruby version >= 1.9.*
>
> It's nuts, i have followed this exact procedure before, and it installed
> just fine.
> in fact, my website is now running with 1.8.7 ruby, 2.3.9 rails, and
> with
> rubygems 1.3.7
>
> any tips on how to get around this would be greatly appreciated.
>
> thanks


Did you try downgrading rake? I work on a similar environment and there
we keep rake to 0.9.2.2, which has been the most problem free version we
could find for Ruby 1.8.7.

make sure to remove rake from the rvm gemset. You might need to do

rvm @global do gem uninstall rake

if rake is in the global gemset.

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/f57bb98bddcd5c4413d3c53b1fbe3f6d%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment