File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,28 +6,19 @@ gem "jekyll", "~> 4.3"
66# SCSS/Sass support
77gem "jekyll-sass-converter" , "~> 3.0"
88
9- gem "github-pages" , group : :jekyll_plugins
9+ gem "github-pages"
1010
11- # Optional plugins (GitHub Pages supports these)
12- group :jekyll_plugins do
13- gem "jekyll-seo-tag"
14- gem "jekyll-feed"
15- gem "jekyll-sitemap"
16- end
1711
18- group :jekyll_plugins do
19- gem "jekyll-fa-icons"
20- end
12+ gem "jekyll-seo-tag"
13+ gem "jekyll-feed"
14+ gem "jekyll-sitemap"
15+ gem "jekyll-fa-icons"
2116
2217# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2318# and associated library.
2419platforms :mingw , :x64_mingw , :mswin , :jruby do
2520 gem "tzinfo"
2621 gem "tzinfo-data"
27- end
28-
29- # Performance-booster for watching directories on Windows
30- platforms :mingw , :x64_mingw , :mswin do
3122 gem "wdm"
3223end
3324
You can’t perform that action at this time.
0 commit comments