Bundler could not find compatible versions for gem, updating Rails app

后端 未结 4 1917
名媛妹妹
名媛妹妹 2021-02-05 06:57

After createing a brand new rails app Following the official rails blog post, attempting to convert apps to rails 3.2.0.rc2 yields the following

Updated Gemfile t         


        
4条回答
  •  半阙折子戏
    2021-02-05 07:28

    If your bundler version is not the same as the BUNDLED WITH in the last line of your Gemfile.lock, it may occur 'could not find compatible versions for gem GEMNAME' only after adding new gem to your Gemfile.

提交回复
热议问题