From: eregontp@... Date: 2016-01-06T22:49:44+00:00 Subject: [ruby-core:72737] [Ruby trunk - Bug #11937] [Closed] did_you_mean and other bundled gems are not installed by make install Issue #11937 has been updated by Benoit Daloze. Status changed from Feedback to Closed Thanks for your comments and commits, it is clearer now :) ---------------------------------------- Bug #11937: did_you_mean and other bundled gems are not installed by make install https://bugs.ruby-lang.org/issues/11937#change-55984 * Author: Benoit Daloze * Status: Closed * Priority: Normal * Assignee: * ruby -v: ruby 2.4.0dev (2015-12-30 trunk 53388) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- did_you_mean and other bundled gems are not installed when doing a regular local build: autoconf ./configure --prefix=... make install .../bin/ruby -e 'require "did_you_mean"' => LoadError `make update-gems` before `make install` will make it work, but this should be automatic (if no gems in gems/, download them and when gems/bundled_gems change fetch the new ones) or at least documented. -- https://bugs.ruby-lang.org/ Unsubscribe: