OK, so i updated to gem version 1.8.1 and got this problem where it would have too many deprecation warnings so i rolled back to version 1.7.2 and also ran gem pristine --all --no-extensions following what rubyonrails error when update to gem 1.8.1, said to do, but now i still have the some warnings here and there(rake commands and some gems).
I ran rake db:migrate and i get this:
NOTE: Gem::SourceIndex#all_gems is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::SourceIndex#all_gems called from c:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.13/lib/bundler/rubygems_
integration.rb:256
I tried running gem pristine --all --no-extensions again but it gives me invalid option: –no-extensions
Any ideas how to get rid of this little nuisance?
Thanks.
Bundler 1.0.13 (version released May 4, 2011) running with rubygems 1.7.2 issues this annoying deprecation warning:
A fix was committed on 5/11/2011 in the Bundler repo to correct an issue submitted 5/6/2011.
Pending release of Bundler 1.1, you can try this solution:
I hope this helps. Took some digging to find it.