aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-07-13 12:04:46 +0200
committerArun Agrawal <arunagw@gmail.com>2013-07-13 12:05:52 +0200
commit0d062f02e9c80d7e0eedb601e3be6a5621fa08bd (patch)
tree4b7648f28646eccebb90ca2089ab44909da2bd30 /tools
parent3af7b16c114802acdf0c0e7a34837a7a454fd23f (diff)
downloadrails-0d062f02e9c80d7e0eedb601e3be6a5621fa08bd.tar.gz
rails-0d062f02e9c80d7e0eedb601e3be6a5621fa08bd.tar.bz2
rails-0d062f02e9c80d7e0eedb601e3be6a5621fa08bd.zip
Removing Gem.source_index [ci skip]
Diffstat (limited to 'tools')
-rwxr-xr-xtools/profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/profile b/tools/profile
index 665efe049d..fbea67492b 100755
--- a/tools/profile
+++ b/tools/profile
@@ -4,7 +4,6 @@
ENV['NO_RELOAD'] ||= '1'
ENV['RAILS_ENV'] ||= 'development'
-Gem.source_index
require 'benchmark'
module RequireProfiler