Can't upgrade rubygems-*?

I’m running Rocky 8.7 and hve done a Tenable scan which points to all my rubygems-* needing an upgrade because of Rocky Enterprise Software Foundation Product Errata
However when I try to update they all say they’re the current version ;-(
I suspect a repo disabled or something odd, any ideas?

zubat# dnf info rubygem-io-console
Last metadata expiration check: 0:07:56 ago on Thu 09 Feb 2023 02:06:34 PM NZDT.
Installed Packages
Name         : rubygem-io-console
Version      : 0.4.6
Release      : 110.module+el8.6.0+992+fc951c18
Architecture : x86_64
Size         : 22 k
Source       : ruby-2.5.9-110.module+el8.6.0+992+fc951c18.src.rpm
Repository   : @System
From repo    : appstream
Summary      : IO/Console is a simple console utilizing library
URL          : http://ruby-lang.org/
License      : (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
Description  : IO/Console provides very simple and portable access to console. It doesn't
             : provide higher layer features, such like curses and readline.

Available Packages
Name         : rubygem-io-console
Version      : 0.4.6
Release      : 110.module+el8.6.0+992+fc951c18
Architecture : i686
Size         : 67 k
Source       : ruby-2.5.9-110.module+el8.6.0+992+fc951c18.src.rpm
Repository   : appstream
Summary      : IO/Console is a simple console utilizing library
URL          : http://ruby-lang.org/
License      : (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
Description  : IO/Console provides very simple and portable access to console. It doesn't
             : provide higher layer features, such like curses and readline.

Tenable (like other scanners) tend to incorrect on how it assesses what is up to date and what isn’t. Ruby is a module in Rocky Linux 8, which means there are multiple streams. The default stream is 2.5. If you want to upgrade to 3.0, you need to switch the module stream to 3.0. Check dnf module list.

You’re correct , looks like we’re on the default 2.5 stream. :slight_smile:

zubat# dnf module list ruby
Last metadata expiration check: 0:19:54 ago on Thu 09 Feb 2023 02:06:34 PM NZDT.
Rocky Linux 8 - AppStream
Name                                        Stream        
ruby                                        2.5 [d][e]    
ruby                                        2.6           
ruby                                        2.7           
ruby                                        3.0           
ruby                                        3.1           

I’ll switch to 3.0 and see if that sorts it.