<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/ruby.scm, branch master</title>
<subtitle>GNU transactional package management, distribution, deployment, and more!
</subtitle>
<id>http://git.rostovtsev.org/guix/atom?h=master</id>
<link rel='self' href='http://git.rostovtsev.org/guix/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/'/>
<updated>2025-10-23T20:41:55Z</updated>
<entry>
<title>gnu: ruby-3.4: Update to 3.4.7.</title>
<updated>2025-10-23T20:41:55Z</updated>
<author>
<name>Remco van 't Veer</name>
<email>remco@remworks.net</email>
</author>
<published>2025-10-08T15:33:32Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=d064136f6ab8bd893d06c5fb6e7e8f2f27b42746'/>
<id>urn:sha1:d064136f6ab8bd893d06c5fb6e7e8f2f27b42746</id>
<content type='text'>
Includes an update to the uri gem addressing CVE-2025-61594.

* gnu/packages/ruby.scm (ruby-3.4): Update to 3.4.7.

Change-Id: Ib5892b938e9ccabf38fc8110ce137f130e0b5031
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
</entry>
<entry>
<title>gnu: ruby-3.4: Update to 3.4.6.</title>
<updated>2025-09-19T19:59:42Z</updated>
<author>
<name>Remco van 't Veer</name>
<email>remco@remworks.net</email>
</author>
<published>2025-08-20T16:53:11Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=bb07d7c1b2ab145b87172d4a5a8d585e219c390b'/>
<id>urn:sha1:bb07d7c1b2ab145b87172d4a5a8d585e219c390b</id>
<content type='text'>
* gnu/packages/ruby.scm (ruby-3.4): Update to 3.4.6.

Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
</entry>
<entry>
<title>gnu: ruby-3.3: Disinherit from ruby-3.4.</title>
<updated>2025-09-18T17:02:07Z</updated>
<author>
<name>Remco van 't Veer</name>
<email>remco@remworks.net</email>
</author>
<published>2025-08-25T08:34:17Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=fa832b8a8e741663c5ac2a55177eee3664ee3b99'/>
<id>urn:sha1:fa832b8a8e741663c5ac2a55177eee3664ee3b99</id>
<content type='text'>
Remove inheritance relation between ruby-3.3 and ruby-3.4 to prevent
rebuilds of ruby-3.3 when ruby-3.4 changes.

* gnu/packages/ruby.scm (ruby-3.3): Disinherit from ruby-3.4 package.
Copy-paste the fields instead.

Change-Id: I93c1e1b8d57e6a3d4a6b6b5c0b00273a0f3430cc
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
</entry>
<entry>
<title>Reapply "Update Maxim's email address."</title>
<updated>2025-09-18T04:44:12Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2025-09-18T03:25:39Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=10482f731e6def20df23caa9cd0b9ab428f52a50'/>
<id>urn:sha1:10482f731e6def20df23caa9cd0b9ab428f52a50</id>
<content type='text'>
This reverts commit a7db92d9b389cbe565395523882c34c6eff2c21a, this time with
the more careful command, to avoid a world rebuild:

grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \
  --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com |
  xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'

Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
</content>
</entry>
<entry>
<title>Revert "Update Maxim's email address."</title>
<updated>2025-09-18T03:07:31Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2025-09-18T03:04:28Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=a7db92d9b389cbe565395523882c34c6eff2c21a'/>
<id>urn:sha1:a7db92d9b389cbe565395523882c34c6eff2c21a</id>
<content type='text'>
This reverts commit d0d87a744d724b7e7d5ac013c586039652087bb3. Oops! This
caused a world rebuild.

Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
</content>
</entry>
<entry>
<title>Update Maxim's email address.</title>
<updated>2025-09-17T23:05:19Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2025-09-17T23:03:01Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=d0d87a744d724b7e7d5ac013c586039652087bb3'/>
<id>urn:sha1:d0d87a744d724b7e7d5ac013c586039652087bb3</id>
<content type='text'>
The change was automated via:

  git grep -l maxim.cournoyer@gmail.com |
    xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'

* .mailmap: New entry.

Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
</content>
</entry>
<entry>
<title>gnu: ruby-3.3: Update to 3.3.9.</title>
<updated>2025-09-01T20:03:14Z</updated>
<author>
<name>Remco van 't Veer</name>
<email>remco@remworks.net</email>
</author>
<published>2025-08-20T16:33:43Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=7af4a57c302237199decba5d27c0ec77c2cdba30'/>
<id>urn:sha1:7af4a57c302237199decba5d27c0ec77c2cdba30</id>
<content type='text'>
Bugfixes including CVE-2025-24294: "Possible Denial of Service in resolv
gem".

* gnu/packages/ruby.scm (ruby-3.3): Update to 3.3.9.

Change-Id: I5f73c8e523d6ce574b5cca8bab14c4abde2a6337
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
</entry>
<entry>
<title>gnu: Remove ruby-3.2.</title>
<updated>2025-08-20T07:33:14Z</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2025-08-20T07:32:26Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=c92ff924e59d8c29ce855da7eaad5ccebfe9c6f1'/>
<id>urn:sha1:c92ff924e59d8c29ce855da7eaad5ccebfe9c6f1</id>
<content type='text'>
* gnu/packages/ruby.scm (ruby-3.2): Delete variable.

Change-Id: I7d2892b9535391fe4ae6eac3e6a2c94ddcd3c625
</content>
</entry>
<entry>
<title>gnu: Remove ruby-3.1.</title>
<updated>2025-08-20T07:33:14Z</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2025-08-20T07:32:08Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=c7699cf2bf4e6380aaefd8fa69c8731afc1f0cc0'/>
<id>urn:sha1:c7699cf2bf4e6380aaefd8fa69c8731afc1f0cc0</id>
<content type='text'>
* gnu/packages/ruby.scm (ruby-3.1): Delete variable.

Change-Id: I0f89910de4475644fd802ea93d637d59407cf9da
</content>
</entry>
<entry>
<title>gnu: ruby: Default to ruby-3.3.</title>
<updated>2025-06-20T18:40:08Z</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2025-06-18T14:28:14Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=0f45183400301ab1697f6adef9b9d17130249664'/>
<id>urn:sha1:0f45183400301ab1697f6adef9b9d17130249664</id>
<content type='text'>
* gnu/packages/ruby.scm (ruby): Set to ruby-3.3.
</content>
</entry>
</feed>
