Seen when running scripts/console, Ruby version not important. What is this telling me?
Loading development environment (Rails 2.3.5) /opt/local/lib/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 Checking gem_dependency.rb shows: 118: def requirement 119: r = version_requirements 120: (r == Gem::Requirement.default) ? nil : r 121: end which function, if commented out, shuts off the warning. Of course, replacing "version_requirements" with "requirement" produces the expected recursive stack level error. Any thoughts? Rick -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

