From: eregontp@... Date: 2016-01-01T12:08:20+00:00 Subject: [ruby-core:72652] [Ruby trunk - Bug #11937] [Open] did_you_mean and other bundled gems are not installed by make install Issue #11937 has been reported by Benoit Daloze. ---------------------------------------- Bug #11937: did_you_mean and other bundled gems are not installed by make install https://bugs.ruby-lang.org/issues/11937 * Author: Benoit Daloze * Status: Open * 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: