File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ git_source(:github) { |name| "https://github.com/#{name}.git" }
22# frozen_string_literal: true
33source "https://rubygems.org"
44
5- # If you modify this file, you'll need to build a new version of the
6- # docs-builder Docker image to keep things speedy in CI. See ci/README.md for
7- # instructions.
8-
9- # Removed `gem "jekyll", "~> 4.3"`` until conflict with our use of ianjevins/jekyll-remote-include is resolved (DOC-13509)
5+ # If you add to this file, it is recommended to run `make vendor`
6+ # (`gem install bundler && bundle install`) before running your next local build.
7+ # It may fail without at least running `bundle install`.
108gem "jekyll" , "4.3.4"
119gem "liquid-c" , "~> 4.0.0"
1210gem "redcarpet" , "~> 3.6"
@@ -16,6 +14,7 @@ gem "jekyll-minifier"
1614gem "csv"
1715gem "logger"
1816gem "base64"
17+ gem "bigdecimal"
1918
2019group :jekyll_plugins do
2120 gem "jekyll-include-cache"
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ linkcheck: cockroachdb-build
8585vale :
8686 vale $(subst $(\n ) , $( ) , $(shell git status --porcelain | cut -c 4- | egrep "\.md") )
8787
88+ .PHONY : vendor
8889vendor :
8990 gem install bundler
9091 bundle install
You can’t perform that action at this time.
0 commit comments