<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>nicholasjon.com :: a weblog &gt;&gt; posts tagged: update</title>
    <link>http://www.nicholasjon.com/</link>
    <pubDate>Fri, 12 Oct 2007 06:36:53 GMT</pubDate>
    <description>nicholasjon.com :: an rss feed</description>
    <image>
      <url>http://www.nicholasjon.com/images/n_ficon.gif</url>
      <link>http://www.nicholasjon.com/</link>
      <title>nicholasjon.com :: favicon</title>
    </image>
    <item>
      <title>Dependent dylib is not prebound</title>
      <link>http://www.nicholasjon.com/permalink/2007/10/12/dependent_dylib_is_not_prebound</link>
      <description>&lt;p&gt;This is how I finally got my Rosetta apps back.&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://mactip.blogspot.com/2007/07/dependent-dylib-is-not-prebound.html"&gt;http://mactip.blogspot.com/2007/07/dependent-dylib-is-not-prebound.html&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 12 Oct 2007 06:36:53 GMT</pubDate>
      <guid>http://www.nicholasjon.com/permalink/2007/10/12/dependent_dylib_is_not_prebound</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>Updating Rubygems</title>
      <link>http://www.nicholasjon.com/permalink/2007/3/14/updating_rubygems</link>
      <description>&lt;p&gt;Here&amp;#8217;s how I updated my MacBook Pro from Rails 1.2.1 to Rails 1.2.3:&lt;/p&gt;


&lt;code&gt;sudo gem update --system
sudo mv /usr/local/lib/ruby/gems/1.8/source_cache ~/tmp
mv ~/.gem/ ~/tmp/
gem sources
sudo gem install rails --include-dependencies
&lt;/code&gt;

	&lt;p&gt;Those five lines of code took about an hour and some serious Googling to figure out.  Ah well, back to work.&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: You may (probably will) get an error after you run &amp;#8220;sudo gem install rails&amp;#8212;include-dependencies&amp;#8221;.  I&amp;#8217;m not sure exactly why, but running the same command again will finally update your Rails install.  Anyone with a better solution should feel free to pop a comment down below.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Mar 2007 05:24:03 GMT</pubDate>
      <guid>http://www.nicholasjon.com/permalink/2007/3/14/updating_rubygems</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
  </channel>
</rss>
