本厚木のエンジニアブログではある

日々の開発で出たエラーや日常などいろいろ書いていくブログです。

rails Warning: Running `gem pristine --all`… エラー解決方法

rails sでrails serverを立ち上げた際に Warning: Running `gem pristine --all`とエラーが出たのでその解決方法を書きます。

Warning: Running gem pristine --all エラー解決方法

状況:rails sを実行した際に警告が出た

‘’‘Warning: Running gem pristine --all to regenerate your installed gemspecs (and deleting then reinstalling your bundle if you use bundle –path) will improve the startup performance of Spring.’'

gem pristine --allを実行してくださいと書いてあるので gem pristine –allを実行で解決。

rails sで通常通りサーバーを立ちあげられました。