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

后端 未结 4 1916
名媛妹妹
名媛妹妹 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:14

    As well as sass-rails, you need to bump the version of coffee-rails you depend on too (3.2.1 ought to do it)

提交回复
热议问题