-
My, my those deprecation warnings are annoying
Posted on January 24th, 2007 1 commentSometimes the interpreted language equivalent of “compiler warnings” get really quite annoying (this might explain why subconsciously I have always been incredibly pedantic about compiler warnings).
Anyway, with advent of RubyGems 0.9.0, the “require gem” command is deprecated.
And as of 0.9.1 of RubyGems (to which you might want to update because of a security hole) – you know get lovely little warnings scattered all over the place
Warning: require_gem is obsolete. Use gem instead.And of course things like the mongrel_rails command include “require_gem” – as does feed_tools – which of course is kicked off by cron jobs in our environment, and is now happily filling my root mail with the warning messages.
Sigh.
1 Trackbacks / Pingbacks
-
[...] I’ve written about this before – and it turns out that a lot of the “require_gem” deprecation warnings come from tasks [...]
-
This work by Jason Adam Young is licensed under a Creative Commons Attribution-ShareAlike 3.0 United States.


Rambles of a University Systems Manager » Blog Archive » require_gem deprecation warnings, redux February 13th, 2007 at 21:06