-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
F: language-supportIssues specific to a particular language or ecosystem; may be paired with an L: label.Issues specific to a particular language or ecosystem; may be paired with an L: label.L: ruby:bundlerRubyGems via bundlerRubyGems via bundlerStaleT: feature-requestRequests for new featuresRequests for new features
Description
Hello!
I have been experimenting a bit with running rails development in Docker and for one thing I tested I put the files required for building in a specific docker directory (to make the Docker build context smaller).
Therefore I put Gemfile and Gemfile.lock in a folder called docker.
I put symbolic links to both files in the app root directory.
However when Dependabot updated my ruby dependencies, it wrote the Gemfile.lock as a new file. Not at the place where the symbolic link led.
davidwessman/synka@b341cfd
I can set it up differently to work with both docker and dependabot, so it is nothing crucial to my setup.
Thank you for a great service!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
F: language-supportIssues specific to a particular language or ecosystem; may be paired with an L: label.Issues specific to a particular language or ecosystem; may be paired with an L: label.L: ruby:bundlerRubyGems via bundlerRubyGems via bundlerStaleT: feature-requestRequests for new featuresRequests for new features