From 95fdd54d463090fbf8cc733c728ca25bf5c89d9d Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 17 Mar 2025 00:24:31 +0100 Subject: [PATCH] Update jekyll-theme-cyberpunk to use local path --- Gemfile | 2 +- Gemfile.lock | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7c43d36..4a9bc6d 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ source "https://rubygems.org" # Happy Jekylling! gem "jekyll", "~> 4.4.1" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "jekyll-theme-cyberpunk", "~> 0.1.0" +gem "jekyll-theme-cyberpunk", path: "." # 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 diff --git a/Gemfile.lock b/Gemfile.lock index d31454e..d0534b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,9 @@ +PATH + remote: . + specs: + jekyll-theme-cyberpunk (0.1.0) + jekyll (>= 4.4.1) + GEM remote: https://rubygems.org/ specs: @@ -68,8 +74,6 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-sass-converter (3.1.0) sass-embedded (~> 1.75) - jekyll-theme-cyberpunk (0.1.0) - jekyll (>= 4.4.1) jekyll-watch (2.2.1) listen (~> 3.0) json (2.10.2) @@ -155,7 +159,7 @@ DEPENDENCIES http_parser.rb (~> 0.6.0) jekyll (~> 4.4.1) jekyll-feed (~> 0.12) - jekyll-theme-cyberpunk (~> 0.1.0) + jekyll-theme-cyberpunk! tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1)