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
Just ran into this myself. It looks like it was fixed in f89bec4, but no release has been cut which includes that commit. If you want to get around it you can use git as the source in your Gemfile, e.g.: gem 'heroku-deflater', git: 'https://github.com/romanbsd/heroku-deflater.git'
When I add this gem and deploy to Heroku I get the error:
I assume this is because Asset Pipeline/sprockets is disabled in my app?
I only use webpacker. Any chance this gem can handle no Sprockets?
The text was updated successfully, but these errors were encountered: