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