-
I am configuring a super basic ruby workflow as such:
That's great, but then it automatically creates a
Is there a way to set a relative bundle path? I tried editing that file and changing the path to Thanks for reading my rambling! Does any of this make sense? Thoughts? Suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The general advice from the Bundler project is to not commit |
Beta Was this translation helpful? Give feedback.
-
Yeah, I think my problem is that I have a ruby workflow that might create some new files and then auto commits anything new. On the first run, it committed the bundle config. Ooops! I got it all reset and sorted and it’s great now. thanks! |
Beta Was this translation helpful? Give feedback.
The general advice from the Bundler project is to not commit
.bundle/config
– if that solves it for you I think you should go for that