forked from emilyntest/braze-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
24 lines (21 loc) · 647 Bytes
/
Gemfile
File metadata and controls
24 lines (21 loc) · 647 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
source "https://rubygems.org"
ruby '~> 2.7.0'
gem "jekyll", "~> 4.3.2"
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'
gem 'puma'
gem 'rack-rewrite'
gem 'sinatra'
gem 'uglifier'
#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