質問するログイン新規登録

回答編集履歴

1

追記

2020/05/12 15:06

投稿

winterboum
winterboum

スコア23674

answer CHANGED
@@ -1,2 +1,8 @@
1
1
  springが邪魔をしているようです。
2
- kill してからやり直してみてくだし
2
+ kill してからやり直してみてくだし
3
+
4
+ 追記
5
+ 良く読んでみたら、springのversion違いのようです
6
+ This is probably because you generated binstubs with Spring 1.0, and you now have a **Spring version > 1.0 on your system**.
7
+ 次の様にしろ、とあります
8
+ To solve this, **upgrade your bundle to the latest Spring version** and then run `bundle exec spring binstub --all` to regenerate your binstubs. This is a one-time step necessary to upgrade from 1.0 to 1.1.