回答編集履歴
1
追記
test
CHANGED
@@ -1,3 +1,15 @@
|
|
1
1
|
springが邪魔をしているようです。
|
2
2
|
|
3
3
|
kill してからやり直してみてくだし
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
追記
|
8
|
+
|
9
|
+
良く読んでみたら、springのversion違いのようです
|
10
|
+
|
11
|
+
This is probably because you generated binstubs with Spring 1.0, and you now have a **Spring version > 1.0 on your system**.
|
12
|
+
|
13
|
+
次の様にしろ、とあります
|
14
|
+
|
15
|
+
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.
|