#806: bundler does not work due to missing Gem::Specification::MatchPlatform
------------------------------+---------------------------------------------
 Reporter:  macr...@…         |       Owner:  lsansone...@…        
     Type:  defect            |      Status:  new                  
 Priority:  major             |   Milestone:                       
Component:  MacRuby           |    Keywords:                       
------------------------------+---------------------------------------------

Comment(by lsansone...@…):

 I wrote a simple gemfile

 {{{
 source "http://rubygems.org";
 gem "sinatra"
 }}}

 Then I ran the "check" and "install" bundler commands in the same
 directory, it worked without exception. (I had to specify VM_DISABLE_RBO=1
 to work around the caller problem.)

 If you could paste your gemfile here, I will give it a try. We need to
 reduce the constant lookup problem.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/806#comment:4>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to