philwo | ae0391d | 2018-11-10 06:05:03 -0800 | [diff] [blame] | 1 | gem '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 | |
| 18 | gem 'jekyll-paginate', '~> 1.0' |
| 19 | gem 'pygments.rb', '~> 0.6.0' |
| 20 | gem 'redcarpet', '~> 3.2', '>= 3.2.3' |