From 0855bfc38b6be0292b6678e3c4fbc6b25b12a349 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Wed, 12 Apr 2023 21:55:52 -0500 Subject: Add post about Syncthing Add a new post about Syncthing and update the Gemfile to include webrick. --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 61c48a9..b217de5 100644 --- a/Gemfile +++ b/Gemfile @@ -18,3 +18,5 @@ end gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? gem "kramdown-parser-gfm", "~> 1.1" + +gem "webrick", "~> 1.8" -- cgit v1.2.3