[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

I cannot install gem

Dima Korneljuk

4/30/2009 10:41:00 AM

Hello dudes!!!!
I cannot install any gems. Running gem begins with "Bulk updating gem
source indes for: http://gems.rubyforge... and ends with
Error: while executing gem (Timeout::Error)
execution expired
Is it firewall or something else?
--
Posted via http://www.ruby-....

3 Answers

7stud --

4/30/2009 10:48:00 AM

0

Dima Korneljuk wrote:
> Hello dudes!!!!
> I cannot install any gems. Running gem begins with "Bulk updating gem
> source indes for: http://gems.rubyforge... and ends with
> Error: while executing gem (Timeout::Error)
> execution expired
> Is it firewall or something else?

I used to get that "Bulk updating" too, which made rubygems inoperable
for me. You may have to upgrade rubygems. What is the output of this
command:


$ gem -v


Updating rubygems is supposed to be easy, but in my case it was a long
nightmare.
--
Posted via http://www.ruby-....

Loga Ganesan

4/30/2009 10:49:00 AM

0

Dima Korneljuk wrote:
> Hello dudes!!!!
> I cannot install any gems. Running gem begins with "Bulk updating gem
> source indes for: http://gems.rubyforge... and ends with
> Error: while executing gem (Timeout::Error)
> execution expired
> Is it firewall or something else?

Use the gem1.8 command to install. gem searches for the repository which
is not valid.
--
Posted via http://www.ruby-....

Dima Korneljuk

4/30/2009 11:57:00 AM

0

7stud -- wrote:
>
> I used to get that "Bulk updating" too, which made rubygems inoperable
> for me. You may have to upgrade rubygems. What is the output of this
> command:
>
>
> $ gem -v
>
>
> Updating rubygems is supposed to be easy, but in my case it was a long
> nightmare.

I have installed gem 1.3.1, now running gem ends with
error "no such file or directory - c:\users\дима",though this directory
exists.
Do I need to put some system variable&
--
Posted via http://www.ruby-....