I am using the versions below for the Ruby on Rails project and while running precompile, I am facing an issue with the compass/support file. Kindly help me to fix it
$ ruby -v
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]
$ rails -v
Rails 5.2.8.1
$ rake assets:precompile
rake aborted!
SassC::SyntaxError: Error: File to import not found or unreadable: compass/support.
on line 2:1 of app/assets/stylesheets/print.scss
>> @import "compass/support";
I am using the versions below for the Ruby on Rails project and while running precompile, I am facing an issue with the
compass/support
file. Kindly help me to fix it