Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Generated Gemfile missing necessary line breaks - #151

Open
chrisvogt wants to merge 1 commit into
robwierzbowski:masterfrom
chrisvogt:bugfix/gemfile
Open

Generated Gemfile missing necessary line breaks#151
chrisvogt wants to merge 1 commit into
robwierzbowski:masterfrom
chrisvogt:bugfix/gemfile

Conversation

@chrisvogt

Copy link
Copy Markdown

I keep running into the newline issue mentioned in #143.

This PR corrects the Gemfile template by breaking apart the conditionals, giving each its own line.

Generated Gemfile

Before (current):

source "http://rubygems.org"

gem 'jekyll', '~> 2.3.0'gem 'redcarpet'gem 'sass', '~> 3.4.3'

After:

source "http://rubygems.org"

gem 'jekyll', '~> 2.3.0'
gem 'redcarpet'
gem 'sass', '~> 3.4.3'

@prestancedesign

Copy link
Copy Markdown

+1

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.

2 participants