commit 4079513f3e754b7235a126d17b428ac18f82d6a9 parent 4130b26a6ea34776de08b67278dffdb4cfd66808 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Thu, 2 Jan 2025 22:59:16 +0100 fix: warning loading from library Diffstat:
M | Gemfile | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Gemfile b/Gemfile @@ -9,5 +9,7 @@ end gem 'html-proofer' gem 'tzinfo' gem 'tzinfo-data' - gem "webrick" +gem 'logger' +gem 'csv' +gem 'base64'