Hi All, Got a bit of a problem... Gem::all_load_paths in rubygems 1.8.15 in Factory is broken. Some small description is at: https://github.com/rubygems/rubygems/issues/171 Now, this is a deprecated method, but rubygem-gettext uses it, so rubygem-gettext is effectively broken in turn, see: https://github.com/mutoh/gettext/pull/11 This in turn breaks applications which use rubygem-gettext, which is what I actually care about :) AFAICT no patch has been proposed to fix the deprecated method in rubygems (maybe nobody cares, it's deprecated, right?), and nobody has picked up the proposed patch for the gettext gem upstream. So, what's the right course of action? I guess I can patch our version of the gettext gem, assuming we're happy to carry non-upstream patches. Or, I could try to monkey patch around the whole problem in my application, but I don't want to do that, because it's ugly, and it doesn't help anyone else who's going to hit this. Comments? Thanks, Tim -- Tim Serong Senior Clustering Engineer SUSE tserong@suse.com -- To unsubscribe, e-mail: opensuse-ruby+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ruby+owner@opensuse.org