From: nobu@... Date: 2016-01-02T03:46:02+00:00 Subject: [ruby-core:72664] [Ruby trunk - Bug #11937] [Feedback] did_you_mean and other bundled gems are not installed by make install Issue #11937 has been updated by Nobuyoshi Nakada. Status changed from Open to Feedback Doesn't `make up` do it? ---------------------------------------- Bug #11937: did_you_mean and other bundled gems are not installed by make install https://bugs.ruby-lang.org/issues/11937#change-55916 * Author: Benoit Daloze * Status: Feedback * 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: