Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version mismatch "spring" #18

Closed
minjindang opened this issue Sep 26, 2015 · 3 comments
Closed

version mismatch "spring" #18

minjindang opened this issue Sep 26, 2015 · 3 comments
Labels

Comments

@minjindang
Copy link

如何發生:
我在下rails d model Person 這行指令,產生下面這個問題

問題:
There is a version mismatch between the spring client and the server.
You should restart the server and make sure to use the same version.

CLIENT: 1.4.0, SERVER: 1.3.6

@minjindang
Copy link
Author

這問題我遇到兩次了,所以讓大家參考
解法:在Gemfile裡面spring這個gem,加入1.3.6這個版號
原本:gem 'spring'
修改:gem 'spring', '1.3.6'

再下bundle update這個指令更新Gemfile

@ihower
Copy link
Member

ihower commented Sep 26, 2015

或是你直接改 Gemfile.lock,把 spring 的 1.3.6 改成 1.4.0。

@minjindang
Copy link
Author

感謝樓上大大:smile:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants