From 35f67f11405c487ce88a90bc9006318776799735 Mon Sep 17 00:00:00 2001 From: Sakrecoer Date: Sat, 15 Oct 2022 12:31:38 +0200 Subject: [PATCH] upgrade gems --- Gemfile | 2 ++ Gemfile.lock | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 052b126..8559860 100644 --- a/Gemfile +++ b/Gemfile @@ -9,3 +9,5 @@ group :jekyll_plugins do gem "json" gem "activesupport" end + +gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index e71d866..04667ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,6 +75,7 @@ GEM tzinfo (2.0.5) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) + webrick (1.7.0) PLATFORMS x86_64-linux @@ -86,6 +87,7 @@ DEPENDENCIES jekyll-last-modified-at jekyll-sitemap json + webrick (~> 1.7) BUNDLED WITH 2.3.23