From ced440bd72208243931bc391267352a9694ad839 Mon Sep 17 00:00:00 2001 From: Ilgiz Mustafin Date: Fri, 2 Jun 2023 04:19:50 +0300 Subject: [PATCH] Remove unused minima from gemfile --- pages/Gemfile | 2 -- pages/Gemfile.lock | 7 ------- 2 files changed, 9 deletions(-) diff --git a/pages/Gemfile b/pages/Gemfile index a7eb098..29fba80 100644 --- a/pages/Gemfile +++ b/pages/Gemfile @@ -1,8 +1,6 @@ source "https://rubygems.org" gem "jekyll", "~> 4.3.2" -# This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" # If you have any plugins, put them here! group :jekyll_plugins do diff --git a/pages/Gemfile.lock b/pages/Gemfile.lock index 2207398..e6f31c4 100644 --- a/pages/Gemfile.lock +++ b/pages/Gemfile.lock @@ -40,8 +40,6 @@ GEM safe_yaml (~> 1.0) terminal-table (>= 1.8, < 4.0) webrick (~> 1.7) - jekyll-feed (0.17.0) - jekyll (>= 3.7, < 5.0) jekyll-node-module (0.1.1) jekyll (>= 2.0, < 5.0) jekyll-postcss (0.5.0) @@ -64,10 +62,6 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - minima (2.5.1) - jekyll (>= 3.5, < 5.0) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) minitest (5.17.0) nokogiri (1.14.2-x86_64-linux) racc (~> 1.4) @@ -101,7 +95,6 @@ DEPENDENCIES jekyll-postcss (~> 0.5.0) jekyll-seo-tag (~> 2.8) jemoji (~> 0.13.0) - minima (~> 2.5) rake (~> 13.0, >= 13.0.6) BUNDLED WITH