Bundler could not find compatible versions for gem “railties” for Rails 4.0.0

后端 未结 6 1948
名媛妹妹
名媛妹妹 2020-12-29 01:37

I am trying to upgrade to Rails 4.0.0, and I changed the gem versions of sass-rails and coffee-rails. I need to resolve this gem conflict between <

6条回答
  •  感情败类
    2020-12-29 02:09

    You have gems that aren't supported by Rails 4. Comment out all the gems except for Rails 4 and uncomment them one at a time after running bundle install to find the culprits. You might need to undo some of your version locks.

提交回复
热议问题