From ff9b38a7b556d103f94ab84aab237406a72dd61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 13 Apr 2016 01:31:50 -0300 Subject: [PATCH] Remove time calculatiosn extension We are using compare_without_coercion. --- activesupport/lib/active_support/file_update_checker.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activesupport/lib/active_support/file_update_checker.rb b/activesupport/lib/active_support/file_update_checker.rb index 43e8b7c528..b5667b6ac8 100644 --- a/activesupport/lib/active_support/file_update_checker.rb +++ b/activesupport/lib/active_support/file_update_checker.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/time/calculations' + module ActiveSupport # FileUpdateChecker specifies the API used by Rails to watch files # and control reloading. The API depends on four methods: