<div><div class="gmail_quote">On Tue, Feb 23, 2010 at 5:17 PM, Jeroen van Meeuwen <span dir="ltr">&lt;<a href="mailto:kanarip@kanarip.com">kanarip@kanarip.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5"><br>
On Tue, 23 Feb 2010 16:47:33 -0500, Jason Guiditta<br>
&lt;<a href="mailto:jason.guiditta@gmail.com">jason.guiditta@gmail.com</a>&gt; wrote:<br>
&gt; I am running Fedora 12 with Rails 2.3.4 installed.  Everything was<br>
working<br>
&gt; fine, then last night I got an update from yum for Rack 1.1.  After<br>
&gt; installing that, my working rails apps failed to load.  Creating a new<br>
test<br>
&gt; app yielded:<br>
&gt; /usr/lib/ruby/site_ruby/1.8/rubygems.rb:827:in `report_activate_error&#39;:<br>
&gt; RubyGem version error: rack(1.1.0 not ~&gt; 1.0.0) (Gem::LoadError)<br>
&gt;<br>
&gt; Has anyone else hit this issue?  If more detail is needed, let me know.<br>
&gt;  Thanks,<br>
&gt;<br>
<br>
</div></div>I&#39;ve seen this issue occur once or twice, but I&#39;m not all too well versed<br>
in Ruby... is ~&gt; even a valid comparison and if so, what does it imply<br>
exactly? I&#39;m afraid this should have been &#39;=&gt;&#39;, which would require a patch<br>
on the rails stack.<br>
<br>
-- Jeroen<br><br></blockquote><div class="gmail_quote"><br></div>Good call, &#39;=~&#39; is valid, but &#39;~&gt;&#39; does not appear to be, according to the list here:<div><a href="http://www.ruby-doc.org/docs/ProgrammingRuby/language.html#table_18.4">http://www.ruby-doc.org/docs/ProgrammingRuby/language.html#table_18.4</a></div>
</div></div>