-
Notifications
You must be signed in to change notification settings - Fork 85
ci(kitchen): add Bundler binstub for Kitchen #112
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
Conversation
|
@n-rodriguez the issue that you're trying to solve with this PR seems to be an issue (or misconfiguration) in your local development environment (perhaps can be solved with just a I don't think that these changes belong in the formula space, as correctly setting up and maintaining the development environment is prior work people should do beforehand and, most probably, not 2 environments will be setup the same. Those 2 cents spent, I'm OK with whatever the other reviewers decide. 😋 |
Actually it's not really an issue with my environment but more a helper to provide to developers (senior or newbie). Getting into Ruby and its ecosystem can be difficult for new comers. Forgetting a |
It's more a bundler issue... Actually you shoud not call Forgetting
it's independant from environment. it's a shortcut to |
daks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know that much Ruby dev environment and tools, so I'll trust @n-rodriguez on this (he knows Ruby well). What I understand here is that the 'magic' usually done by bundler sometimes fails and this binstubs thing is a way to forget about magic.
|
Thanks for creating the PR @n-rodriguez and to you both for taking the time to reply @javierbertoli and @daks. For reference, @n-rodriguez brought this up in Slack/IRC/Matrix room here. Just grabbing the salient parts here (with slight formatting adjustments):
I appreciate both sets of views. I also understand that configuring Ruby can be "fun". I've got some history with it but I was put off running |
👍 |
|
@n-rodriguez Sorry for causing the conflict with #123! @javierbertoli Are you OK if we move forward with this? |
|
Thanks all for your input. This has been merged @n-rodriguez. |
|
🎉 This PR is included in version 2.1.17 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
It helps to avoid issues like this one :