Install the dependencies with Bundler:
$ bundle install
Run jekyll
commands through Bundler to ensure you're using the right versions:
$ bundle exec jekyll serve
To generate the complete static site locally, run:
bundle exec jekyll build --destination docs/
Then commit and push to master.