summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2023-04-12 21:55:52 -0500
committerDanny Holman <dholman@gymli.org>2023-04-12 21:55:52 -0500
commit0855bfc38b6be0292b6678e3c4fbc6b25b12a349 (patch)
tree7bbedafc854e331732bc7d228776d34876427829 /Gemfile
parent45df3836538f2298517d651a771e778b468c7349 (diff)
Add post about Syncthing
Add a new post about Syncthing and update the Gemfile to include webrick.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
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"