aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-28 12:28:40 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-28 12:28:40 +0200
commita2a2e04fcd623e515d3f106038d8d46f827d4c79 (patch)
tree0611cb8b64bd8dd3d3b679b204f096c9ea2f2252 /Gemfile
parentc171f4e5b83abdb3dd8b3ece6063a5b482ad3b6d (diff)
fix table of contents
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..2f7ad5d
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,7 @@
+ruby '~> 3.0'
+source 'https://rubygems.org'
+
+gem 'jekyll', '~> 4.3'
+gem 'json', '~> 2.7'
+gem 'nokogiri', '~> 1.16'
+