You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this deprecation warning when I run a rake task:
DEPRECATION WARNING: You are using a deprecated processor interface SmtRails::Tilt.
Please update your processor interface:
https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors
(called from block (2 levels) in <class:Engine> at /home/antonio/.rbenv/versions/2.4.4/lib/ruby/gems/2.4.0/gems/smt_rails-0.3.0/lib/smt_rails/engine.rb:11)
How could I solve?
I'm using the latest version (0.3.0) and Rails 4.2.10.
Thank you
The text was updated successfully, but these errors were encountered:
I get this deprecation warning when I run a rake task:
How could I solve?
I'm using the latest version (0.3.0) and Rails 4.2.10.
Thank you
The text was updated successfully, but these errors were encountered: