diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-07-13 03:19:11 -0700 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-07-13 03:19:11 -0700 |
commit | bb8606face9612467ef22028a3fecf7d1f5c36c3 (patch) | |
tree | 4a53792b001a98d21c10925a7e9b55c5e5d88dcf | |
parent | 9d214636919883dac6b491812f576d3b916116c1 (diff) | |
parent | 0d062f02e9c80d7e0eedb601e3be6a5621fa08bd (diff) | |
download | rails-bb8606face9612467ef22028a3fecf7d1f5c36c3.tar.gz rails-bb8606face9612467ef22028a3fecf7d1f5c36c3.tar.bz2 rails-bb8606face9612467ef22028a3fecf7d1f5c36c3.zip |
Merge pull request #11417 from arunagw/gem_source_index_no_required
Removing Gem.source_index [ci skip]
-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 |