diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-28 12:28:40 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-28 12:28:40 +0200 |
commit | a2a2e04fcd623e515d3f106038d8d46f827d4c79 (patch) | |
tree | 0611cb8b64bd8dd3d3b679b204f096c9ea2f2252 /Gemfile | |
parent | c171f4e5b83abdb3dd8b3ece6063a5b482ad3b6d (diff) |
fix table of contents
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +ruby '~> 3.0' +source 'https://rubygems.org' + +gem 'jekyll', '~> 4.3' +gem 'json', '~> 2.7' +gem 'nokogiri', '~> 1.16' + |