Skip to content

Commit

Permalink
Merge pull request #44694 from SkipKayhil/rm-extra-blank-requires
Browse files Browse the repository at this point in the history
remove extra core_ext/object/blank requires
  • Loading branch information
kamipo committed Mar 15, 2022
2 parents f01fee7 + 1faf619 commit aed8fea
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "active_support/core_ext/object/blank"

module ActiveRecord
module ConnectionAdapters
module PostgreSQL
Expand Down
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "active_support/core_ext/object/blank"

module ActiveSupport
class Duration
# Serializes duration to string according to ISO 8601 Duration format.
Expand Down
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require "active_support/core_ext/big_decimal/conversions"
require "active_support/core_ext/object/blank"
require "active_support/core_ext/hash/keys"
require "active_support/i18n"
require "active_support/core_ext/class/attribute"
Expand Down
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "active_support/core_ext/object/blank"
require "active_support/number_helper/number_converter"

module ActiveSupport
Expand Down
1 change: 0 additions & 1 deletion railties/lib/rails/rack/logger.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require "active_support/core_ext/time/conversions"
require "active_support/core_ext/object/blank"
require "active_support/log_subscriber"
require "rack/body_proxy"

Expand Down

0 comments on commit aed8fea

Please sign in to comment.