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

Remove bundler warnings from bin/setup output #34101

Merged

Conversation

gmcgibbon
Copy link
Member

Summary

Fixes failing bin/setup railties test on bundler-1.16.6.

r? @rafaelfranca

@@ -43,18 +43,19 @@ def test_bin_setup_output

# Ignore line that's only output by Bundler < 1.14
output.sub!(/^Resolving dependencies\.\.\.\n/, "")
output.gsub!(/^The dependency .* will be unused .*\.\n/, "")
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we could add a different comment here? The comment above make it should like this line is for bundler < 1.14

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, good catch. I'll fix it!

@gmcgibbon gmcgibbon force-pushed the fix_bundler_1_16_6_test_failures branch from 691cdfb to b596346 Compare October 5, 2018 19:37
@rafaelfranca rafaelfranca merged commit c9e0a61 into rails:master Oct 5, 2018
@gmcgibbon gmcgibbon deleted the fix_bundler_1_16_6_test_failures branch October 5, 2018 20:42
kamipo pushed a commit that referenced this pull request Oct 7, 2018
…ures

Remove bundler warnings from bin/setup output
y-yagi pushed a commit that referenced this pull request Oct 12, 2018
…ures

Remove bundler warnings from bin/setup output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants