generated from cloud-gov/pages-uswds-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathGemfile
32 lines (25 loc) · 939 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.3'
source "https://rubygems.org"
gem "jekyll", "~> 4.3.4"
gem "execjs", "2.7.0" # https://github.com/rails/execjs/issues/99
gem "mini_racer"
gem "autoprefixer-rails"
gem 'webrick', '~> 1.8'# not included in jekyll directly until 4.3.0 https://github.com/jekyll/jekyll/pull/8524
gem 'jekyll-liquify', "0.0.2"
# See https://github.com/envygeeks/jekyll-assets/issues/622
gem "sprockets", "~> 3.7"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.15"
gem 'jekyll-redirect-from'
gem 'jekyll-paginate-v2', "3.0.0"
gem 'jekyll-sitemap'
gem 'jekyll-seo-tag'
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", "~> 3.15"
gem "kramdown-parser-gfm"
gem 'webrick', '~> 1.8'
gem 'sass-embedded', '~> 1.80'