forked from cockroachdb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
19 lines (16 loc) · 634 Bytes
/
Gemfile
File metadata and controls
19 lines (16 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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.
# TODO(benesch): upgrade to the next version that incorporates c55eaf7724
# (URL filter caching) when it's released.
gem "jekyll", github: "jekyll", ref: "c55eaf7724"
gem "jekyll-redirect-from", "~> 0.15"
gem "jekyll-sitemap", "~> 1.3.1"
gem "liquid-c", "~> 4.0.0"
gem "redcarpet", "~> 3.4"
gem "sassc", "~> 2.2"
group :jekyll_plugins do
gem 'jekyll-algolia', "~> 1.0", path: "./jekyll-algolia-dev"
end