Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

update rails (See related posts)

gem update rails

Comments on this post

tobi posts on May 22, 2005 at 13:29
You should add --include-dependencies so that it doesn't ask you for each and every dependency again.

Alternatively you can pipe yes into the command like this:

yes | gem update rails
peter posts on May 22, 2005 at 14:14
Now that's useful. I hate hitting Y all the time :)

BTW, sorry about the downtime earlier, I made a boo-boo :)

You need to create an account or log in to post comments to this site.


Click here to browse all 5140 code snippets

Related Posts