From ef5ccc5fae2ac691fd7350a7c1c4a6d129eb0143 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 10 Nov 2022 22:00:49 +0100 Subject: [PATCH] add webrick to make running in dev mode on *nix simpler (#52) --- Gemfile | 3 ++- Gemfile.lock | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9b6f8d86..16b2a3e2 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,5 @@ group :jekyll_plugins do gem 'jekyll-feed' gem 'jekyll-mentions' gem 'jekyll_custom_permalink' -end \ No newline at end of file +end +gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index ca6172f2..5bf71b68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,6 +81,7 @@ GEM tzinfo (2.0.4) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) + webrick (1.7.0) PLATFORMS x86_64-linux @@ -93,6 +94,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap jekyll_custom_permalink + webrick (~> 1.7) BUNDLED WITH - 2.3.11 \ No newline at end of file + 2.3.11