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

Remove dynamic logic from Gemfile #194

Merged
merged 2 commits into from
Apr 25, 2017
Merged

Remove dynamic logic from Gemfile #194

merged 2 commits into from
Apr 25, 2017

Conversation

benbalter
Copy link
Collaborator

Someone shortsighted (read: me) added logic to dynamically pull the Gemfile from GitHub Page's production version over in #47.

The unintended side effect of that, however, is that any time you boot the Ruby VM (bundle, run tests, use the gem locally, etc.) you need internet access, which makes developing on slow WiFi very painful.

This removes the dynamic logic so local development can be managed by the Gemfile instead.

@benbalter benbalter merged commit b13dda9 into master Apr 25, 2017
@benbalter benbalter deleted the static-gemfile branch April 25, 2017 16:07
@jekyll jekyll locked and limited conversation to collaborators Apr 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants