Skip to content
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

fix(bundler): don't log error when Gemfile is invalid #6557

Merged
merged 1 commit into from Jun 22, 2020
Merged

fix(bundler): don't log error when Gemfile is invalid #6557

merged 1 commit into from Jun 22, 2020

Conversation

fgreinacher
Copy link
Contributor

Closes #6548

@@ -116,7 +116,7 @@ export async function extractPackageFile(
sourceLine = lines[lineNumber];
// istanbul ignore if
if (sourceLine === null || sourceLine === undefined) {
logger.error({ content, fileName }, 'Undefined sourceLine');
logger.info({ content, fileName }, 'Undefined sourceLine');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rarkins rarkins merged commit 97665c4 into renovatebot:master Jun 22, 2020
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 21.13.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@fgreinacher fgreinacher deleted the fix/no-error-on-gemfile-problem branch June 22, 2020 08:47
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Renovate exits with error on invalid Gemfiles
4 participants