[MacRuby] #1115: Bundler not working since updating to rubygems 1.4.2
#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: ------------------------------------+--------------------------------------- Whenever I have tried to use Bundler since the MacRuby trunk updated to rubygems 1.4.2 I always get a NameError: /Users/mrada/.rvm/gems/macruby- nightly/gems/bundler-1.0.7/lib/bundler/cli.rb:15:in `initialize': uninitialized constant Gem::SilentUI (NameError) from /Users/mrada/.rvm/gems/macruby- nightly/gems/bundler-1.0.7/lib/bundler/vendor/thor.rb:246:in `dispatch:' from /Users/mrada/.rvm/gems/macruby- nightly/gems/bundler-1.0.7/lib/bundler/vendor/thor/base.rb:389:in `start' from /Users/mrada/.rvm/gems/macruby- nightly/gems/bundler-1.0.7/bin/bundle:13:in `<main>' from /Users/mrada/.rvm/gems/macruby-nightly/bin/bundle:19:in `<main>' [1] 8954 exit 1 bundle I do not get this error when I try to use bundler with rubygems 1.4.2 on Ruby 1.8 (the system ruby). -- Ticket URL: <http://www.macruby.org/trac/ticket/1115> MacRuby <http://macruby.org/>
#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/>
#1115: Bundler not working since updating to rubygems 1.4.2 ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.9 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------------+--------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.9 Comment: Okay, I didn't merge RubyGems 1.4.2 properly, because I suck at Git. It should be fine with r5167. -- Ticket URL: <http://www.macruby.org/trac/ticket/1115#comment:2> MacRuby <http://macruby.org/>
#1115: Bundler not working since updating to rubygems 1.4.2 ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.9 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------------+--------------------------------------- Comment(by mrada@…): It is working now. Thanks! -- Ticket URL: <http://www.macruby.org/trac/ticket/1115#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby