aboutsummaryrefslogtreecommitdiffstats
path: root/load_paths.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-06-06 09:52:34 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-06-06 09:52:40 -0700
commitfe5a6ec45fed40f784ee3daede9d0a5e61fdf1f1 (patch)
treea6214e5ef1ee6ebc71362e9e3d79b770606d1f6e /load_paths.rb
parent73b64bcd15533afaf98c6e88546d1f24f6dbd90b (diff)
downloadrails-fe5a6ec45fed40f784ee3daede9d0a5e61fdf1f1.tar.gz
rails-fe5a6ec45fed40f784ee3daede9d0a5e61fdf1f1.tar.bz2
rails-fe5a6ec45fed40f784ee3daede9d0a5e61fdf1f1.zip
remove call to source index
Diffstat (limited to 'load_paths.rb')
-rw-r--r--load_paths.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/load_paths.rb b/load_paths.rb
index 15345e31e3..590af69330 100644
--- a/load_paths.rb
+++ b/load_paths.rb
@@ -1,9 +1,8 @@
# bust gem prelude
if defined? Gem
- Gem.source_index
gem 'bundler'
else
require 'rubygems'
end
require 'bundler'
-Bundler.setup \ No newline at end of file
+Bundler.setup