Skip to content

Commit

Permalink
Gem.cache is going to be deprecated, use source_index instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Feb 21, 2011
1 parent 52f8e4b commit 442f8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load_paths.rb
Expand Up @@ -4,7 +4,7 @@
begin
# bust gem prelude
if defined? Gem
Gem.cache
Gem.source_index
gem 'bundler'
else
require 'rubygems'
Expand Down

0 comments on commit 442f8db

Please sign in to comment.