diff options
-rw-r--r-- | activesupport/Rakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile index ccbab525ba..f7fd52c7d8 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -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." |