cv-website

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

commit 57c3cb1771fff5cbb5a7ffcb06c1b6e601189ad4
parent 65c3b27d4f47457efe889d8a0da7e7e97ae0a6f8
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 20 Feb 2022 16:14:01 +0100

add webrick

https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/

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

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