undefined method require_gem
0pt
# ruby script/server
Gem::SourceIndex#search support for String patterns is deprecated
./script/../config/boot.rb:26 is outdated
./script/../config/boot.rb:29: undefined method `require_gem' for main:Object (NoMethodError)
from script/server:2:in `require'
from script/server:2
上記のエラーが出力された場合
該当サーバのgemのバージョンを確認する
0.系と1.系でboot.rbの記述方法が違うので変更する
例)
エラーの出力されている26行目を次の様に修正する
変更前
require_gem
変更後
gem
「undefined method require_gem」について友人に書いてもらう。
コメントはまだありません