I just install rails for Ruby 1.9.2 running from Ubuntu 11.04
but everytime i try to Rails S or bundle install I get
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
/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.13/lib/bundler/rubygems_integration.rb:256
...
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
Gem::SourceIndex#all_gems was just returning @gems, and now there is an
attr_reader for @gems. I think that was the reason to remove the
all_gems method.