Bumps gem github-pages and adds webrick #201
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Gemfile for the jekyll docs is out of date.
When attempting to run locally, it throws errors:
The updated Gemfile bumps the gem github pages to v231
Also adds the gem
[webrick](https://rubygems.org/gems/webrick/versions/1.3.1?locale=en)
to support a local https server.To test this update, pull it locally.
If you already have Ruby setup for jekyll pages, from the
docs
folder you can runbundle
to install the gems. (You may need to runbundle update
).Run
bundle exec jekyll serve
to spin up a local server.If things work as expected, you should get a local server running:
This has been confirmed to work on a Mac. This should also be tested on a windows machine. (There are additional gems to support windows, indicating windows support is required).