Project

General

Profile

Actions

Bug #21457

closed

Bundled gems - power_assert is not being installed

Added by MSP-Greg (Greg L) 1 day ago. Updated about 9 hours ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby -v: ruby 3.5.0dev (2025-06-28T11:17:35Z master 90abfe6fb7) +PRISM [x64-mingw-ucrt]
[ruby-core:122614]

Description

See https://github.com/ruby/ruby/actions/runs/15944248440/job/44976268400#step:8:297

skipped bundled gems:
    power_assert-3.0.0dev.gem       not found in bundled_gems
    syslog-0.3.0.gem                extensions not found or build failed syslog-0.3.0

Related issues 1 (0 open1 closed)

Related to Ruby - Bug #21388: make install and bundled gemsRejectedhsbt (Hiroshi SHIBATA)Actions
Actions #1

Updated by nobu (Nobuyoshi Nakada) about 9 hours ago

  • Related to Bug #21388: make install and bundled gems added

Updated by nobu (Nobuyoshi Nakada) about 9 hours ago

  • Status changed from Open to Closed

That gem file is generated only for the test.
power_assert is the style to bump up its version at the beginning of the next release.
https://github.com/ruby/power_assert/blob/ruby-3-5-style-set/lib/power_assert/version.rb#L2
So the generated gem has the different version than gems/bundled_gems file.

Actions

Also available in: Atom PDF

Like0
Like0Like0