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

后端 未结 6 1958
名媛妹妹
名媛妹妹 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:07

    1. Delete the Gemfile.lock file
    2. refer here for basic gemfile changes
    3. run bundle install

    Everything will work fine. :)

提交回复
热议问题