forked from dart-lang/site-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
21 lines (20 loc) · 753 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source "http://rubygems.org"
gem 'bootstrap'
gem 'font-awesome-sass'
gem 'html-proofer'
# Jekyll-assets isn't yet compatible with Jekyll 4. Pin jekyll version.
# https://github.com/envygeeks/jekyll-assets/issues/613
gem 'jekyll', '~> 3'
gem 'jekyll-assets', '~> 3', group: :jekyll_plugins
gem 'jekyll-toc'
gem 'liquid-tag-parser'
gem 'nokogiri'
gem 'sassc'
# Sprockets > 4.0.beta8 breaks jekyll-assets
# https://github.com/envygeeks/jekyll-assets/issues/589
# So pin the version until the issue is fixed.
# Track progress at https://github.com/envygeeks/jekyll-assets/pull/620
gem 'sprockets', '4.0.beta8'
gem 'uglifier'
# kramdown 2 removed the GitHub Flavored Markdown parser: https://kramdown.gettalong.org/parser/gfm.html
gem 'kramdown-parser-gfm'