I have been getting same thing when I try to update Ruby. ->gem update rails -> ERROR: Error installing activesupport: -> activesupport requires Ruby version >= 1.8.7.
I brought back activesupport to 2.3.10, still getting same thing. Any idea's how I could resolve this? Thanks, James Klein On Monday, November 15, 2010 2:58:03 AM UTC-5, Jarmo Pertman wrote: > > Another solution would have been to install Watir 1.6.7 and/or Ruby > 1.8.7 altogether. > > Jarmo Pertman > ----- > IT does really matter - http://www.itreallymatters.net > > > On Nov 11, 6:13 pm, abaird <[email protected]> wrote: > > I ran into this message today trying to install watir 1.6.5 on ruby > > 1.8.6. This was on a completely fresh installation of Ruby 1.8.6 > > (patchlevel 111). Hopefully you aren’t in a situation where you have > > to do this, but if you do, just install an earlier version of > > activesupport. I used 2.3.9, but 2.3.10 is the last in v2. Seems > > like it’s a good thing that we are trying to get off of depending on > > activesupport. > > > > C:\ >gem install watir -v 1.6.5 --no-rdoc --no-ri > > ERROR: Error installing watir: > > activesupport requires Ruby version >= 1.8.7. > > > > C:\ >gem install activesupport > > ERROR: Error installing activesupport: > > activesupport requires Ruby version >= 1.8.7. > > > > C:\ >gem list --remote activesupport > > > > *** REMOTE GEMS *** > > > > activesupport (3.0.1) > > activesupport-jcache (0.1.0) > > > > C:\ >gem install activesupport -v 2.3.9 > > Successfully installed activesupport-2.3.9 > > 1 gem installed > > Installing ri documentation for activesupport-2.3.9... > > Installing RDoc documentation for activesupport-2.3.9... > > > > C:\ >gem install watir -v 1.6.5 --no-rdoc --no-ri > > Successfully installed firewatir-1.6.5 > > Successfully installed nokogiri-1.4.3.1-x86-mswin32 > > Successfully installed watir-1.6.5 > > 3 gems installed -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
