generated from cloud-gov/pages-uswds-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathGemfile
31 lines (24 loc) · 842 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
25
26
27
28
29
30
31
ruby ">= 3.1"
source "https://rubygems.org"
gem "jekyll", "~> 3.9"
gem "execjs", "2.10.0" # https://github.com/rails/execjs/issues/99
gem "autoprefixer-rails"
gem "sprockets", "~> 4.2"
gem "kramdown-parser-gfm", "~> 1.1.0"
gem 'nokogiri', '~> 1.16'
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.17"
gem "jekyll-last-modified-at" # used in sitemap
gem "jekyll-sitemap"
gem "jekyll-seo-tag"
gem "jekyll-include-cache"
gem 'jekyll-redirect-from'
gem 'jekyll-paginate-v2', "3.0.0"
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem "html-proofer", "~> 5.0"
gem "webrick", "~> 1.9"