0

I'm running jekyll locally on mac os x

 [19:55:14@emeraldjava.github.io]$ jekyll -v
 jekyll 2.5.3

but i've notice that the jekyll version that github pages runs is

 2.4.0

How can i ensure i'm running against the same version locally?

emeraldjava
  • 10,894
  • 26
  • 97
  • 170
  • Actually found the answer here: http://stackoverflow.com/questions/24223567/how-can-i-install-an-older-version-of-jekyll – emeraldjava Feb 04 '15 at 08:03

1 Answers1

1

If you want to be in sync with GitHub you can use the GitHub Pages Ruby Gem by following the instructions here: https://help.github.com/articles/using-jekyll-with-pages/#installing-jekyll

mjohnq3
  • 71
  • 2