diff options
author | Arun Agrawal <arunagw@gmail.com> | 2013-07-13 12:04:46 +0200 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2013-07-13 12:05:52 +0200 |
commit | 0d062f02e9c80d7e0eedb601e3be6a5621fa08bd (patch) | |
tree | 4b7648f28646eccebb90ca2089ab44909da2bd30 /tools/profile | |
parent | 3af7b16c114802acdf0c0e7a34837a7a454fd23f (diff) | |
download | rails-0d062f02e9c80d7e0eedb601e3be6a5621fa08bd.tar.gz rails-0d062f02e9c80d7e0eedb601e3be6a5621fa08bd.tar.bz2 rails-0d062f02e9c80d7e0eedb601e3be6a5621fa08bd.zip |
Removing Gem.source_index [ci skip]
Diffstat (limited to 'tools/profile')
-rwxr-xr-x | tools/profile | 1 |
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 |