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

Generated Gemfile missing necessary line breaks #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Generated Gemfile missing necessary line breaks #151

wants to merge 1 commit into from

Conversation

chrisvogt
Copy link

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

+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