-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(bundler): add inline source support #32600
feat(bundler): add inline source support #32600
Conversation
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.
@viceice Thanks, I pushed the missing tests. For my knowledge, what's an easy way to check this locally (which line are not covered) instead of waiting for the codecov report? |
Hi there, This is intended as a polite, automated request that users avoid We know it might be common elsewhere but we participate in hundreds of discussions a week and would need to turn off GitHub mobile notifications if we were mentioned in every one. As a general rule, we will read and respond to all discussions in this repository, so there is no need to mention us. Thanks, the Renovate team |
run |
🎉 This PR is included in version 39.21.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
Here I'm adding support for "inline source" declaration, that is when a user declare a one-off source for a specific gem.
Context
While working on supporting variables, it appears that inline sources were not supported.
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: