($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: auh@yoctoproject.org
To: Ross Burton <ross.burton@arm.com>
Cc: openembedded-core@lists.openembedded.org
Subject: [AUH] ruby: upgrading to 3.3.1 SUCCEEDED
Date: Wed, 15 May 2024 17:32:18 +0000	[thread overview]
Message-ID: <0101018f7d4fe0e7-231e4a63-2818-4f75-bb8b-9c0d8a29202d-000000@us-west-2.amazonses.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 8701 bytes --]

Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *ruby* to *3.3.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-ruby-upgrade-3.3.0-3.3.1.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 45c0567f655a8d5bf16f6eb770104d58d0b808c0 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 15 May 2024 10:43:00 +0000
Subject: [PATCH] ruby: upgrade 3.3.0 -> 3.3.1

---
 ...01-extmk-fix-cross-compilation-of-external-gems.patch | 6 +++---
 ..._dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch | 2 +-
 .../ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch | 2 +-
 .../0003-rdoc-build-reproducible-documentation.patch     | 2 +-
 ...kmf.rb-sort-list-of-object-files-in-generated-M.patch | 2 +-
 ...k-Gemspec-reproducible-change-fixing-784225-too.patch | 9 +++------
 .../ruby/ruby/0006-Make-gemspecs-reproducible.patch      | 2 +-
 .../ruby/{ruby_3.3.0.bb => ruby_3.3.1.bb}                | 2 +-
 8 files changed, 12 insertions(+), 15 deletions(-)
 rename meta/recipes-devtools/ruby/{ruby_3.3.0.bb => ruby_3.3.1.bb} (98%)

diff --git a/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch b/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
index 7402e76333..c08b97e29c 100644
--- a/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
+++ b/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
@@ -1,4 +1,4 @@
-From caa03f46a3204a7e0f0e5d9d9cc9113304dc0382 Mon Sep 17 00:00:00 2001
+From 2d2b7389b922d18b6c3e98082e12f61cbe1c20f0 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <andre.draszik@jci.com>
 Date: Mon, 30 Sep 2019 16:57:01 +0100
 Subject: [PATCH] extmk: fix cross-compilation of external gems
@@ -16,10 +16,10 @@ Signed-off-by: André Draszik <andre.draszik@jci.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/ext/extmk.rb b/ext/extmk.rb
-index 428ffc9..87eff71 100755
+index d9c2417..da14c49 100755
 --- a/ext/extmk.rb
 +++ b/ext/extmk.rb
-@@ -420,8 +420,8 @@ else
+@@ -428,8 +428,8 @@ else
  end
  $ruby = [$ruby]
  $ruby << "-I'$(topdir)'"
diff --git a/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch b/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
index 67054d6553..e5ce32a8d4 100644
--- a/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
+++ b/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
@@ -1,4 +1,4 @@
-From 980dcc5380db6f03451357140ae1487117300156 Mon Sep 17 00:00:00 2001
+From b2fb998401856aa108a6f5de5a5d6a6503b63d70 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Tue, 25 Jan 2022 20:29:14 -0800
 Subject: [PATCH] vm_dump.c: Define REG_S1 and REG_S2 for musl/riscv
diff --git a/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch b/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
index f3a65e785d..0f80fb259c 100644
--- a/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
+++ b/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
@@ -1,4 +1,4 @@
-From 7f7facb85bd65adec24230fe8ca7f6a9863a1fd0 Mon Sep 17 00:00:00 2001
+From 504075c1dc9fab31fabd2ea056c45c31ff3f8350 Mon Sep 17 00:00:00 2001
 From: Christopher Larson <chris_larson@mentor.com>
 Date: Thu, 5 May 2016 10:59:07 -0700
 Subject: [PATCH] Obey LDFLAGS for the link of libruby
diff --git a/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch b/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
index e2d5b57c25..78d417d1d7 100644
--- a/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
+++ b/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
@@ -1,4 +1,4 @@
-From 5079e678ce2a81416088c04f9123cd8207d5def2 Mon Sep 17 00:00:00 2001
+From bc4b8c02dd7ca0f59de5d1d079e0463a9502abc3 Mon Sep 17 00:00:00 2001
 From: Christian Hofstaedtler <zeha@debian.org>
 Date: Tue, 10 Oct 2017 15:04:34 -0300
 Subject: [PATCH] rdoc: build reproducible documentation
diff --git a/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch b/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
index b14a731cfb..906338e0d3 100644
--- a/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
+++ b/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
@@ -1,4 +1,4 @@
-From 99734381652602f76075017576a819c427ebb5f2 Mon Sep 17 00:00:00 2001
+From 5d52bd610f8dd81767d994c1a29ed74ea92f850a Mon Sep 17 00:00:00 2001
 From: Reiner Herrmann <reiner@reiner-h.de>
 Date: Tue, 10 Oct 2017 15:06:13 -0300
 Subject: [PATCH] lib/mkmf.rb: sort list of object files in generated Makefile
diff --git a/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch b/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
index 24268625a2..f72ca8ac00 100644
--- a/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
+++ b/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
@@ -1,4 +1,4 @@
-From 3bc324379aa3e322bad9353da8c0064cd671cc74 Mon Sep 17 00:00:00 2001
+From fbc5af7c3991c754629ddb64802cd71620ecac9b Mon Sep 17 00:00:00 2001
 From: Lucas Kanashiro <kanashiro@debian.org>
 Date: Fri, 1 Nov 2019 15:25:17 -0300
 Subject: [PATCH] Make gemspecs reproducible
@@ -12,10 +12,10 @@ Upstream-Status: Backport [debian]
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
-index a0c7faa..f0722d9 100644
+index 61ea3fc..15dda62 100644
 --- a/lib/rubygems/specification.rb
 +++ b/lib/rubygems/specification.rb
-@@ -1774,7 +1774,9 @@ class Gem::Specification < Gem::BasicSpecification
+@@ -1770,7 +1770,9 @@ class Gem::Specification < Gem::BasicSpecification
                  raise(Gem::InvalidSpecificationException,
                        "invalid date format in specification: #{date.inspect}")
                end
@@ -26,6 +26,3 @@ index a0c7faa..f0722d9 100644
                Time.utc(date.year, date.month, date.day)
              else
                TODAY
--- 
-2.39.2
-
diff --git a/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch b/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
index 21604dfc34..2aaa04a7df 100644
--- a/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
+++ b/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
@@ -1,4 +1,4 @@
-From 1dc7ef09c3c567c4adb09ccfd97e0e59c58edb9f Mon Sep 17 00:00:00 2001
+From 8074ed3ddbdb008cb032da77955f1f0414c7c21b Mon Sep 17 00:00:00 2001
 From: Lucas Kanashiro <kanashiro@debian.org>
 Date: Fri, 1 Nov 2019 15:25:17 -0300
 Subject: [PATCH] Make gemspecs reproducible
diff --git a/meta/recipes-devtools/ruby/ruby_3.3.0.bb b/meta/recipes-devtools/ruby/ruby_3.3.1.bb
similarity index 98%
rename from meta/recipes-devtools/ruby/ruby_3.3.0.bb
rename to meta/recipes-devtools/ruby/ruby_3.3.1.bb
index 657fc31b4d..fe9b12b87f 100644
--- a/meta/recipes-devtools/ruby/ruby_3.3.0.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.3.1.bb
@@ -47,7 +47,7 @@ do_configure:prepend() {
 
 DEPENDS:append:libc-musl = " libucontext"
 
-SRC_URI[sha256sum] = "96518814d9832bece92a85415a819d4893b307db5921ae1f0f751a9a89a56b7d"
+SRC_URI[sha256sum] = "8dc2af2802cc700cd182d5430726388ccf885b3f0a14fcd6a0f21ff249c9aa99"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
-- 
2.44.0


[-- Attachment #2: 0001-ruby-upgrade-3.3.0-3.3.1.patch --]
[-- Type: application/octet-stream, Size: 7738 bytes --]

From 45c0567f655a8d5bf16f6eb770104d58d0b808c0 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 15 May 2024 10:43:00 +0000
Subject: [PATCH] ruby: upgrade 3.3.0 -> 3.3.1

---
 ...01-extmk-fix-cross-compilation-of-external-gems.patch | 6 +++---
 ..._dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch | 2 +-
 .../ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch | 2 +-
 .../0003-rdoc-build-reproducible-documentation.patch     | 2 +-
 ...kmf.rb-sort-list-of-object-files-in-generated-M.patch | 2 +-
 ...k-Gemspec-reproducible-change-fixing-784225-too.patch | 9 +++------
 .../ruby/ruby/0006-Make-gemspecs-reproducible.patch      | 2 +-
 .../ruby/{ruby_3.3.0.bb => ruby_3.3.1.bb}                | 2 +-
 8 files changed, 12 insertions(+), 15 deletions(-)
 rename meta/recipes-devtools/ruby/{ruby_3.3.0.bb => ruby_3.3.1.bb} (98%)

diff --git a/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch b/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
index 7402e76333..c08b97e29c 100644
--- a/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
+++ b/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
@@ -1,4 +1,4 @@
-From caa03f46a3204a7e0f0e5d9d9cc9113304dc0382 Mon Sep 17 00:00:00 2001
+From 2d2b7389b922d18b6c3e98082e12f61cbe1c20f0 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <andre.draszik@jci.com>
 Date: Mon, 30 Sep 2019 16:57:01 +0100
 Subject: [PATCH] extmk: fix cross-compilation of external gems
@@ -16,10 +16,10 @@ Signed-off-by: André Draszik <andre.draszik@jci.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/ext/extmk.rb b/ext/extmk.rb
-index 428ffc9..87eff71 100755
+index d9c2417..da14c49 100755
 --- a/ext/extmk.rb
 +++ b/ext/extmk.rb
-@@ -420,8 +420,8 @@ else
+@@ -428,8 +428,8 @@ else
  end
  $ruby = [$ruby]
  $ruby << "-I'$(topdir)'"
diff --git a/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch b/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
index 67054d6553..e5ce32a8d4 100644
--- a/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
+++ b/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
@@ -1,4 +1,4 @@
-From 980dcc5380db6f03451357140ae1487117300156 Mon Sep 17 00:00:00 2001
+From b2fb998401856aa108a6f5de5a5d6a6503b63d70 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Tue, 25 Jan 2022 20:29:14 -0800
 Subject: [PATCH] vm_dump.c: Define REG_S1 and REG_S2 for musl/riscv
diff --git a/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch b/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
index f3a65e785d..0f80fb259c 100644
--- a/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
+++ b/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
@@ -1,4 +1,4 @@
-From 7f7facb85bd65adec24230fe8ca7f6a9863a1fd0 Mon Sep 17 00:00:00 2001
+From 504075c1dc9fab31fabd2ea056c45c31ff3f8350 Mon Sep 17 00:00:00 2001
 From: Christopher Larson <chris_larson@mentor.com>
 Date: Thu, 5 May 2016 10:59:07 -0700
 Subject: [PATCH] Obey LDFLAGS for the link of libruby
diff --git a/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch b/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
index e2d5b57c25..78d417d1d7 100644
--- a/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
+++ b/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
@@ -1,4 +1,4 @@
-From 5079e678ce2a81416088c04f9123cd8207d5def2 Mon Sep 17 00:00:00 2001
+From bc4b8c02dd7ca0f59de5d1d079e0463a9502abc3 Mon Sep 17 00:00:00 2001
 From: Christian Hofstaedtler <zeha@debian.org>
 Date: Tue, 10 Oct 2017 15:04:34 -0300
 Subject: [PATCH] rdoc: build reproducible documentation
diff --git a/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch b/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
index b14a731cfb..906338e0d3 100644
--- a/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
+++ b/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
@@ -1,4 +1,4 @@
-From 99734381652602f76075017576a819c427ebb5f2 Mon Sep 17 00:00:00 2001
+From 5d52bd610f8dd81767d994c1a29ed74ea92f850a Mon Sep 17 00:00:00 2001
 From: Reiner Herrmann <reiner@reiner-h.de>
 Date: Tue, 10 Oct 2017 15:06:13 -0300
 Subject: [PATCH] lib/mkmf.rb: sort list of object files in generated Makefile
diff --git a/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch b/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
index 24268625a2..f72ca8ac00 100644
--- a/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
+++ b/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
@@ -1,4 +1,4 @@
-From 3bc324379aa3e322bad9353da8c0064cd671cc74 Mon Sep 17 00:00:00 2001
+From fbc5af7c3991c754629ddb64802cd71620ecac9b Mon Sep 17 00:00:00 2001
 From: Lucas Kanashiro <kanashiro@debian.org>
 Date: Fri, 1 Nov 2019 15:25:17 -0300
 Subject: [PATCH] Make gemspecs reproducible
@@ -12,10 +12,10 @@ Upstream-Status: Backport [debian]
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
-index a0c7faa..f0722d9 100644
+index 61ea3fc..15dda62 100644
 --- a/lib/rubygems/specification.rb
 +++ b/lib/rubygems/specification.rb
-@@ -1774,7 +1774,9 @@ class Gem::Specification < Gem::BasicSpecification
+@@ -1770,7 +1770,9 @@ class Gem::Specification < Gem::BasicSpecification
                  raise(Gem::InvalidSpecificationException,
                        "invalid date format in specification: #{date.inspect}")
                end
@@ -26,6 +26,3 @@ index a0c7faa..f0722d9 100644
                Time.utc(date.year, date.month, date.day)
              else
                TODAY
--- 
-2.39.2
-
diff --git a/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch b/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
index 21604dfc34..2aaa04a7df 100644
--- a/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
+++ b/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
@@ -1,4 +1,4 @@
-From 1dc7ef09c3c567c4adb09ccfd97e0e59c58edb9f Mon Sep 17 00:00:00 2001
+From 8074ed3ddbdb008cb032da77955f1f0414c7c21b Mon Sep 17 00:00:00 2001
 From: Lucas Kanashiro <kanashiro@debian.org>
 Date: Fri, 1 Nov 2019 15:25:17 -0300
 Subject: [PATCH] Make gemspecs reproducible
diff --git a/meta/recipes-devtools/ruby/ruby_3.3.0.bb b/meta/recipes-devtools/ruby/ruby_3.3.1.bb
similarity index 98%
rename from meta/recipes-devtools/ruby/ruby_3.3.0.bb
rename to meta/recipes-devtools/ruby/ruby_3.3.1.bb
index 657fc31b4d..fe9b12b87f 100644
--- a/meta/recipes-devtools/ruby/ruby_3.3.0.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.3.1.bb
@@ -47,7 +47,7 @@ do_configure:prepend() {
 
 DEPENDS:append:libc-musl = " libucontext"
 
-SRC_URI[sha256sum] = "96518814d9832bece92a85415a819d4893b307db5921ae1f0f751a9a89a56b7d"
+SRC_URI[sha256sum] = "8dc2af2802cc700cd182d5430726388ccf885b3f0a14fcd6a0f21ff249c9aa99"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
-- 
2.44.0


[-- Attachment #3: buildhistory-diff-full.txt --]
[-- Type: text/plain, Size: 69850 bytes --]

packages/core2-64-poky-linux/ruby: SRC_URI changed from "http://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0.tar.gz file://0001-extmk-fix-cross-compilation-of-external-gems.patch file://0002-Obey-LDFLAGS-for-the-link-of-libruby.patch file://run-ptest file://0003-rdoc-build-reproducible-documentation.patch file://0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch file://0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch file://0006-Make-gemspecs-reproducible.patch file://0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch" to "http://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.1.tar.gz file://0001-extmk-fix-cross-compilation-of-external-gems.patch file://0002-Obey-LDFLAGS-for-the-link-of-libruby.patch file://run-ptest file://0003-rdoc-build-reproducible-documentation.patch file://0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch file://0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch file://0006-Make-gemspecs-reproducible.patch 
 file://0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch"
packages/core2-64-poky-linux/ruby: PKGV changed from 3.3.0 [default] to 3.3.1 [default]
packages/core2-64-poky-linux/ruby: PV changed from "3.3.0" to "3.3.1"
packages/core2-64-poky-linux/ruby/ruby-dbg: PKGSIZE changed from 11006816 to 11014616 (+0%)
packages/core2-64-poky-linux/ruby/ruby-dbg: FILELIST: removed "/usr/lib/.debug/libruby.so.3.3.0", added "/usr/lib/.debug/libruby.so.3.3.1"
packages/core2-64-poky-linux/ruby/ruby-dbg: PKGV changed from 3.3.0 [default] to 3.3.1 [default]
packages/core2-64-poky-linux/ruby/ruby-dbg: PV changed from "3.3.0" to "3.3.1"
packages/core2-64-poky-linux/ruby/ruby-dev: PKGV changed from 3.3.0 [default] to 3.3.1 [default]
packages/core2-64-poky-linux/ruby/ruby-dev: PV changed from "3.3.0" to "3.3.1"
packages/core2-64-poky-linux/ruby/ruby-doc: PKGV changed from 3.3.0 [default] to 3.3.1 [default]
packages/core2-64-poky-linux/ruby/ruby-doc: PV changed from "3.3.0" to "3.3.1"
packages/core2-64-poky-linux/ruby/ruby-locale: PKGV changed from 3.3.0 [default] to 3.3.1 [default]
packages/core2-64-poky-linux/ruby/ruby-locale: PV changed from "3.3.0" to "3.3.1"
packages/core2-64-poky-linux/ruby/ruby-ptest: PKGSIZE changed from 18101759 to 18111901 (+0%)
packages/core2-64-poky-linux/ruby/ruby-ptest: FILELIST: added "/usr/lib/ruby/ptest/test/rubygems/test_gem_safe_yaml.rb /usr/lib/ruby/ptest/test/rubygems/test_gem_commands_rebuild_command.rb"
packages/core2-64-poky-linux/ruby/ruby-ptest: PKGV changed from 3.3.0 [default] to 3.3.1 [default]
packages/core2-64-poky-linux/ruby/ruby-ptest: PV changed from "3.3.0" to "3.3.1"
packages/core2-64-poky-linux/ruby/ruby-rdoc: PKGSIZE changed from 1884960 to 1885195 (+0%)
packages/core2-64-poky-linux/ruby/ruby-rdoc: PKGV changed from 3.3.0 [default] to 3.3.1 [default]
packages/core2-64-poky-linux/ruby/ruby-rdoc: PV changed from "3.3.0" to "3.3.1"
packages/core2-64-poky-linux/ruby/ruby-ri-docs: PKGV changed from 3.3.0 [default] to 3.3.1 [default]
packages/core2-64-poky-linux/ruby/ruby-ri-docs: PV changed from "3.3.0" to "3.3.1"
packages/core2-64-poky-linux/ruby/ruby-src: PKGSIZE changed from 38212579 to 38223552 (+0%)
packages/core2-64-poky-linux/ruby/ruby-src: FILELIST: directory renamed /usr/src/debug/ruby/3.3.0/ext/syslog -> /usr/src/debug/ruby/3.3.1/ext/syslog, directory renamed /usr/src/debug/ruby/3.3.0/prism/util -> /usr/src/debug/ruby/3.3.1/prism/util, directory renamed /usr/src/debug/ruby/3.3.0/ext/monitor -> /usr/src/debug/ruby/3.3.1/ext/monitor, directory renamed /usr/src/debug/ruby/3.3.0/ext/digest/md5 -> /usr/src/debug/ruby/3.3.1/ext/digest/md5, directory renamed /usr/src/debug/ruby/3.3.0/ext/socket -> /usr/src/debug/ruby/3.3.1/ext/socket, directory renamed /usr/src/debug/ruby/3.3.0/ext/pathname -> /usr/src/debug/ruby/3.3.1/ext/pathname, directory renamed /usr/src/debug/ruby/3.3.0/coroutine/amd64 -> /usr/src/debug/ruby/3.3.1/coroutine/amd64, directory renamed /usr/src/debug/ruby/3.3.0/ext/continuation -> /usr/src/debug/ruby/3.3.1/ext/continuation, directory renamed /usr/src/debug/ruby/3.3.0/.bundle/gems/racc-1.7.3/ext/racc/cparse -> /usr/src/debug/ruby/3.3.1/.bundle/gems/racc-1.7.3/ext
 /racc/cparse, directory renamed /usr/src/debug/ruby/3.3.0/ext/digest -> /usr/src/debug/ruby/3.3.1/ext/digest, directory renamed /usr/src/debug/ruby/3.3.0/include/ruby/internal/encoding -> /usr/src/debug/ruby/3.3.1/include/ruby/internal/encoding, directory renamed /usr/src/debug/ruby/3.3.0/include/ruby/internal/intern/select -> /usr/src/debug/ruby/3.3.1/include/ruby/internal/intern/select, directory renamed /usr/src/debug/ruby/3.3.0/ext/digest/sha2 -> /usr/src/debug/ruby/3.3.1/ext/digest/sha2, directory renamed /usr/src/debug/ruby/3.3.0/ext/io/nonblock -> /usr/src/debug/ruby/3.3.1/ext/io/nonblock, directory renamed /usr/src/debug/ruby/3.3.0/ext/digest/sha1 -> /usr/src/debug/ruby/3.3.1/ext/digest/sha1, directory renamed /usr/src/debug/ruby/3.3.0/ext/ripper -> /usr/src/debug/ruby/3.3.1/ext/ripper, directory renamed /usr/src/debug/ruby/3.3.0/ext/fiddle -> /usr/src/debug/ruby/3.3.1/ext/fiddle, directory renamed /usr/src/debug/ruby/3.3.0/include/ruby/internal/intern -> /usr/src/debug/ruby
 /3.3.1/include/ruby/internal/intern, directory renamed /usr/src/debug/ruby/3.3.0/.bundle/gems/debug-1.9.1/ext/debug -> /usr/src/debug/ruby/3.3.1/.bundle/gems/debug-1.9.1/ext/debug, directory renamed /usr/src/debug/ruby/3.3.0/enc/jis -> /usr/src/debug/ruby/3.3.1/enc/jis, directory renamed /usr/src/debug/ruby/3.3.0/ext/digest/bubblebabble -> /usr/src/debug/ruby/3.3.1/ext/digest/bubblebabble, directory renamed /usr/src/debug/ruby/3.3.0/include/ruby/fiber -> /usr/src/debug/ruby/3.3.1/include/ruby/fiber, directory renamed /usr/src/debug/ruby/3.3.0/ext/pty -> /usr/src/debug/ruby/3.3.1/ext/pty, directory renamed /usr/src/debug/ruby/3.3.0/missing -> /usr/src/debug/ruby/3.3.1/missing, directory renamed /usr/src/debug/ruby/3.3.0/ext/nkf -> /usr/src/debug/ruby/3.3.1/ext/nkf, directory renamed /usr/src/debug/ruby/3.3.0/enc -> /usr/src/debug/ruby/3.3.1/enc, directory renamed /usr/src/debug/ruby/3.3.0/ext/json/fbuffer -> /usr/src/debug/ruby/3.3.1/ext/json/fbuffer, directory renamed /usr/src/debug
 /ruby/3.3.0/ext/etc -> /usr/src/debug/ruby/3.3.1/ext/etc, directory renamed /usr/src/debug/ruby/3.3.0/defs -> /usr/src/debug/ruby/3.3.1/defs, directory renamed /usr/src/debug/ruby/3.3.0/include/ruby -> /usr/src/debug/ruby/3.3.1/include/ruby, directory renamed /usr/src/debug/ruby/3.3.0/ext/strscan -> /usr/src/debug/ruby/3.3.1/ext/strscan, directory renamed /usr/src/debug/ruby/3.3.0 -> /usr/src/debug/ruby/3.3.1, directory renamed /usr/src/debug/ruby/3.3.0/internal -> /usr/src/debug/ruby/3.3.1/internal, directory renamed /usr/src/debug/ruby/3.3.0/ccan/list -> /usr/src/debug/ruby/3.3.1/ccan/list, directory renamed /usr/src/debug/ruby/3.3.0/include/ruby/io -> /usr/src/debug/ruby/3.3.1/include/ruby/io, directory renamed /usr/src/debug/ruby/3.3.0/ext/json/parser -> /usr/src/debug/ruby/3.3.1/ext/json/parser, directory renamed /usr/src/debug/ruby/3.3.0/enc/trans -> /usr/src/debug/ruby/3.3.1/enc/trans, directory renamed /usr/src/debug/ruby/3.3.0/include/ruby/internal -> /usr/src/debug/ruby/3.
 3.1/include/ruby/internal, directory renamed /usr/src/debug/ruby/3.3.0/enc/unicode/15.0.0 -> /usr/src/debug/ruby/3.3.1/enc/unicode/15.0.0, directory renamed /usr/src/debug/ruby/3.3.0/ext/bigdecimal -> /usr/src/debug/ruby/3.3.1/ext/bigdecimal, directory renamed /usr/src/debug/ruby/3.3.0/ext/objspace -> /usr/src/debug/ruby/3.3.1/ext/objspace, directory renamed /usr/src/debug/ruby/3.3.0/ext/fcntl -> /usr/src/debug/ruby/3.3.1/ext/fcntl, directory renamed /usr/src/debug/ruby/3.3.0/.bundle/gems/rbs-3.4.0/ext/rbs_extension -> /usr/src/debug/ruby/3.3.1/.bundle/gems/rbs-3.4.0/ext/rbs_extension, directory renamed /usr/src/debug/ruby/3.3.0/ext/coverage -> /usr/src/debug/ruby/3.3.1/ext/coverage, directory renamed /usr/src/debug/ruby/3.3.0/ext/json/generator -> /usr/src/debug/ruby/3.3.1/ext/json/generator, directory renamed /usr/src/debug/ruby/3.3.0/ext/zlib -> /usr/src/debug/ruby/3.3.1/ext/zlib, directory renamed /usr/src/debug/ruby/3.3.0/prism -> /usr/src/debug/ruby/3.3.1/prism, directory rena
 med /usr/src/debug/ruby/3.3.0/ext/date -> /usr/src/debug/ruby/3.3.1/ext/date, directory renamed /usr/src/debug/ruby/3.3.0/ext/io/wait -> /usr/src/debug/ruby/3.3.1/ext/io/wait, directory renamed /usr/src/debug/ruby/3.3.0/ext/stringio -> /usr/src/debug/ruby/3.3.1/ext/stringio, directory renamed /usr/src/debug/ruby/3.3.0/ext/io/console -> /usr/src/debug/ruby/3.3.1/ext/io/console, directory renamed /usr/src/debug/ruby/3.3.0/ext/digest/rmd160 -> /usr/src/debug/ruby/3.3.1/ext/digest/rmd160, directory renamed /usr/src/debug/ruby/3.3.0/ext/psych -> /usr/src/debug/ruby/3.3.1/ext/psych, directory renamed /usr/src/debug/ruby/3.3.0/ext/rbconfig/sizeof -> /usr/src/debug/ruby/3.3.1/ext/rbconfig/sizeof, directory renamed /usr/src/debug/ruby/3.3.0/include/ruby/internal/arithmetic -> /usr/src/debug/ruby/3.3.1/include/ruby/internal/arithmetic, directory renamed /usr/src/debug/ruby/3.3.0/ext/openssl -> /usr/src/debug/ruby/3.3.1/ext/openssl, directory renamed /usr/src/debug/ruby/3.3.0/ext/cgi/escape ->
  /usr/src/debug/ruby/3.3.1/ext/cgi/escape, directory renamed /usr/src/debug/ruby/3.3.0/ext/bigdecimal/missing -> /usr/src/debug/ruby/3.3.1/ext/bigdecimal/missing, directory renamed /usr/src/debug/ruby/3.3.0/ext -> /usr/src/debug/ruby/3.3.1/ext, directory renamed /usr/src/debug/ruby/3.3.0/ext/nkf/nkf-utf8 -> /usr/src/debug/ruby/3.3.1/ext/nkf/nkf-utf8, directory renamed /usr/src/debug/ruby/3.3.0/tool/ruby_vm/views -> /usr/src/debug/ruby/3.3.1/tool/ruby_vm/views, directory renamed /usr/src/debug/ruby/3.3.0/include/ruby/internal/core -> /usr/src/debug/ruby/3.3.1/include/ruby/internal/core, added "/usr/src/debug/ruby/3.3.1/ext/erb/escape/escape.c"
packages/core2-64-poky-linux/ruby/ruby-src: PKGV changed from 3.3.0 [default] to 3.3.1 [default]
packages/core2-64-poky-linux/ruby/ruby-src: PV changed from "3.3.0" to "3.3.1"
packages/core2-64-poky-linux/ruby/ruby-staticdev: PKGV changed from 3.3.0 [default] to 3.3.1 [default]
packages/core2-64-poky-linux/ruby/ruby-staticdev: PV changed from "3.3.0" to "3.3.1"
packages/core2-64-poky-linux/ruby/ruby: PKGSIZE changed from 26720162 to 26869582 (+1%)
packages/core2-64-poky-linux/ruby/ruby: FILELIST: directory renamed /usr/lib/ruby/3.3.0/rubygems/tsort/lib -> /usr/lib/ruby/3.3.0/rubygems/vendor/tsort/lib, directory renamed /usr/lib/ruby/3.3.0/rubygems/optparse/lib -> /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib, directory renamed /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo -> /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/docs -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/docs, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib, directory renamed /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib/net -> /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib/net, directory renamed /usr/lib/ru
 by/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap, directory renamed /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates -> /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp -> /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0 -> /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1, directory renamed /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules -> /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9 -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1, directory renamed /usr/lib/ruby/3.3.0/rubyge
 ms/resolver/molinillo/lib/molinillo/dependency_graph -> /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph, directory renamed /usr/lib/ruby/3.3.0/rubygems/resolv/lib -> /usr/lib/ruby/3.3.0/rubygems/vendor/resolv/lib, directory renamed /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http -> /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.3/lib/net -> /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.4/lib/net, directory renamed /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib -> /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.3 -> /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.4, directory renamed /usr/lib/ruby/3.3.0/rubygems/timeout/lib -> /usr/lib/ruby/3.3.0/rubygems/vendor/timeout/lib, directory renamed /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse -> /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse, directory renamed /us
 r/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net -> /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net, directory renamed /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.3/exe -> /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.9/exe, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe -> /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe, directory renamed /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net -> /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net, removed "/usr/lib/ruby/gems/3.3.0/cache/net-imap-0.4.9.gem /usr/lib/ruby/gems/3.3.0/cache/net-smtp-0.4.0.gem /usr/lib/ruby/3.3.0/rubygems/optparse.rb /usr/lib/ruby/3.3.0/rubygems/tsort.rb /usr/lib/ruby/gems/3.3.0/specifications/net-imap-0.4.9.
 gemspec /usr/lib/ruby/gems/3.3.0/specifications/net-smtp-0.4.0.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.2.gemspec /usr/lib/libruby.so.3.3.0 /usr/lib/ruby/3.3.0/rubygems/timeout.rb /usr/lib/ruby/3.3.0/rubygems/net/http.rb /usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.0.gemspec /usr/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.3.gemspec /usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.3.gem /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo.rb /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.3.gemspec", added "/usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/wss.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/version.rb /usr/lib/ruby/3.3.0/bundler/plugin/installer/path.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/common.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/file.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/mailto.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/generic.rb /usr/lib/libruby.so.3.3.1 /usr/lib/ruby/3.
 3.0/rubygems/vendor/uri/lib/uri/https.rb /usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.4.gem /usr/lib/ruby/3.3.0/rubygems/gemspec_helpers.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb /usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.3.1.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.1.gemspec /usr/lib/ruby/gems/3.3.0/cache/net-smtp-0.4.0.1.gem /usr/lib/ruby/gems/3.3.0/cache/net-imap-0.4.9.1.gem /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.9.gemspec /usr/lib/ruby/3.3.0/rubygems/commands/rebuild_command.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldaps.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri.rb /usr/lib/ruby/3.3.0/rubygems/vendored_molinillo.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldap.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/http.rb /usr/lib/ruby/gems/3.3.0/specifications/net-imap-0.4.9.1.gemspec /usr/lib/ruby/gems/3
 .3.0/specifications/net-smtp-0.4.0.1.gemspec /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ftp.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ws.rb /usr/lib/ruby/3.3.0/rubygems/vendored_net_http.rb /usr/lib/ruby/3.3.0/rubygems/vendored_optparse.rb /usr/lib/ruby/3.3.0/rubygems/vendored_timeout.rb /usr/lib/ruby/3.3.0/rubygems/vendored_tsort.rb /usr/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.4.gemspec"
packages/core2-64-poky-linux/ruby/ruby: PKGV changed from 3.3.0 [default] to 3.3.1 [default]
packages/core2-64-poky-linux/ruby/ruby: PV changed from "3.3.0" to "3.3.1"
Changes to packages/core2-64-poky-linux/ruby (sysroot):
  /usr/lib/libruby.so.3.3 changed symlink target from libruby.so.3.3.0 to libruby.so.3.3.1
  /usr/lib/libruby.so changed symlink target from libruby.so.3.3.0 to libruby.so.3.3.1
  /usr/lib/libruby.so.3.3.0 moved to /usr/lib/libruby.so.3.3.1
  /usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.3.gem moved to /usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.4.gem
  /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.3 moved to /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.9
  /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.3 moved to /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.4
  /usr/lib/ruby/gems/3.3.0/gems/net-http-0.4.0 moved to /usr/lib/ruby/gems/3.3.0/gems/net-http-0.4.1
  /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.3.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.9.gemspec
  /usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.1.gemspec
  /usr/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.3.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.4.gemspec
  /usr/lib/ruby/3.3.0/bundler/plugin/installer/path.rb was added
  /usr/lib/ruby/3.3.0/rubygems/commands/rebuild_command.rb was added
  /usr/lib/ruby/3.3.0/rubygems/gemspec_helpers.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_molinillo.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_net_http.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_optparse.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_timeout.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_tsort.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/state.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/backward.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/exceptions.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/generic_request.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/header.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/proxy_delta.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/request.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/requests.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/response.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/responses.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/https.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/status.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib/net was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib/net/protocol.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optionparser.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/ac.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/date.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/kwargs.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/shellwords.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/time.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/uri.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/version.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/resolv was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/resolv/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/resolv/lib/resolv.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/timeout was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/timeout/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/timeout/lib/timeout.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/tsort was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/tsort/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/tsort/lib/tsort.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/common.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/file.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ftp.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/generic.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/http.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/https.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldap.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldaps.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/mailto.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/version.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ws.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/wss.rb was added
  /usr/lib/ruby/gems/3.3.0/cache/net-imap-0.4.9.1.gem was added
  /usr/lib/ruby/gems/3.3.0/cache/net-smtp-0.4.0.1.gem was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1 was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/docs was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/docs/styles.css was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/Gemfile was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/authenticators.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/command_data.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/data_encoding.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/deprecated_client_options.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/errors.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/fetch_data.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/flags.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_data.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser/parser_utils.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl_adapter.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/anonymous_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/authentication_exchange.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/authenticators.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/client_adapter.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/cram_md5_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/digest_md5_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/external_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/gs2_header.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/login_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/oauthbearer_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/plain_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/protocol_adapters.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/scram_algorithm.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/scram_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/stringprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/xoauth2_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/search_result.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sequence_set.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/nameprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/saslprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/saslprep_tables.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/tables.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/trace.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/LICENSE.txt was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/Rakefile was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/benchmarks.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/rdoc.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/rfcs.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/saslprep.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/string_prep_tables_generator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/README.md was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1 was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/auth_cram_md5.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/auth_login.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/auth_plain.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/LICENSE.txt was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/NEWS.md was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/README.md was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1 was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe/rdoc was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe/ri was added
  /usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.3.1.gemspec was added
  /usr/lib/ruby/gems/3.3.0/specifications/net-imap-0.4.9.1.gemspec was added
  /usr/lib/ruby/gems/3.3.0/specifications/net-smtp-0.4.0.1.gemspec was added
  /usr/lib/ruby/3.3.0/rubygems/net was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/backward.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/exceptions.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/generic_request.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/header.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/proxy_delta.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/request.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/requests.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/response.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/responses.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/https.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/status.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net/http.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib/net was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib/net/protocol.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optionparser.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/ac.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/date.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/kwargs.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/shellwords.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/time.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/uri.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/version.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolv was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/errors.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/resolver.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/state.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolv/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/resolv/lib/resolv.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout/lib/timeout.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort/lib/tsort.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort.rb was removed
  /usr/lib/ruby/gems/3.3.0/cache/net-imap-0.4.9.gem was removed
  /usr/lib/ruby/gems/3.3.0/cache/net-smtp-0.4.0.gem was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9 was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/docs was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/docs/styles.css was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/Gemfile was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/authenticators.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/command_data.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/data_encoding.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/deprecated_client_options.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/errors.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/fetch_data.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/flags.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_data.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser/parser_utils.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl_adapter.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/anonymous_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/authentication_exchange.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/authenticators.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/client_adapter.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/cram_md5_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/digest_md5_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/external_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/gs2_header.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/login_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/oauthbearer_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/plain_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/protocol_adapters.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/scram_algorithm.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/scram_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/stringprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/xoauth2_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/search_result.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sequence_set.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/nameprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/saslprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/saslprep_tables.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/tables.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/trace.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/LICENSE.txt was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/Rakefile was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/benchmarks.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/rdoc.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/rfcs.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/saslprep.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/string_prep_tables_generator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/README.md was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0 was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/auth_cram_md5.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/auth_login.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/auth_plain.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/LICENSE.txt was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/NEWS.md was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/README.md was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2 was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe/rdoc was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe/ri was removed
  /usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.2.gemspec was removed
  /usr/lib/ruby/gems/3.3.0/specifications/net-imap-0.4.9.gemspec was removed
  /usr/lib/ruby/gems/3.3.0/specifications/net-smtp-0.4.0.gemspec was removed
Changes to packages/x86_64-linux/ruby-native (sysroot):
  /usr/lib/libruby.so.3.3 changed symlink target from libruby.so.3.3.0 to libruby.so.3.3.1
  /usr/lib/libruby.so changed symlink target from libruby.so.3.3.0 to libruby.so.3.3.1
  /usr/lib/libruby.so.3.3.0 moved to /usr/lib/libruby.so.3.3.1
  /usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.3.gem moved to /usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.4.gem
  /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.3 moved to /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.9
  /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.3 moved to /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.4
  /usr/lib/ruby/gems/3.3.0/gems/net-http-0.4.0 moved to /usr/lib/ruby/gems/3.3.0/gems/net-http-0.4.1
  /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.3.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.9.gemspec
  /usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.1.gemspec
  /usr/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.3.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.4.gemspec
  /usr/lib/ruby/3.3.0/bundler/plugin/installer/path.rb was added
  /usr/lib/ruby/3.3.0/rubygems/commands/rebuild_command.rb was added
  /usr/lib/ruby/3.3.0/rubygems/gemspec_helpers.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_molinillo.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_net_http.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_optparse.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_timeout.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_tsort.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/state.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/backward.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/exceptions.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/generic_request.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/header.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/proxy_delta.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/request.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/requests.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/response.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/responses.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/https.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/status.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib/net was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib/net/protocol.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optionparser.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/ac.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/date.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/kwargs.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/shellwords.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/time.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/uri.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/version.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/resolv was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/resolv/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/resolv/lib/resolv.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/timeout was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/timeout/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/timeout/lib/timeout.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/tsort was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/tsort/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/tsort/lib/tsort.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/common.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/file.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ftp.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/generic.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/http.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/https.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldap.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldaps.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/mailto.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/version.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ws.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/wss.rb was added
  /usr/lib/ruby/gems/3.3.0/cache/net-imap-0.4.9.1.gem was added
  /usr/lib/ruby/gems/3.3.0/cache/net-smtp-0.4.0.1.gem was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1 was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/docs was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/docs/styles.css was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/Gemfile was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/authenticators.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/command_data.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/data_encoding.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/deprecated_client_options.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/errors.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/fetch_data.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/flags.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_data.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser/parser_utils.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl_adapter.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/anonymous_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/authentication_exchange.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/authenticators.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/client_adapter.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/cram_md5_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/digest_md5_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/external_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/gs2_header.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/login_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/oauthbearer_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/plain_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/protocol_adapters.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/scram_algorithm.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/scram_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/stringprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/xoauth2_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/search_result.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sequence_set.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/nameprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/saslprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/saslprep_tables.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/tables.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/trace.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/LICENSE.txt was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/Rakefile was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/benchmarks.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/rdoc.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/rfcs.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/saslprep.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/string_prep_tables_generator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/README.md was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1 was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/auth_cram_md5.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/auth_login.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/auth_plain.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/LICENSE.txt was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/NEWS.md was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/README.md was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1 was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe/rdoc was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe/ri was added
  /usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.3.1.gemspec was added
  /usr/lib/ruby/gems/3.3.0/specifications/net-imap-0.4.9.1.gemspec was added
  /usr/lib/ruby/gems/3.3.0/specifications/net-smtp-0.4.0.1.gemspec was added
  /usr/lib/ruby/3.3.0/rubygems/net was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/backward.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/exceptions.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/generic_request.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/header.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/proxy_delta.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/request.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/requests.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/response.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/responses.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/https.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/status.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net/http.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib/net was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib/net/protocol.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optionparser.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/ac.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/date.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/kwargs.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/shellwords.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/time.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/uri.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/version.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolv was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/errors.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/resolver.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/state.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolv/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/resolv/lib/resolv.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout/lib/timeout.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort/lib/tsort.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort.rb was removed
  /usr/lib/ruby/gems/3.3.0/cache/net-imap-0.4.9.gem was removed
  /usr/lib/ruby/gems/3.3.0/cache/net-smtp-0.4.0.gem was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9 was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/docs was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/docs/styles.css was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/Gemfile was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/authenticators.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/command_data.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/data_encoding.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/deprecated_client_options.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/errors.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/fetch_data.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/flags.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_data.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser/parser_utils.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl_adapter.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/anonymous_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/authentication_exchange.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/authenticators.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/client_adapter.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/cram_md5_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/digest_md5_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/external_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/gs2_header.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/login_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/oauthbearer_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/plain_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/protocol_adapters.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/scram_algorithm.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/scram_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/stringprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/xoauth2_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/search_result.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sequence_set.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/nameprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/saslprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/saslprep_tables.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/tables.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/trace.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/LICENSE.txt was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/Rakefile was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/benchmarks.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/rdoc.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/rfcs.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/saslprep.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/string_prep_tables_generator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/README.md was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0 was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/auth_cram_md5.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/auth_login.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/auth_plain.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/LICENSE.txt was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/NEWS.md was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/README.md was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2 was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe/rdoc was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe/ri was removed
  /usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.2.gemspec was removed
  /usr/lib/ruby/gems/3.3.0/specifications/net-imap-0.4.9.gemspec was removed
  /usr/lib/ruby/gems/3.3.0/specifications/net-smtp-0.4.0.gemspec was removed

[-- Attachment #4: buildhistory-diff.txt --]
[-- Type: text/plain, Size: 59597 bytes --]

packages/core2-64-poky-linux/ruby/ruby-ptest: FILELIST: added "/usr/lib/ruby/ptest/test/rubygems/test_gem_safe_yaml.rb /usr/lib/ruby/ptest/test/rubygems/test_gem_commands_rebuild_command.rb"
packages/core2-64-poky-linux/ruby/ruby: FILELIST: directory renamed /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph -> /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph, directory renamed /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib/net -> /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib/net, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.3 -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1, directory renamed /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates -> /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/docs -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/docs, directory renamed /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo -> /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.3/lib/net -> /usr/lib/ruby/gems/3.3.
 0/gems/net-ftp-0.3.4/lib/net, directory renamed /usr/lib/ruby/3.3.0/rubygems/timeout/lib -> /usr/lib/ruby/3.3.0/rubygems/vendor/timeout/lib, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser, directory renamed /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http -> /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net -> /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net, directory renamed /usr/lib/ruby/3.3.0/rubygems/tsort/lib -> /usr/lib/ruby/3.3.0/rubygems/vendor/tsort/lib, directory renamed /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse -> /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap, directory renamed /usr/lib/ruby/gems/3.3.0/ge
 ms/net-smtp-0.4.0/lib/net/smtp -> /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp, directory renamed /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib -> /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib, directory renamed /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.3/exe -> /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.9/exe, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep, directory renamed /usr/lib/ruby/3.3.0/rubygems/resolv/lib -> /usr/lib/ruby/3.3.0/rubygems/vendor/resolv/lib, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe -> /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe, directory renamed /usr/lib/ruby/3.3.0/rubygems/optparse/lib -> /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib, directory re
 named /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net -> /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net, directory renamed /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules -> /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0 -> /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9 -> /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.4, directory renamed /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib -> /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib, removed "/usr/lib/ruby/gems/3.3.0/cache/net-imap-0.4.9.gem /usr/lib/ruby/gems/3.3.0/cache/net-smtp-0.4.0.gem /usr/lib/ruby/3.3.0/rubygems/net/http.rb /usr/lib/ruby/gems/3.3.0/specifications/net-smtp-0.4.0.gemspec /usr/lib/ruby/gems/3.3.0/speci
 fications/net-imap-0.4.9.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.0.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.3.gemspec /usr/lib/ruby/3.3.0/rubygems/timeout.rb /usr/lib/ruby/3.3.0/rubygems/optparse.rb /usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.2.gemspec /usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.3.gem /usr/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.3.gemspec /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo.rb /usr/lib/libruby.so.3.3.0 /usr/lib/ruby/3.3.0/rubygems/tsort.rb", added "/usr/lib/ruby/gems/3.3.0/cache/net-imap-0.4.9.1.gem /usr/lib/ruby/gems/3.3.0/cache/net-smtp-0.4.0.1.gem /usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.1.gemspec /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/mailto.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldaps.rb /usr/lib/ruby/3.3.
 0/rubygems/vendor/uri/lib/uri.rb /usr/lib/ruby/3.3.0/rubygems/vendored_molinillo.rb /usr/lib/ruby/3.3.0/rubygems/commands/rebuild_command.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ftp.rb /usr/lib/ruby/3.3.0/rubygems/vendored_optparse.rb /usr/lib/ruby/3.3.0/rubygems/vendored_net_http.rb /usr/lib/ruby/3.3.0/bundler/plugin/installer/path.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/version.rb /usr/lib/ruby/3.3.0/rubygems/vendored_tsort.rb /usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.3.1.gemspec /usr/lib/ruby/3.3.0/rubygems/vendored_timeout.rb /usr/lib/ruby/gems/3.3.0/specifications/net-smtp-0.4.0.1.gemspec /usr/lib/libruby.so.3.3.1 /usr/lib/ruby/3.3.0/rubygems/gemspec_helpers.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/generic.rb /usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.4.gem /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/https.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/file.rb /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.9.ge
 mspec /usr/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.4.gemspec /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldap.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/common.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/wss.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ws.rb /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/http.rb /usr/lib/ruby/gems/3.3.0/specifications/net-imap-0.4.9.1.gemspec"
Changes to packages/core2-64-poky-linux/ruby (sysroot):
  /usr/lib/libruby.so.3.3 changed symlink target from libruby.so.3.3.0 to libruby.so.3.3.1
  /usr/lib/libruby.so changed symlink target from libruby.so.3.3.0 to libruby.so.3.3.1
  /usr/lib/libruby.so.3.3.0 moved to /usr/lib/libruby.so.3.3.1
  /usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.3.gem moved to /usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.4.gem
  /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.3 moved to /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.9
  /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.3 moved to /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.4
  /usr/lib/ruby/gems/3.3.0/gems/net-http-0.4.0 moved to /usr/lib/ruby/gems/3.3.0/gems/net-http-0.4.1
  /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.3.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.9.gemspec
  /usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.1.gemspec
  /usr/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.3.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.4.gemspec
  /usr/lib/ruby/3.3.0/bundler/plugin/installer/path.rb was added
  /usr/lib/ruby/3.3.0/rubygems/commands/rebuild_command.rb was added
  /usr/lib/ruby/3.3.0/rubygems/gemspec_helpers.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_molinillo.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_net_http.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_optparse.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_timeout.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_tsort.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/state.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/backward.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/exceptions.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/generic_request.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/header.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/proxy_delta.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/request.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/requests.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/response.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/responses.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/https.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/status.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib/net was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib/net/protocol.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optionparser.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/ac.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/date.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/kwargs.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/shellwords.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/time.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/uri.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/version.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/resolv was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/resolv/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/resolv/lib/resolv.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/timeout was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/timeout/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/timeout/lib/timeout.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/tsort was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/tsort/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/tsort/lib/tsort.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/common.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/file.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ftp.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/generic.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/http.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/https.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldap.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldaps.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/mailto.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/version.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ws.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/wss.rb was added
  /usr/lib/ruby/gems/3.3.0/cache/net-imap-0.4.9.1.gem was added
  /usr/lib/ruby/gems/3.3.0/cache/net-smtp-0.4.0.1.gem was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1 was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/docs was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/docs/styles.css was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/Gemfile was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/authenticators.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/command_data.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/data_encoding.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/deprecated_client_options.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/errors.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/fetch_data.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/flags.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_data.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser/parser_utils.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl_adapter.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/anonymous_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/authentication_exchange.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/authenticators.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/client_adapter.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/cram_md5_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/digest_md5_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/external_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/gs2_header.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/login_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/oauthbearer_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/plain_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/protocol_adapters.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/scram_algorithm.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/scram_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/stringprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/xoauth2_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/search_result.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sequence_set.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/nameprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/saslprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/saslprep_tables.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/tables.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/trace.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/LICENSE.txt was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/Rakefile was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/benchmarks.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/rdoc.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/rfcs.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/saslprep.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/string_prep_tables_generator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/README.md was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1 was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/auth_cram_md5.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/auth_login.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/auth_plain.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/LICENSE.txt was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/NEWS.md was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/README.md was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1 was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe/rdoc was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe/ri was added
  /usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.3.1.gemspec was added
  /usr/lib/ruby/gems/3.3.0/specifications/net-imap-0.4.9.1.gemspec was added
  /usr/lib/ruby/gems/3.3.0/specifications/net-smtp-0.4.0.1.gemspec was added
  /usr/lib/ruby/3.3.0/rubygems/net was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/backward.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/exceptions.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/generic_request.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/header.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/proxy_delta.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/request.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/requests.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/response.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/responses.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/https.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/status.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net/http.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib/net was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib/net/protocol.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optionparser.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/ac.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/date.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/kwargs.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/shellwords.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/time.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/uri.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/version.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolv was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/errors.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/resolver.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/state.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolv/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/resolv/lib/resolv.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout/lib/timeout.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort/lib/tsort.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort.rb was removed
  /usr/lib/ruby/gems/3.3.0/cache/net-imap-0.4.9.gem was removed
  /usr/lib/ruby/gems/3.3.0/cache/net-smtp-0.4.0.gem was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9 was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/docs was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/docs/styles.css was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/Gemfile was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/authenticators.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/command_data.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/data_encoding.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/deprecated_client_options.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/errors.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/fetch_data.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/flags.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_data.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser/parser_utils.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl_adapter.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/anonymous_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/authentication_exchange.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/authenticators.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/client_adapter.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/cram_md5_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/digest_md5_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/external_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/gs2_header.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/login_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/oauthbearer_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/plain_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/protocol_adapters.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/scram_algorithm.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/scram_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/stringprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/xoauth2_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/search_result.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sequence_set.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/nameprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/saslprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/saslprep_tables.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/tables.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/trace.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/LICENSE.txt was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/Rakefile was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/benchmarks.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/rdoc.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/rfcs.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/saslprep.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/string_prep_tables_generator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/README.md was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0 was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/auth_cram_md5.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/auth_login.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/auth_plain.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/LICENSE.txt was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/NEWS.md was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/README.md was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2 was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe/rdoc was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe/ri was removed
  /usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.2.gemspec was removed
  /usr/lib/ruby/gems/3.3.0/specifications/net-imap-0.4.9.gemspec was removed
  /usr/lib/ruby/gems/3.3.0/specifications/net-smtp-0.4.0.gemspec was removed
Changes to packages/x86_64-linux/ruby-native (sysroot):
  /usr/lib/libruby.so.3.3 changed symlink target from libruby.so.3.3.0 to libruby.so.3.3.1
  /usr/lib/libruby.so changed symlink target from libruby.so.3.3.0 to libruby.so.3.3.1
  /usr/lib/libruby.so.3.3.0 moved to /usr/lib/libruby.so.3.3.1
  /usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.3.gem moved to /usr/lib/ruby/gems/3.3.0/cache/net-ftp-0.3.4.gem
  /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.3 moved to /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.9
  /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.3 moved to /usr/lib/ruby/gems/3.3.0/gems/net-ftp-0.3.4
  /usr/lib/ruby/gems/3.3.0/gems/net-http-0.4.0 moved to /usr/lib/ruby/gems/3.3.0/gems/net-http-0.4.1
  /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.3.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.9.gemspec
  /usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.1.gemspec
  /usr/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.3.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.4.gemspec
  /usr/lib/ruby/3.3.0/bundler/plugin/installer/path.rb was added
  /usr/lib/ruby/3.3.0/rubygems/commands/rebuild_command.rb was added
  /usr/lib/ruby/3.3.0/rubygems/gemspec_helpers.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_molinillo.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_net_http.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_optparse.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_timeout.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendored_tsort.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/state.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/backward.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/exceptions.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/generic_request.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/header.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/proxy_delta.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/request.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/requests.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/response.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/responses.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/https.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/status.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib/net was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib/net/protocol.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optionparser.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/ac.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/date.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/kwargs.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/shellwords.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/time.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/uri.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/version.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/resolv was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/resolv/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/resolv/lib/resolv.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/timeout was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/timeout/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/timeout/lib/timeout.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/tsort was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/tsort/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/tsort/lib/tsort.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/common.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/file.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ftp.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/generic.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/http.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/https.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldap.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldaps.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/mailto.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/version.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ws.rb was added
  /usr/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/wss.rb was added
  /usr/lib/ruby/gems/3.3.0/cache/net-imap-0.4.9.1.gem was added
  /usr/lib/ruby/gems/3.3.0/cache/net-smtp-0.4.0.1.gem was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1 was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/docs was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/docs/styles.css was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/Gemfile was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/authenticators.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/command_data.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/data_encoding.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/deprecated_client_options.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/errors.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/fetch_data.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/flags.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_data.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser/parser_utils.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/response_parser.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl_adapter.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/anonymous_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/authentication_exchange.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/authenticators.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/client_adapter.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/cram_md5_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/digest_md5_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/external_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/gs2_header.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/login_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/oauthbearer_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/plain_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/protocol_adapters.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/scram_algorithm.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/scram_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/stringprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sasl/xoauth2_authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/search_result.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/sequence_set.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/nameprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/saslprep.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/saslprep_tables.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/tables.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/lib/net/imap/stringprep/trace.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/LICENSE.txt was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/Rakefile was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/benchmarks.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/rdoc.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/rfcs.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/saslprep.rake was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/rakelib/string_prep_tables_generator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9.1/README.md was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1 was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/auth_cram_md5.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/authenticator.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/auth_login.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp/auth_plain.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/lib/net/smtp.rb was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/LICENSE.txt was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/NEWS.md was added
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0.1/README.md was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1 was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe/rdoc was added
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1/exe/ri was added
  /usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.3.1.gemspec was added
  /usr/lib/ruby/gems/3.3.0/specifications/net-imap-0.4.9.1.gemspec was added
  /usr/lib/ruby/gems/3.3.0/specifications/net-smtp-0.4.0.1.gemspec was added
  /usr/lib/ruby/3.3.0/rubygems/net was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/backward.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/exceptions.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/generic_request.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/header.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/proxy_delta.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/request.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/requests.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/response.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/responses.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/https.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-http/lib/net/http/status.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net/http.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib/net was removed
  /usr/lib/ruby/3.3.0/rubygems/net-protocol/lib/net/protocol.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optionparser.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/ac.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/date.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/kwargs.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/shellwords.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/time.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/uri.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse/lib/optparse/version.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/optparse.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolv was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/errors.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/resolver.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo/lib/molinillo/state.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolver/molinillo.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/resolv/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/resolv/lib/resolv.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout/lib/timeout.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/timeout.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort/lib was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort/lib/tsort.rb was removed
  /usr/lib/ruby/3.3.0/rubygems/tsort.rb was removed
  /usr/lib/ruby/gems/3.3.0/cache/net-imap-0.4.9.gem was removed
  /usr/lib/ruby/gems/3.3.0/cache/net-smtp-0.4.0.gem was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9 was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/docs was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/docs/styles.css was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/Gemfile was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/authenticators.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/command_data.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/data_encoding.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/deprecated_client_options.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/errors.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/fetch_data.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/flags.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_data.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser/parser_utils.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/response_parser.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl_adapter.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/anonymous_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/authentication_exchange.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/authenticators.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/client_adapter.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/cram_md5_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/digest_md5_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/external_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/gs2_header.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/login_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/oauthbearer_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/plain_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/protocol_adapters.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/scram_algorithm.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/scram_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/stringprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sasl/xoauth2_authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/search_result.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/sequence_set.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/nameprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/saslprep.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/saslprep_tables.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/tables.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/lib/net/imap/stringprep/trace.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/LICENSE.txt was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/Rakefile was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/benchmarks.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/rdoc.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/rfcs.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/saslprep.rake was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/rakelib/string_prep_tables_generator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-imap-0.4.9/README.md was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0 was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/auth_cram_md5.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/authenticator.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/auth_login.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp/auth_plain.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/lib/net/smtp.rb was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/LICENSE.txt was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/NEWS.md was removed
  /usr/lib/ruby/gems/3.3.0/gems/net-smtp-0.4.0/README.md was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2 was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe/rdoc was removed
  /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.2/exe/ri was removed
  /usr/lib/ruby/gems/3.3.0/specifications/default/rdoc-6.6.2.gemspec was removed
  /usr/lib/ruby/gems/3.3.0/specifications/net-imap-0.4.9.gemspec was removed
  /usr/lib/ruby/gems/3.3.0/specifications/net-smtp-0.4.0.gemspec was removed

             reply	other threads:[~2024-05-15 17:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-15 17:32 auh [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-01 16:00 [AUH] ruby: upgrading to 3.3.1 SUCCEEDED auh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0101018f7d4fe0e7-231e4a63-2818-4f75-bb8b-9c0d8a29202d-000000@us-west-2.amazonses.com \
    --to=auh@yoctoproject.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).