From e075ae12a0b070d153eb828094d7011b4bba9d29 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Mon, 7 Jun 2021 23:10:14 -0700 Subject: [PATCH] sync --- Gemfile | 1 + Gemfile.lock | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Gemfile b/Gemfile index f5163fe..9dff101 100644 --- a/Gemfile +++ b/Gemfile @@ -32,3 +32,4 @@ end gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] +gem "minima-dark", path:"/minima-dark" diff --git a/Gemfile.lock b/Gemfile.lock index f5569f1..7a702ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,9 @@ +PATH + remote: /minima-dark + specs: + minima-dark (0.1.0) + jekyll (~> 4.2) + GEM remote: https://rubygems.org/ specs: @@ -78,6 +84,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap minima (~> 2.5) + minima-dark! tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1)