diff --git a/docs/Gemfile b/docs/Gemfile index 45ae39f..64bc230 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" -gem "jekyll", "~> 4.3.2" -gem "minima" +gem "github-pages", group: :jekyll_plugins +gem "webrick" group :jekyll_plugins do gem "jekyll-feed" @@ -21,6 +21,3 @@ gem "wdm", "~> 0.1.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] - -# Required for Ruby 3 and Jekyll -gem "webrick" diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 1a7cca5..0e2792d 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1,10 +1,25 @@ -