On 17 Nov 2008, at 08:03, Remco Swoany wrote:
>
> i just tried "gem install json-1.1.3.gem" but again..the error- 
> message:
> ERROR:  could not find json-1.1.3.gem locally or in a repository
>
That will only work if you have a file called json-1.1.3.gem sitting  
right there. To install over the network you need
gem install json
or gem install json --version=1.1.3

if you want that version (although as others have said you may not be  
able to build the c extension required for that particular gem if you  
don't have the appropriate version of visual studio installed)

Fred

> remco
> -- 
> 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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to