appraisal icon indicating copy to clipboard operation
appraisal copied to clipboard

Fix #216, extra newline with customize_gemfiles

Open joe-sharp opened this issue 2 years ago • 1 comments

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

joe-sharp avatar Feb 29 '24 05:02 joe-sharp

@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.

joe-sharp avatar Mar 06 '24 18:03 joe-sharp

Thanks! I think this is worth merging in first to keep them separate, we can bring in the spec in #223.

nickcharlton avatar Mar 26 '24 11:03 nickcharlton