undefined method `new' for #<Grease::Adapter(Less::Rails::ImportProcessor)
问题 I have updated a gem in the Gemfile and started facing the Grease::Adapter error after running "bundle" command. The problem seems with the css of my application. The error is given below: NoMethodError: undefined method `new' for #<Grease::Adapter(Less::Rails::ImportProcessor):0x0000000205dfc0> I am using rails version "4.1.8". Can anyone help me how to resolve this? 回答1: The issue was resolved and it was due to the "grease" gem dependency for updated "less-rails" gem (v3.0.0). "Grease"