Skip to content

ruby-3.4/3.4.4 package update #53280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ruby-3.4.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ruby-3.4
version: "3.4.3"
version: "3.4.4"
epoch: 0
description: "the Ruby programming language"
copyright:
Expand Down Expand Up @@ -63,7 +63,7 @@ pipeline:
with:
repository: https://github.com/ruby/ruby
tag: v${{vars.underscore-package-version}}
expected-commit: d0b7e5b6a04bde21ca483d20a1546b28b401c2d4
expected-commit: a38531fd3f617bf734ef7d6c595325f69985ea1d

- uses: patch
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
From 475ce2af8c9c5c96ee903899d6b268108252c69b Mon Sep 17 00:00:00 2001
From: Debasish Biswas <[email protected]>
Date: Tue, 18 Feb 2025 23:32:27 +0800
Subject: [PATCH] feat: Remove modules from bundled gems list to avoid unnecessary duplication.
From ada5fb811e09dfe78f3f8bcdf265b94d1dced97c Mon Sep 17 00:00:00 2001
From: Batuhan Apaydin <[email protected]>
Date: Fri, 16 May 2025 20:03:12 +0300
Subject: [PATCH] Remove modules from bundled gems list to avoid unnecessary
duplication.

Removed `rexml` and `net-imap` from `gems/bundled_gems` as they are already provided as separate packages in Wolfi

Signed-off-by: Debasish Biswas <[email protected]>
Signed-off-by: Batuhan Apaydin <[email protected]>
---
gems/bundled_gems | 2 --
1 file changed, 2 deletions(-)

diff --git a/gems/bundled_gems b/gems/bundled_gems
index 3873767596..d4f50fac6b 100644
index a5286d5..d4f50fa 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -10,10 +10,8 @@ minitest 5.25.4 https://github.com/minitest/minitest
Expand All @@ -21,7 +20,7 @@ index 3873767596..d4f50fac6b 100644
-rexml 3.4.0 https://github.com/ruby/rexml
rss 0.3.1 https://github.com/ruby/rss
net-ftp 0.3.8 https://github.com/ruby/net-ftp
-net-imap 0.5.6 https://github.com/ruby/net-imap
-net-imap 0.5.8 https://github.com/ruby/net-imap
net-pop 0.1.2 https://github.com/ruby/net-pop
net-smtp 0.5.1 https://github.com/ruby/net-smtp
matrix 0.4.2 https://github.com/ruby/matrix
Expand Down
Loading