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

Multiple sources in gemfile. #4

Closed
412andrewmortimer opened this issue Jul 23, 2013 · 1 comment
Closed

Multiple sources in gemfile. #4

412andrewmortimer opened this issue Jul 23, 2013 · 1 comment

Comments

@412andrewmortimer
Copy link

When there are two sources:

source "https://rubygems.org"
source "http://myothersource.com"

Pessimizing the project results in those both being re-output to the same line.

source "http://myothersource.com"source "https://rubygems.org"

This will result in a Gemfile syntax error.

They need to be each on their own line, as in the first example.

@joonty
Copy link
Owner

joonty commented Jul 23, 2013

Hi @412andrewmortimer, this has actually been fixed in master. I'm going to release a new version today, as it was only fixed yesterday.

Thanks for being good enough to submit the issue.

Closing.

@joonty joonty closed this as completed Jul 23, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants