Hacker News new | ask | show | jobs
by captn3m0 4689 days ago
Non-rubyist here. Can anyone explain in simple terms what this gem does? It looks like it provides you a copy of the jekyll gem, but users had that already with gem install jekyll.
1 comments

It installs Jekyll, and its dependencies, which users would have done normally, but explicitly locks the version into the same version used on the GitHub Pages server, ensuring that your local build environment matches the GitHub build environment as closely as possible. This is especially important when new versions of Jekyll are released (often with new features) and the GitHub pages servers are updated. Builds in one environment may otherwise behave differently from builds in another.