From: hsbt@... Date: 2019-06-26T01:30:20+00:00 Subject: [ruby-core:93366] [Ruby trunk Bug#12764] rubygems with multi default gem problem Issue #12764 has been updated by hsbt (Hiroshi SHIBATA). @jeremyevans0 +1, Can you commit it? Thanks. ---------------------------------------- Bug #12764: rubygems with multi default gem problem https://bugs.ruby-lang.org/issues/12764#change-78881 * Author: znz (Kazuhiro NISHIYAMA) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: * ruby -v: trunk * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- This issue may affect Ruby committers only. This does not probably affect released ruby. With development ruby, `make install` many times. After them, default gems are duplicated when exists updated. And gem with old version in Gemfile does not work well. Example: ``` % gem list rdoc *** LOCAL GEMS *** rdoc (default: 5.0.0.beta2, default: 4.2.1) % cat Gemfile # frozen_string_literal: true source "https://rubygems.org" # gem "rails" gem 'rdoc', '4.2.1' % cat Gemfile.lock GEM remote: https://rubygems.org/ specs: rdoc (4.2.1) PLATFORMS ruby DEPENDENCIES rdoc (= 4.2.1) BUNDLED WITH 1.13.0 % bundle exec ruby -r rdoc -e 'p RDoc::VERSION' "5.0.0.beta2" ``` FYI: [Difference of bundled gem and default gem (in Japanese)](http://blog.n-z.jp/blog/2016-09-10-bundled-gem-and-default-gem.html) ---Files-------------------------------- rbinstall-destdir.patch (997 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: