diff --git a/Gemfile b/Gemfile index bc9f6ad..2b6c348 100644 --- a/Gemfile +++ b/Gemfile @@ -8,8 +8,6 @@ source "https://rubygems.org" # This will help ensure the proper Jekyll version is running. # Happy Jekylling! gem "jekyll", "~> 4.3.4" -# This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins @@ -17,6 +15,9 @@ gem "minima", "~> 2.5" group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" gem "jekyll-last-modified-at" + gem "jekyll-email-protect" + gem "jekyll-toc" + gem "jekyll-loading-lazy" end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem @@ -24,9 +25,6 @@ end platforms :mingw, :x64_mingw, :mswin, :jruby do gem "tzinfo", ">= 1", "< 3" gem "tzinfo-data" - gem "jekyll-email-protect" - gem "jekyll-toc" - gem "jekyll-loading-lazy" end # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem