开发者

Rails version automatically downgraded

开发者 https://www.devze.com 2023-02-18 17:42 出处:网络
Yesterday I installed Ubuntu on my PC and installed the latest version of rails. It worked successfully and I was able to create an app. Th开发者_Python百科e version installed was 3.0.5 I believe.Toda

Yesterday I installed Ubuntu on my PC and installed the latest version of rails. It worked successfully and I was able to create an app. Th开发者_Python百科e version installed was 3.0.5 I believe. Today rails -v returns 2.3.5. Anyone know why it would make that change?


It would change if you ran gem install rails -v 2.3.5 or something similar. You can fix it by running gem install rails -v 3.0.5.

0

精彩评论

暂无评论...
验证码 换一张
取 消