-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathGemfile
30 lines (24 loc) · 794 Bytes
/
Gemfile
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
26
27
28
29
30
source "https://rubygems.org"
ruby "~> 3.3.0"
gem "jekyll", "~> 4.3.3"
gem "sassc"
gem "kramdown", ">= 2.4"
gem "kramdown-parser-gfm"
gem "rouge"
gem "rack-jekyll"
gem "rake"
gem "rack"
gem "rack-reverse-proxy", require: "rack/reverse_proxy", git: "https://github.com/zzhaobraze/rack-reverse-proxy", branch: "master"
gem "puma"
gem "rack-rewrite"
gem "sinatra"
gem "uglifier"
gem "rackup", "~> 2.1"
#gem "japr" #Jekyll Asset Pipeline Reborn https://github.com/janosrusiczki/japr
gem "jekyll_asset_pipeline"
group :jekyll_plugins do
gem "algolia_html_extractor", git: "https://github.com/zzhaobraze/html-extractor", branch: "master"
gem "jekyll-algolia", "~> 1.0", git: "https://github.com/zzhaobraze/jekyll-algolia", branch: "master"
end
gem "csv", "~> 3.3"
gem "mutex_m", "~> 0.2.0"