p0c-website

Proof of concepts for fun and profit
git clone https://git.in0rdr.ch/p0c-website.git
Log | Files | Refs | README | LICENSE

commit 4c2ebafc007cd6c4773cc05817189b305387d347
parent 5f5018316d9438557714b9e1c712dddbe9847e34
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Mon, 26 Feb 2024 18:39:17 +0100

fix: add webrick

Diffstat:
MGemfile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Gemfile b/Gemfile @@ -8,3 +8,5 @@ end gem 'html-proofer' gem 'tzinfo' gem 'tzinfo-data' + +gem "webrick", "~> 1.8"