Skip to content

Commit

Permalink
avoid active_support/core_ext/time/conversions.rb warnings
Browse files Browse the repository at this point in the history
[#4250 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
  • Loading branch information
spastorino authored and jeremy committed Mar 22, 2010
1 parent 4884f28 commit 16cad60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -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"
Expand Down
@@ -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
Expand Down

0 comments on commit 16cad60

Please sign in to comment.