运行foreman run
的{{1}} INSIDE 时出现Ruby版本错误。
这是以最简单的形式再现的问题:
foreman run
我可以通过运行$ cd rails-project
$ foreman run rails console
Loading development environment (Rails 4.0.2)
2.1.0 :001 > system('foreman run pwd')
Your Ruby version is 2.0.0, but your Gemfile specified 2.1.0
来避免错误。
对这里发生的事情的任何见解?
system('pwd')