Skip to content

Commit 8a2c326

Browse files
octo-sts[bot]wolfi-botdeveloper-guy
authored
ruby-3.4/3.4.4 package update (#53280)
<p align="center"> <img src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg" /> </p> --------- Signed-off-by: wolfi-bot <[email protected]> Signed-off-by: Batuhan Apaydin <[email protected]> Co-authored-by: wolfi-bot <[email protected]> Co-authored-by: Batuhan Apaydin <[email protected]>
1 parent c8c8501 commit 8a2c326

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

ruby-3.4.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: ruby-3.4
3-
version: "3.4.3"
3+
version: "3.4.4"
44
epoch: 0
55
description: "the Ruby programming language"
66
copyright:
@@ -63,7 +63,7 @@ pipeline:
6363
with:
6464
repository: https://github.com/ruby/ruby
6565
tag: v${{vars.underscore-package-version}}
66-
expected-commit: d0b7e5b6a04bde21ca483d20a1546b28b401c2d4
66+
expected-commit: a38531fd3f617bf734ef7d6c595325f69985ea1d
6767

6868
- uses: patch
6969
with:

ruby-3.4/remove-already-provided-gems-from-gems_bundled_gems.patch

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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.
56

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]>
98
---
109
gems/bundled_gems | 2 --
1110
1 file changed, 2 deletions(-)
1211

1312
diff --git a/gems/bundled_gems b/gems/bundled_gems
14-
index 3873767596..d4f50fac6b 100644
13+
index a5286d5..d4f50fa 100644
1514
--- a/gems/bundled_gems
1615
+++ b/gems/bundled_gems
1716
@@ -10,10 +10,8 @@ minitest 5.25.4 https://github.com/minitest/minitest
@@ -21,7 +20,7 @@ index 3873767596..d4f50fac6b 100644
2120
-rexml 3.4.0 https://github.com/ruby/rexml
2221
rss 0.3.1 https://github.com/ruby/rss
2322
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
2524
net-pop 0.1.2 https://github.com/ruby/net-pop
2625
net-smtp 0.5.1 https://github.com/ruby/net-smtp
2726
matrix 0.4.2 https://github.com/ruby/matrix

0 commit comments

Comments
 (0)