<?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>ideas.each &#38;:post &#187; why am I not using bundler?</title>
	<atom:link href="http://blog.tobiascrawley.net/tag/why-am-i-not-using-bundler/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tobiascrawley.net</link>
	<description>Another not so cleverly named blog mostly about software.</description>
	<lastBuildDate>Fri, 28 May 2010 13:56:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Refreshing an individual gemspec</title>
		<link>http://blog.tobiascrawley.net/2009/12/08/refreshing-an-individual-gemspec/</link>
		<comments>http://blog.tobiascrawley.net/2009/12/08/refreshing-an-individual-gemspec/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:34:48 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[why am I not using bundler?]]></category>

		<guid isPermaLink="false">http://blog.tobiascrawley.net/?p=288</guid>
		<description><![CDATA[I&#8217;m in the process of upgrading a rails app from 2.1 to 2.3, and 2.3 wants me to refresh some of the gemspecs for my vendored gems. Unfortunately, when I run rake gems:refresh_specs I get the dreaded: rake aborted! can't activate , already activated json-1.1.9 I was able to refresh the spec in question outside [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the process of upgrading a rails app from 2.1 to 2.3, and 2.3 wants me to refresh some of the gemspecs for my vendored gems. Unfortunately, when I run <code>rake gems:refresh_specs</code> I get the dreaded:</p>



<pre>
rake aborted!
can't activate , already activated json-1.1.9
</pre>



<p>I was able to refresh the spec in question outside of rake with (in the console):</p>



<pre>
&gt;&gt; Rails::GemDependency.from_directory_name('vendor/gems/gem_name-0.1.0', false).refresh
</pre>



<p>Hopefully that helps someone else out.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.tobiascrawley.net/2009/12/08/refreshing-an-individual-gemspec/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
