Skip to content

Commit 84b53d3

Browse files
authored
Refactor Gemfile to include plugins directly
Removed jekyll_plugins group and added plugins directly.
1 parent fd8755f commit 84b53d3

1 file changed

Lines changed: 5 additions & 14 deletions

File tree

Gemfile

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,19 @@ gem "jekyll", "~> 4.3"
66
# SCSS/Sass support
77
gem "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.
2419
platforms :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"
3223
end
3324

0 commit comments

Comments
 (0)