LoginSignup
0
0

More than 1 year has passed since last update.

spring が読み込まれない

Posted at

開発環境

ruby 2.6.5
Ruby on Rails 5.2.5
Bundler 2.2.24

本題

以前いろいろあってruby をアンインストールした
その関係で rails を再インストール

その後

rails new アプリ名 -d postgresql -d --skip bundle`

をすると下記のエラー

bundler: failed to load command: spring (/Users/isamutatsuya/workspace/nokogiriapp/vendor/bundle/ruby/2.6.0/bin/spring)

bundle install をスキップしてるのになんでこんなエラーが出るかは不明
しかしどうやら spring が読み込まれていない


上の記事を参考にして

gem update --system

するとエラーがでなくなった

bundler のバージョンと `gem
のバージョンの関係のエラーみたい

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0