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
{{ message }}
This repository has been archived by the owner on May 21, 2021. It is now read-only.
Is there any way to make this step somehow optional? While vendoring works for us as a general rule, there are cases where it makes less sense, such as in open source projects.
The text was updated successfully, but these errors were encountered:
At the moment, the section of the Dockerfile that runs
bundle install
will fail if gems are not vendored locally in the repository:Is there any way to make this step somehow optional? While vendoring works for us as a general rule, there are cases where it makes less sense, such as in open source projects.
The text was updated successfully, but these errors were encountered: