Obsolete warning

Daddee,

I have this kind of problem too

./script/../config/boot.rb:29:Warning: require_gem is obsolete.Use gem instead.

if someone can help me, thank you very much

This isn't anything to worry about. Rubygems recently changed the name ofone of its internal methods, and so this warning just about this change. As soon as all the appropriate developers update calls to this method, these warnings will go away :slight_smile:

so just smile as they wave on by... they're not here to harm...

Sam Aaron

Well, if you, like me, get annoyed by that warning, you may easily replace all instances of 'require_gem' with 'gem' in your config/boot.rb

Your sincerely, Damian/Three-eyed Fish