blob: 148824538b0d081cd2ccbe7ff397650887ee7639 [file] [log] [blame]
philwoae0391d2018-11-10 06:05:03 -08001gem 'jekyll', '3.1.6'
2
3# Jekyll 3.1.6 automatically depends on these Gems:
4# (see https://github.com/jekyll/jekyll/blob/v3.1.6/jekyll.gemspec)
5#
6# 'liquid', '~> 3.0'
7# 'kramdown', '~> 1.3'
8# 'mercenary', '~> 0.3.3'
9# 'safe_yaml', '~> 1.0'
10# 'colorator', '~> 0.1'
11# 'rouge', '~> 1.7'
12# 'jekyll-sass-converter', '~> 1.0'
13# 'jekyll-watch', '~> 1.1'
14
15# These are additional Gems whose versions I fixed to the ones mentioned in Jekyll 3.1.6's Gemfile.
16# (see https://github.com/jekyll/jekyll/blob/v3.1.6/Gemfile#L55)
17
18gem 'jekyll-paginate', '~> 1.0'
19gem 'pygments.rb', '~> 0.6.0'
20gem 'redcarpet', '~> 3.2', '>= 3.2.3'