1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Removing Gem.source_index [ci skip]

This commit is contained in:
Arun Agrawal 2013-07-13 12:04:46 +02:00
parent 3af7b16c11
commit 0d062f02e9

View file

@ -4,7 +4,6 @@
ENV['NO_RELOAD'] ||= '1' ENV['NO_RELOAD'] ||= '1'
ENV['RAILS_ENV'] ||= 'development' ENV['RAILS_ENV'] ||= 'development'
Gem.source_index
require 'benchmark' require 'benchmark'
module RequireProfiler module RequireProfiler