commit fd72c6d078d730a3a0d78b65b4331a5f3007b29f parent bdc67103c2ad3f0dce3340bbe1758d3b8af57f26 Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Thu, 20 Apr 2023 21:45:05 +0200 fix: add webrick Diffstat:
M | Gemfile | | | 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'