cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 7923659e0f3f0998968c7096fbeff6ee2966dce7
parent 14cea6b65939e95807f4ba174e99387ac7b8372c
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 20 Feb 2022 16:24:36 +0100

use any version of webrick

Diffstat:
MGemfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile @@ -10,4 +10,4 @@ gem 'html-proofer' gem 'tzinfo' gem 'tzinfo-data' -gem "webrick", "~> 1.7" +gem "webrick"