I did a gem update this morning and now I am seeing this:
/usr/lib64/ruby/gems/1.8/gems/rails-2.3.5/lib/rails/gem_dependency.rb:
119:Warning: Gem::Dependency#version_requirements is deprecated and
will be removed on or after August 2010. Use #requirement
What gem do I have to roll back to get rid of this? I tried removing
rubygems-update and that had no effect on the error message at all.
This @#%$&%$#@@@ message is screwing up a number of tests in an
application that I am building and I have to get rid of it.
This is the warning generated by RubyGems 1.3.6, so there's nothing the core team can change in 2.3.5, since this deprecation warning come so late after the release of 2.3.5.
If you search for `version_requirements` on the lighthouse, you would get around this ticket: