diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 02:38:59 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 02:38:59 +0300 |
commit | e68f7cf6c7fadb1bceea955a4caf40954d9b024e (patch) | |
tree | 5fe6a1ac66ed98571674ab6686e1742a46812eb8 /Gemfile | |
parent | edaeaf08b8750e8278b18484ff8e0aa180fe3fab (diff) | |
download | popov.link-e68f7cf6c7fadb1bceea955a4caf40954d9b024e.tar.xz popov.link-e68f7cf6c7fadb1bceea955a4caf40954d9b024e.zip |
Moved actual template site
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |