Updating from Rails 4.0 to 4.1 gives sass-rails railties version conflicts

前端 未结 4 1976
礼貌的吻别
礼貌的吻别 2021-01-05 23:57

I\'m trying to update my Rails 4.0 app to 4.1. The app uses sass-rails, and when I try to update it using bundle update rails I get the following e

4条回答
  •  轮回少年
    2021-01-06 00:53

    Updating bundler solved this for me:

    gem install bundler
    

    Apparently there was a bug in older bundlers.

    Taken from related question: sass-rails requires sprockets 2.0.0 but rails 4.1.0 requires sprockets 2.12.1

提交回复
热议问题