I use gem 'sass-rails'
on rails 6, I want try to use gem 'dartsass-sprockets'
(because I have to use sprockets), I bundle install and don’t modify other thing at this point.
I get this error :
Error: /home/matrix/.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/dartsass-sprockets-3.0.0/lib/sassc/rails/importer.rb:103:in `join': [1mno implicit conversion of Sass::Importers::Filesystem into String ([1;4mTypeError[m[1m)[m
any idea of how migrate correctly ?