appraisal
appraisal copied to clipboard
Fix #216, extra newline with customize_gemfiles
On line 67 we join with two newlines, which will create an extra newline with how we recommend people use the Gemfile customization feature. This PR chomps the final newline to prevent that extra empty line described in issue #216
@nickcharlton this is ready for review but we may want to just proceed with #223 since it has this commit and adds a spec. Happy to proceed however works best for you.
Thanks! I think this is worth merging in first to keep them separate, we can bring in the spec in #223.