Do I need to update Sass?

Got the following message when I updated Jekyll version earlier today:

"Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.

I have a site with a standard out of the box installation of Jekyll (Minima theme). Do I need to update/migrate Sass in some way?

Currently, you need not update / migrate unless you’re developing a Sass based plugin yourselves. The message displayed is only a warning of an upcoming event in the future.

Jekyll’s built-in sass-converter plugin will migrate to using sassc before the end of March.
At that point, you can update by simply running bundle update or by following any additional instructions provided in the plugin’s release post.

Thanks for the reply! Good to know.