Skip to content

Commit

Permalink
Merge pull request #892 from sukima/feature/fix-missing-gems-for-max-…
Browse files Browse the repository at this point in the history
…os-x

Add redcarpet and pygments to Gemfile
  • Loading branch information
petkaantonov committed Dec 1, 2015
2 parents 9e49e4d + 43b366b commit 2e9c5dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ source "https://rubygems.org"
gem "jekyll"
gem "jekyll-redirect-from"
gem "sanitize"
gem "redcarpet"
gem "pygments.rb"
gem 'wdm', '>= 0.1.0' if Gem.win_platform?

0 comments on commit 2e9c5dc

Please sign in to comment.