[MacRuby] #1115: Bundler not working since updating to rubygems 1.4.2

MacRuby ruby-noreply at macosforge.org
Fri Jan 14 19:10:27 PST 2011


#1115: Bundler not working since updating to rubygems 1.4.2
------------------------------------+---------------------------------------
 Reporter:  mrada@…                 |       Owner:  lsansonetti@…        
     Type:  defect                  |      Status:  new                  
 Priority:  blocker                 |   Milestone:                       
Component:  MacRuby                 |    Keywords:                       
------------------------------------+---------------------------------------

Comment(by lsansonetti@…):

 In RubyGems 1.4.2, the Gem::SilentUI class, defined in the
 rubygens/user_interaction.rb file, is only loaded lazily, when Gem.ui is
 called.

 {{{
   ##
   # Lazily loads DefaultUserInteraction and returns the default UI.

   def self.ui
     require 'rubygems/user_interaction'

     Gem::DefaultUserInteraction.ui
   end
 }}}

 Apparently, the bundler library never calls Gem.ui.

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



More information about the macruby-tickets mailing list