lib/active_support/vendor.rb in activesupport-2.1.1 vs lib/active_support/vendor.rb in activesupport-2.1.2

- old
+ new

@@ -18,9 +18,9 @@ rescue Gem::LoadError $:.unshift "#{File.dirname(__FILE__)}/vendor/memcache-client-1.5.0" end begin - gem 'tzinfo', '~> 0.3.9' + gem 'tzinfo', '~> 0.3.11' rescue Gem::LoadError - $:.unshift "#{File.dirname(__FILE__)}/vendor/tzinfo-0.3.9" + $:.unshift "#{File.dirname(__FILE__)}/vendor/tzinfo-0.3.11" end \ No newline at end of file