Warning messages following gem update

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:

https://rails.lighthouseapp.com/projects/8994/tickets/4026-rubygems-136-warning-in-rails-235

Please try the workaround in the topic. The permanent fix would be out soon in 2.3.6.

-- Prem S.

If a permanent fix is out in 2.3.6 then it’s probably out in 2-3-stable. Try freezing vendor/rails to that.

The fix wasn’t in 2-3-stable when I wrote it.

Now the fix is in, you can either use the workaround or freeze 2.3.6 gem into your application :slight_smile:

– Prem S.