Installing Rails 4.2.0.beta1 – Bundler could not find compatible versions for gem “sprockets-rails”

冷暖自知 提交于 2019-12-05 01:17:17

You have a sass-rails gem in your Gemfile. You need to change the version of sass-rails to '5.0.0.beta1'. And then run bundle update sass-rails rails.

You could find some useful info at this sprockets-rails issue.

P.S.: Moreover I have the same problem with rails_admin which I reported here.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!