Which gem is breaking Rails application.css.scss wrong number of arguments 3 for 2

前端 未结 7 1709
面向向阳花
面向向阳花 2021-01-04 10:09

Okay. This is a new problem caused by a gem update. Calling bundle update breaks my rails application. Here are the gems that changed:

# Gemfile.lock
-            


        
相关标签:
7条回答
  • 2021-01-04 11:11

    I fixed this problem with:

    gem 'sass-rails', '~> 4.0.2'
    gem 'sass', '3.2.19'
    gem 'sprockets', '2.11.0'
    gem 'sprockets-rails', '2.0.1'
    gem 'compass-rails', '~> 2.0'
    
    0 讨论(0)
提交回复
热议问题