From b12f60c3a9e70fda2124a7a1541c8528e179e765 Mon Sep 17 00:00:00 2001 From: dutu Date: Wed, 8 May 2024 13:38:36 +0300 Subject: [PATCH] Remove gem 'wdm' --- Gemfile | 2 +- Gemfile.lock | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 699ce98..a2272e1 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,4 @@ gem "just-the-docs", "0.8.2" # pinned to the current release gem 'jekyll-sitemap' -gem 'wdm', '>= 0.1.0' if Gem.win_platform? # avoid polling for changes in windows +# gem 'wdm', '>= 0.1.0' if Gem.win_platform? # avoid polling for changes in windows diff --git a/Gemfile.lock b/Gemfile.lock index be21a9e..dda60ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,6 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) - wdm (0.1.1) webrick (1.8.1) PLATFORMS @@ -92,7 +91,6 @@ DEPENDENCIES jekyll (~> 4.3.3) jekyll-sitemap just-the-docs (= 0.8.2) - wdm (>= 0.1.0) BUNDLED WITH 2.5.9