aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-25 20:31:01 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-25 20:31:01 +0100
commite7596b1b3cb58ad774aa8b7fad66d5f2298baa1a (patch)
tree4277c5abe8e4b72159a6cc07bf58581e9572cf92 /Gemfile
parent596cdbdf682ef467bd99cb87dbeeb5ac98153d19 (diff)
add stale indicator + admonition css
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index d5fabd7..c0963fc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,9 +4,8 @@ source 'https://rubygems.org'
gem 'jekyll', '~> 4.3'
gem 'json', '~> 2.7'
gem 'nokogiri', '~> 1.16'
-gem 'jekyll-liquify', '~> 0.0.3'
-gem 'logger', '~> 1.6', '>= 1.6.5'
-gem 'base64', '~> 0.2.0'
-gem 'csv', '~> 3.3', '>= 3.3.2'
+gem 'logger'
+gem 'base64'
+gem 'csv'