On Dec 20, 2008, at 05:55 AM, Yugui (Yuki Sonoda) wrote: > I'm going to release Ruby 1.9.1 Release Candidate on Dec 25. > But we have 36 issues now. > http://redmine.ruby-lang.org/projects/ruby-19/issues?query_id=8 > > I need your help. Hi, I have found an additional issue, gem_prelude.rb and full RubyGems do not have matching behavior when a gem is missing: begin gem 'no_such_gem' rescue Gem::LoadError p :success! rescue LoadError Gem::QuickLoader.load_full_rubygems_library begin gem 'no_such_gem' rescue Gem::LoadError p :fail! end end I checked in a fix for this to trunk in r20937, can it be committed to the 1.9.1 branch?