LoginSignup
0
0

More than 3 years have passed since last update.

【Ruby on rails】You have requested: spring = 2.0.2 The bundle currently has spring locked at 2.1.0. Try running `bundle update spring` If you are updating multiple gems in your Gemfile at once, try passing them all to `bundle update`と表示される。

Posted at

rails環境構築時エラー

環境設定時に以下コマンドを入力しました。

bundle install

するとエラーが発生

You have requested:
  spring = 2.0.2

The bundle currently has spring locked at 2.1.0.
Try running `bundle update spring`

If you are updating multiple gems in your Gemfile at once,
try passing them all to `bundle update`

bundleアップデートしてくださいとのこと。

bundle update

bundleアップデートした後再びインストール。

bundle install

エラーがなくインストールできました!

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