-
-
Notifications
You must be signed in to change notification settings - Fork 633
New issue
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
Foreman is not recomended to be installed via Gemfile #675
Comments
What we experienced with foreman:
So I treat |
@x2es Is there any recommended action to take here? Maybe you want to create a PR for a doc not in the /docs/additional-reading section? |
^ I see solution like this PR #678 |
@dylangrafmyre Would you agree with this? |
@justin808 I agree that |
@dylangrafmyre Will, it work if we add it to the Gemfile and with the |
@puneet-sutar Sorry I am not part of this project anymore. @justin808 should be able to assist you. |
should to clarify about @puneet-sutar And it should not be part of any gem dependency, because it will conflict in environments where |
@x2es Thanks for the information. Helps me better understand the use case. |
Hello,
Foreman is not recomended to be installed via Gemfile
https://github.com/ddollar/foreman
We are using foreman in production deployment and experienced problems with different versions of foreman. We manage
foreman
by provisioning code and fix exact version.foreman
dependency here adds problems with integration for production in our case.I think
foreman
may be included asdevelopment_dependency
, since it is officially not recommended to includeforeman
intoGemfile
. Nevertheless it affects development environment which acts as production like Docker/Vagrant VMs.The text was updated successfully, but these errors were encountered: