<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>furmanek.net &#187; gems</title>
	<atom:link href="http://www.furmanek.net/category/ruby/gems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.furmanek.net</link>
	<description>Greg Furmanek's personal blog</description>
	<lastBuildDate>Fri, 16 Jul 2010 22:29:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Updating rubygems from 1.2.0 to 1.3.5</title>
		<link>http://www.furmanek.net/231/updating-rubygems-from-1-2-0-to-1-3-5/</link>
		<comments>http://www.furmanek.net/231/updating-rubygems-from-1-2-0-to-1-3-5/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:28:32 +0000</pubDate>
		<dc:creator>Gregory Furmanek</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[gems]]></category>

		<guid isPermaLink="false">http://www.furmanek.net/?p=231</guid>
		<description><![CDATA[You would think it this process is straight forward but it appears there were changes that prevent simple update but here are the steps:
1. Update to 1.3.0:

View Code SH$&#62; sudo gem install rubygems-update -v 1.3.0
...
&#160;
$&#62; sudo update_rubygems
...

2. Update to the most recent release

View Code SH$&#62; sudo gem update --system
...

3. Check the version

View Code SH$&#62; gem [...]]]></description>
			<content:encoded><![CDATA[<p>You would think it this process is straight forward but it appears there were changes that prevent simple update but here are the steps:</p>
<p>1. Update to 1.3.0:</p>

<div class="wp_codebox_msgheader"><span class="right"></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p231code4'); return false;">View Code</a> SH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p2314"><td class="code" id="p231code4"><pre class="sh" style="font-family:monospace;">$&gt; sudo gem install rubygems-update -v 1.3.0
...
&nbsp;
$&gt; sudo update_rubygems
...</pre></td></tr></table></div>

<p>2. Update to the most recent release</p>

<div class="wp_codebox_msgheader"><span class="right"></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p231code5'); return false;">View Code</a> SH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p2315"><td class="code" id="p231code5"><pre class="sh" style="font-family:monospace;">$&gt; sudo gem update --system
...</pre></td></tr></table></div>

<p>3. Check the version</p>

<div class="wp_codebox_msgheader"><span class="right"></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p231code6'); return false;">View Code</a> SH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p2316"><td class="code" id="p231code6"><pre class="sh" style="font-family:monospace;">$&gt; gem --version
1.3.5</pre></td></tr></table></div>

<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.furmanek.net/231/updating-rubygems-from-1-2-0-to-1-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
