Skip to content

Commit

Permalink
remove call to source index
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jun 6, 2011
1 parent 73b64bc commit fe5a6ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions load_paths.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# bust gem prelude
if defined? Gem
Gem.source_index
gem 'bundler'
else
require 'rubygems'
end
require 'bundler'
Bundler.setup
Bundler.setup

0 comments on commit fe5a6ec

Please sign in to comment.