activesupport requires Ruby version >= 1.8.7

968 views
Skip to first unread message

abaird

unread,
Nov 11, 2010, 11:13:23 AM11/11/10
to Watir General
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

Jarmo Pertman

unread,
Nov 15, 2010, 2:58:03 AM11/15/10
to Watir General
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

Željko Filipin

unread,
Feb 15, 2013, 3:34:30 AM2/15/13
to watir
On Thu, Feb 14, 2013 at 5:00 PM, James Klein <3dsa...@gmail.com> wrote:
->         activesupport requires Ruby version >= 1.8.7.

You have ruby 1.8.6?! :)

Željko
--
https://leanpub.com/watirbook

Alex Shtayer

unread,
Feb 15, 2013, 7:18:24 AM2/15/13
to watir-...@googlegroups.com
:)

BTW

What is recommended version of ruby for latest watir and watir-webdriver?

Googling doesn't help me a lot in that

Is 1.9.2 is still good enough?

Željko Filipin

unread,
Feb 15, 2013, 7:52:31 AM2/15/13
to watir
On Fri, Feb 15, 2013 at 1:18 PM, Alex Shtayer <asht...@gmail.com> wrote:
What is recommended version of ruby for latest watir and watir-webdriver?

I think 1.9.2 and newer should be fine. It probably works on 1.8.7 too. (I am using 1.9.3.)

Željko
Reply all
Reply to author
Forward
0 new messages