I am trying to use Slim with Middleman and it has been working perfectly. But today I started up Middleman and it gave me a warning:
Slim::EmbeddedEngine is deprecated, it is called Slim::Embedded in Slim 2.0
When I saved a file it was updated but I also got this warning:
Option :locals is not supported by Slim::Engine
Option :layout is not supported by Slim::Engine
Is this anything to worry about? How might I be able to fix this?