From 6e366bdb4dbfd3e95d6a8bde9fb0a5bd3c452414 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 1 Aug 2024 16:47:29 +0100 Subject: [PATCH] docs: Update to jekyll-theme-amethyst 1.2.0 Introducing the `` web component. Ref https://github.com/qunitjs/jekyll-theme-amethyst/ --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index 831882841..f7a8a318d 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" ruby RUBY_VERSION # To apply changes, run `bundle update`. -gem "jekyll-theme-amethyst", "1.1.0", group: :jekyll_plugins +gem "jekyll-theme-amethyst", "1.2.0", group: :jekyll_plugins