parent
855471b72d
commit
629d6458bf
@ -1,35 +0,0 @@
|
|||||||
From 5b21d3029e2b2f985adab467a11c00b5e54f2ab5 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Matthew Draper <matthew@trebex.net>
|
|
||||||
Date: Sat, 5 Feb 2022 17:09:29 +1030
|
|
||||||
Subject: [PATCH 1/2] Defer loading XmlMini until it's needed
|
|
||||||
|
|
||||||
It's used for {Array,Hash}#to_xml, but that doesn't seem worth loading
|
|
||||||
by default.
|
|
||||||
---
|
|
||||||
activesupport/lib/active_support/core_ext/array/conversions.rb | 1 -
|
|
||||||
activesupport/lib/active_support/core_ext/hash/conversions.rb | 1 -
|
|
||||||
2 files changed, 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/activesupport/lib/active_support/core_ext/array/conversions.rb b/activesupport/lib/active_support/core_ext/array/conversions.rb
|
|
||||||
index 82cc221a3c981..2195731442153 100644
|
|
||||||
--- a/activesupport/lib/active_support/core_ext/array/conversions.rb
|
|
||||||
+++ b/activesupport/lib/active_support/core_ext/array/conversions.rb
|
|
||||||
@@ -1,6 +1,5 @@
|
|
||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
-require "active_support/xml_mini"
|
|
||||||
require "active_support/core_ext/hash/keys"
|
|
||||||
require "active_support/core_ext/string/inflections"
|
|
||||||
require "active_support/core_ext/object/to_param"
|
|
||||||
diff --git a/activesupport/lib/active_support/core_ext/hash/conversions.rb b/activesupport/lib/active_support/core_ext/hash/conversions.rb
|
|
||||||
index 2b5e484d215ee..9a1db92d6d255 100644
|
|
||||||
--- a/activesupport/lib/active_support/core_ext/hash/conversions.rb
|
|
||||||
+++ b/activesupport/lib/active_support/core_ext/hash/conversions.rb
|
|
||||||
@@ -1,6 +1,5 @@
|
|
||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
-require "active_support/xml_mini"
|
|
||||||
require "active_support/core_ext/object/blank"
|
|
||||||
require "active_support/core_ext/object/to_param"
|
|
||||||
require "active_support/core_ext/object/to_query"
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
|||||||
SHA512 (activesupport-7.0.2.3.gem) = 60adee8a89d3c4dea7d8f4dba8447d34b6dcadafe61524a2dee175f71d0671e0b003100367b025fb699cdfa31bb0a902415b84ed922b71fcb92f00f8688b097b
|
SHA512 (activesupport-7.0.4.gem) = 54859a1cccda0940a91be3be8a68087a4cb8ae6f5850dc3ae92bb79a722b04f34a5d9a61456146c2d7c994e95cd5f1b40c16766e0ef54828acc91edb5aba1d2b
|
||||||
SHA512 (activesupport-7.0.2.3-tests.txz) = ecb0d3e3d6c8c2fea86233346c756ffd38df6009b8e7b7b92c84765c965637bc0153e6efb0634b3ebfe9716c261096249c2e0f74453f56421993d60c0d53b5f4
|
SHA512 (activesupport-7.0.4-tests.txz) = 3f4919e88d21aee8dd3c21b7b7a913abdcd213e4b3f434102980cb470e014201bd8ebdd9d785895018b9aed1736e686aa76fe098be438b90f114b1f423d2deab
|
||||||
SHA512 (rails-7.0.2.3-tools.txz) = 09a73c12d4cce5dcf8e13f641a6799fc4f943872dfd312530f4239ab18ab2ff05e9a1971a8a84b4dc650f4bf12572fdaec91f8da18424a7a6e587cba0089ae00
|
SHA512 (rails-7.0.4-tools.txz) = 8cab3982844ffe8eadfa67ec7b3e788aafd766035eb60be03f32544482f704da9c817fd3562ff248a71ed50e724de7be96d90376a61141dc1d51efd775875547
|
||||||
|
Loading…
Reference in new issue