[MacRuby-devel] [MacRuby] #806: bundler does not work due to missing Gem::Specification::MatchPlatform

MacRuby ruby-noreply at macosforge.org
Tue Aug 3 19:21:27 PDT 2010


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

Comment(by lsansonetti@…):

 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/>



More information about the MacRuby-devel mailing list