summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorErnesto Castellotti <ernesto@castellotti.net>2024-06-07 21:00:00 +0200
committerGitHub <noreply@github.com>2024-06-07 21:00:00 +0200
commita7a11d8bf8a1fee2aa6225f1d26f1b9cdcbd6039 (patch)
treeda1ae6776dc32e35675f51848bc2f25ed4855a0a /Gemfile
parentImproved UI to make it clear that the browser is not supported (#346) (diff)
downloadhack-gpon.github.io-main.tar
hack-gpon.github.io-main.tar.gz
hack-gpon.github.io-main.tar.bz2
hack-gpon.github.io-main.tar.lz
hack-gpon.github.io-main.tar.xz
hack-gpon.github.io-main.tar.zst
hack-gpon.github.io-main.zip
Diffstat (limited to '')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e4017f0..44a900a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,7 @@ source "https://rubygems.org"
gem "webrick"
gem "rake"
+gem "json"
group :jekyll_plugins do
gem "jekyll-last-modified-at"