We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seeing this when deploying on Heroku:
remote: LoadError: cannot load such file -- rubocop/rake_task remote: /tmp/build_4e2a1988938618c73e23e23d226ec1be/lib/tasks/rubocop.rake:2:in `require' remote: /tmp/build_4e2a1988938618c73e23e23d226ec1be/lib/tasks/rubocop.rake:2:in `<top (required)>' remote: /tmp/build_4e2a1988938618c73e23e23d226ec1be/Rakefile:7:in `load' remote: /tmp/build_4e2a1988938618c73e23e23d226ec1be/Rakefile:7:in `block in <top (required)>' remote: /tmp/build_4e2a1988938618c73e23e23d226ec1be/Rakefile:7:in `each' remote: /tmp/build_4e2a1988938618c73e23e23d226ec1be/Rakefile:7:in `<top (required)>'
Do we need to guard unless it is in dev or test environment when loading that file?
The text was updated successfully, but these errors were encountered:
Ah, I see we could just copy this rake task style: https://github.com/interagent/pliny/blob/master/lib/template/lib/tasks/spec.rake#L2-L7
Sorry, something went wrong.
@mathias I've PR'ed a fix to this issue.
No branches or pull requests
Seeing this when deploying on Heroku:
Do we need to guard unless it is in dev or test environment when loading that file?
The text was updated successfully, but these errors were encountered: