How install gems locally?
        Posted  
        
            by metdos
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by metdos
        
        
        
        Published on 2010-04-13T12:39:00Z
        Indexed on 
            2010/04/13
            12:43 UTC
        
        
        Read the original article
        Hit count: 392
        
I have no internet connection on server machine, so I need to install gems locally. I tried
gem install rails-2.3.4.gem
But, I'm getting errors.
How Can I install gems locally.
Thanks.
© Stack Overflow or respective owner