From fab10ce0fc71e9579d544ef99976254651a9bbdd Mon Sep 17 00:00:00 2001 From: Ufuk Kayserilioglu Date: Mon, 25 Mar 2024 22:00:19 +0200 Subject: [PATCH] Add webrick to Gemfile --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index aec389c5..b07544ee 100644 --- a/Gemfile +++ b/Gemfile @@ -16,3 +16,4 @@ gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw, :x64_mingw] gem "dotenv" gem "slippyd-colorist", require: "colorist" +gem "webrick" diff --git a/Gemfile.lock b/Gemfile.lock index 6db19944..51e2eb07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,6 +116,7 @@ GEM thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) + webrick (1.8.1) PLATFORMS ruby @@ -129,6 +130,7 @@ DEPENDENCIES slippyd-colorist tzinfo-data wdm (~> 0.1) + webrick BUNDLED WITH 2.5.7