From: kou@... Date: 2014-09-09T13:01:59+00:00 Subject: [ruby-core:64898] [ruby-trunk - Bug #10213] bundled gems ignored by make install Issue #10213 has been updated by Kouhei Sutou. Hans Mackowiak wrote: > my use case would be i writing a script that makes a dot graph from the installed/requested gems and the dependencies between them ... with this some gems are different styled depending on some conditions, like if they have older versions that can be safe-removed(cleanup) or if there are newer versions online that can be updated, or if that gem is a default gem Thanks for describing your use case. It seems that `Gem::Specification#bundled_gem?` isn't needed for your use case. Because you can handle default gems as normal gems. ---------------------------------------- Bug #10213: bundled gems ignored by make install https://bugs.ruby-lang.org/issues/10213#change-48757 * Author: Hans Mackowiak * Status: Assigned * Priority: Normal * Assignee: Hiroshi SHIBATA * Category: build * Target version: * ruby -v: ruby 2.2.0dev (2014-09-08 trunk 47447) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- i am often working with ruby trunk, and then i notice that "sudo make install" does ignore the gems that got moved from "defs/default_gems" to "gems/bundled_gems" means gems listed in "gems/bundled_gems" toally got ignored and might missing later -- https://bugs.ruby-lang.org/