mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
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:
committed by
Jeremy Kemper
parent
4884f28c80
commit
16cad60fd3
2
Gemfile
2
Gemfile
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user