From 33886e28f1c06b7f252c1db0e433794b00c54a2f Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Sat, 17 Feb 2018 16:00:57 -0700 Subject: Remove require Object#blank? monkey patch Object#blank? used to be used in this file, but it's not anymore. This avoids a monkey-patch, for those who want to use just this isolated feature of ActiveSupport. --- activesupport/lib/active_support/values/time_zone.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb index b75f5733b5..1de4748a46 100644 --- a/activesupport/lib/active_support/values/time_zone.rb +++ b/activesupport/lib/active_support/values/time_zone.rb @@ -2,7 +2,6 @@ require "tzinfo" require "concurrent/map" -require "active_support/core_ext/object/blank" module ActiveSupport # The TimeZone class serves as a wrapper around TZInfo::Timezone instances. -- cgit v1.2.3