Gemfile 417 B

1234567891011121314
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. source 'https://rubygems.org'
  5. gem "jekyll", "4.3.3"
  6. gem "just-the-docs", "0.8.2"
  7. group :jekyll_plugins do
  8. gem "jekyll-default-layout", "0.1.5"
  9. gem "jekyll-readme-index", "0.3.0"
  10. gem "jekyll-relative-links", "0.7.0"
  11. end