<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: rubygems code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 10 Oct 2008 11:24:01 GMT</pubDate>
    <description>DZone Snippets: rubygems code</description>
    <item>
      <title>Updating Rubygems and gems</title>
      <link>http://snippets.dzone.com/posts/show/3550</link>
      <description>// Update Rubygems to the latest version, and getting the latest gems, and then cleaning up.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;sudo gem update --system  # Update to latest Rubygems (if any)&lt;br /&gt;gem outdated  # Get list of outdated gems and update as necessary&lt;br /&gt;sudo gem install XXX --include-dependencies&lt;br /&gt;sudo gem clean  # Clean up outdated gems&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 20 Feb 2007 09:14:13 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3550</guid>
      <author>chuyeow (Chu Yeow)</author>
    </item>
  </channel>
</rss>
