From f98d6812e2befc99dafaace88657cc46b06719cf Mon Sep 17 00:00:00 2001 From: John Hess Date: Thu, 7 Apr 2022 12:36:34 -0500 Subject: [PATCH] remove webrick --- Gemfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d011e36..c3f6c51 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,4 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do end # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] - -# HTTP Server for local development -gem "webrick", "~> 1.7" \ No newline at end of file +gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] \ No newline at end of file