No need to work around 1.8 warnings anymore.

This commit is contained in:
Marcelo Silveira 2012-05-03 09:10:33 -03:00
parent 5c0cbb3d2f
commit 3d02195174
1 changed files with 1 additions and 13 deletions

View File

@ -1,16 +1,4 @@
# Pathname has a warning, so require it first while silencing
# warnings to shut it up.
#
# Also, in 1.9, Bundler creates warnings due to overriding
# Rubygems methods
begin
old, $VERBOSE = $VERBOSE, nil
require 'pathname'
require File.expand_path('../../../load_paths', __FILE__)
ensure
$VERBOSE = old
end
require File.expand_path('../../../load_paths', __FILE__)
require 'active_support/core_ext/kernel/reporting'
# These are the normal settings that will be set up by Railties