1
- From 475ce2af8c9c5c96ee903899d6b268108252c69b Mon Sep 17 00:00:00 2001
2
- From: Debasish Biswas <
[email protected] >
3
- Date: Tue, 18 Feb 2025 23:32:27 +0800
4
- Subject: [PATCH] feat: Remove modules from bundled gems list to avoid unnecessary duplication.
1
+ From ada5fb811e09dfe78f3f8bcdf265b94d1dced97c Mon Sep 17 00:00:00 2001
2
+ From: Batuhan Apaydin <
[email protected] >
3
+ Date: Fri, 16 May 2025 20:03:12 +0300
4
+ Subject: [PATCH] Remove modules from bundled gems list to avoid unnecessary
5
+ duplication.
5
6
6
- Removed `rexml` and `net-imap` from `gems/bundled_gems` as they are already provided as separate packages in Wolfi
7
-
8
- Signed-off-by: Debasish Biswas <
[email protected] >
7
+ Signed-off-by: Batuhan Apaydin <
[email protected] >
9
8
---
10
9
gems/bundled_gems | 2 --
11
10
1 file changed, 2 deletions(-)
12
11
13
12
diff --git a/gems/bundled_gems b/gems/bundled_gems
14
- index 3873767596..d4f50fac6b 100644
13
+ index a5286d5..d4f50fa 100644
15
14
--- a/gems/bundled_gems
16
15
+++ b/gems/bundled_gems
17
16
@@ -10,10 +10,8 @@ minitest 5.25.4 https://github.com/minitest/minitest
@@ -21,7 +20,7 @@ index 3873767596..d4f50fac6b 100644
21
20
- rexml 3.4.0 https://github.com/ruby/rexml
22
21
rss 0.3.1 https://github.com/ruby/rss
23
22
net-ftp 0.3.8 https://github.com/ruby/net-ftp
24
- - net-imap 0.5.6 https://github.com/ruby/net-imap
23
+ - net-imap 0.5.8 https://github.com/ruby/net-imap
25
24
net-pop 0.1.2 https://github.com/ruby/net-pop
26
25
net-smtp 0.5.1 https://github.com/ruby/net-smtp
27
26
matrix 0.4.2 https://github.com/ruby/matrix
0 commit comments