forked from cockroachdb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
24 lines (21 loc) · 769 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
git_source(:github) { |name| "https://github.com/#{name}.git" }
# frozen_string_literal: true
source "https://rubygems.org"
# If you modify this file, you'll need to build a new version of the
# docs-builder Docker image to keep things speedy in CI. See ci/README.md for
# instructions.
gem "jekyll", "~> 4.2"
gem "jekyll-redirect-from", "~> 0.15"
gem "liquid-c", "~> 4.0.0"
gem "redcarpet", "~> 3.5"
gem "rss"
gem "webrick"
gem "jekyll-minifier"
group :jekyll_plugins do
gem "jekyll-include-cache"
gem 'jekyll-algolia', "~> 1.0", path: "./jekyll-algolia-dev"
gem 'jekyll-remote-include', github: 'ianjevans/jekyll-remote-include', tag: 'v1.1.7'
gem "jekyll-last-modified-at"
gem "jekyll-get-json"
gem "jekyll-sass-converter", "~> 2.0"
end