commit:     b8afc135a2a088f9ff23ec8c7eaf53ae3bae4f52
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 19 06:25:31 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Fri Dec 19 06:25:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8afc135

dev-ruby/activesupport: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../files/activesupport-7.0.8.7-logger.patch       | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/dev-ruby/activesupport/files/activesupport-7.0.8.7-logger.patch 
b/dev-ruby/activesupport/files/activesupport-7.0.8.7-logger.patch
deleted file mode 100644
index 922f4fc33c35..000000000000
--- a/dev-ruby/activesupport/files/activesupport-7.0.8.7-logger.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 6a7c72c078715380bf24f029624e6b1fb3035c97 Mon Sep 17 00:00:00 2001
-From: Antti Hukkanen <[email protected]>
-Date: Thu, 16 Jan 2025 11:17:29 +0200
-Subject: [PATCH] Ensure the logger gem is loaded in Rails 7.0
-
-Fix #54260, #54263
----
- activesupport/lib/active_support/logger_thread_safe_level.rb | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/activesupport/lib/active_support/logger_thread_safe_level.rb 
b/activesupport/lib/active_support/logger_thread_safe_level.rb
-index 042f484f8210d..aa84a7c5de5c6 100644
---- a/lib/active_support/logger_thread_safe_level.rb
-+++ b/lib/active_support/logger_thread_safe_level.rb
-@@ -4,6 +4,7 @@
- require "active_support/core_ext/module/attribute_accessors"
- require "concurrent"
- require "fiber"
-+require "logger"
- 
- module ActiveSupport
-   module LoggerThreadSafeLevel # :nodoc:

Reply via email to