forked from kubev2v/forklift-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (27 loc) · 648 Bytes
/
Gemfile
File metadata and controls
31 lines (27 loc) · 648 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
25
26
27
28
29
30
31
# frozen_string_literal: true
# Encoding.default_external = Encoding::UTF_8
# Encoding.default_internal = Encoding::UTF_8
source "https://rubygems.org"
# gem "asciidoctor-pdf"
gem "asciidoctor"
# gem "bundle"
# gem "html-proofer"
# gem "jekyll-theme-minimal"
# gem "jekyll-feed"
gem "jekyll-paginate"
# gem "jekyll-redirect-from"
# gem "jekyll-sitemap"
# gem "jekyll-tagging"
# gem 'jekyll-seo-tag'
# gem "jekyll", ">= 3.5"
# gem "premonition", ">= 4.0.0"
# gem "pygments.rb"
# gem "rake"
#
#
gem "github-pages", group: :jekyll_plugins
# ensures that jekyll-asciidoc is loaded first
group :jekyll_plugins do
gem 'jekyll-asciidoc'
end
gemspec