From e68f7cf6c7fadb1bceea955a4caf40954d9b024e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Feb 2024 03:38:59 +0400 Subject: Moved actual template site --- Gemfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index f470941..42363f8 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,8 @@ gem "github-pages", "~> 230", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.12" + gem "jekyll-feed", "~> 0.17" + gem "jekyll-sitemap", "~> 1.4" end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem @@ -27,11 +28,11 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do end # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] +gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. -gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] +gem "http_parser.rb", "~> 0.6", :platforms => [:jruby] # Starting with Ruby version 3.0.0, "webrick" is no longer included in the default # set of Ruby libraries. This addition ensures compatibility with Ruby 3.0.0 and -- cgit v1.2.3