-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathGemfile
More file actions
25 lines (20 loc) · 753 Bytes
/
Gemfile
File metadata and controls
25 lines (20 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ruby '>= 3.1.3'
source "https://rubygems.org"
gem 'jekyll', '~> 4.3.3'
gem 'jekyll-sass-converter', '~> 3.0'
gem 'jekyll-liquify', "0.0.2"
gem "webrick" # not included in jekyll directly until 4.3.0 https://github.com/jekyll/jekyll/pull/8524
# See https://github.com/envygeeks/jekyll-assets/issues/622
gem "sprockets", "~> 3.7"
group :jekyll_plugins do
gem 'jekyll-paginate-v2', "3.0.0"
gem 'jekyll-sitemap'
gem 'jekyll-seo-tag'
gem "jekyll-feed", "~> 0.6"
gem 'jekyll-redirect-from'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem "html-proofer", "~> 3.15"
gem "kramdown-parser-gfm", "1.1.0"