1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Gem.cache is going to be deprecated, use source_index instead

This commit is contained in:
Aaron Patterson 2011-02-21 13:27:10 -08:00
parent 52f8e4b9da
commit 442f8dbc69

View file

@ -4,7 +4,7 @@ rescue LoadError
begin
# bust gem prelude
if defined? Gem
Gem.cache
Gem.source_index
gem 'bundler'
else
require 'rubygems'