After recent update of RubyGems (to 1.8), while running for example bundle install, the user will see a bunch of warnings, like:
NOTE: Gem::Specification# default_executable = is deprecated with no replacement. It will be removed on or after 2011-10-01.
This is connected with the recent policy of RubyGems team – read the official statement.
They have deprecated 22+ methods! It will take some time for Gem authors to update… Before then, you may run:
gem pristine --all --no-extensions
to get most recent and thus some of the warrnings gone…
maj 18th, 2011