Skip to content

Commit

Permalink
Ruby 1.9 compat: no . in load path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Sep 13, 2009
1 parent e9a5ef4 commit 63f9426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/Rakefile
Expand Up @@ -88,7 +88,7 @@ task :release => [ :package ] do
end


require 'lib/active_support/values/time_zone'
require "#{File.dirname(__FILE__)}/lib/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."
Expand Down

0 comments on commit 63f9426

Please sign in to comment.