Skip to content

Commit 3726030

Browse files
committed
Revert "Add missing require"
There is a circular require going on and the warning breaks the build. Reverting for now to get the fix the build. This reverts commit dae24cc.
1 parent bbed25f commit 3726030

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

activesupport/lib/active_support/core_ext/date_and_time/calculations.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# frozen_string_literal: true
22

33
require "active_support/core_ext/object/try"
4-
require "active_support/core_ext/time/calculations"
54
require "active_support/core_ext/date_time/conversions"
65

76
module DateAndTime

0 commit comments

Comments
 (0)