avoid active_support/core_ext/time/conversions.rb warnings

[#4250 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
This commit is contained in:
Santiago Pastorino
2010-03-21 21:09:48 -03:00
committed by Jeremy Kemper
parent 4884f28c80
commit 16cad60fd3
2 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ group :test do
gem "mysql", ">= 2.8.1"
end
gem "system_timer"
# AP
gem "rack-test", "0.5.3", :require => 'rack/test'
gem "RedCloth", ">= 4.2.2"

View File

@@ -1,4 +1,5 @@
require 'active_support/inflector'
require 'active_support/core_ext/time/publicize_conversion_methods'
require 'active_support/values/time_zone'
class Time