Как мне исправить недавнее предупреждение об устаревании Rubygems?

Я недавно запускал обновления:

gem update --system
gem update

Теперь у меня появляется много предупреждений об устаревании каждый раз, когда я загружаю гем. Например, rails console :

NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from /Users/user/.rvm/gems/ruby-1.9.2-p180@global/specifications/rake-0.8.7.gemspec:10.
NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from /Users/user/.rvm/gems/ruby-1.9.2-p180@global/specifications/rake-0.8.7.gemspec:10.
NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from /Users/user/.rvm/gems/ruby-1.9.2p180@global/specifications/rake-0.8.7.gemspec:10.
Loading development environment (Rails 3.0.7)
ruby-1.9.2-p180 :001 > exit

Я использую RVM, Ruby 1.9.2 и Rubygems 1.8.1. Есть ли способ обойти эту проблему? Вернуться к более старой версии rubygems?

17
задан Andrew Grimm 17 November 2011 в 22:42
поделиться