mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Don't require out of load path
This commit is contained in:
@@ -88,7 +88,8 @@ task :release => [ :package ] do
|
||||
end
|
||||
|
||||
|
||||
require 'lib/active_support/values/time_zone'
|
||||
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/lib"
|
||||
require 'active_support/values/time_zone'
|
||||
|
||||
namespace :tzinfo do
|
||||
desc "Update bundled tzinfo gem. Only copies the subset of classes and definitions required to support Rails time zone features."
|
||||
|
||||
Reference in New Issue
Block a user