From b7c09f903ce126df95ed7c5530304403e90b2bd6 Mon Sep 17 00:00:00 2001 From: Soph Gleissner Date: Wed, 25 Sep 2024 16:51:09 +0200 Subject: [PATCH] wdm 0.2.0 change --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ff2c342..ee660b2 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ 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] +gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. diff --git a/Gemfile.lock b/Gemfile.lock index 415a2aa..ac9a23f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,6 +13,7 @@ GEM ffi (1.16.3) ffi (1.16.3-x64-mingw32) forwardable-extended (2.6.0) + google-protobuf (3.24.4) google-protobuf (3.24.4-arm64-darwin) google-protobuf (3.24.4-x64-mingw32) google-protobuf (3.24.4-x86_64-linux) @@ -69,6 +70,8 @@ GEM sass-embedded (1.69.4) google-protobuf (~> 3.23) rake (>= 13.0.0) + sass-embedded (1.69.4-x64-mingw-ucrt) + google-protobuf (~> 3.23) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) tzinfo (2.0.6) @@ -76,11 +79,12 @@ GEM tzinfo-data (1.2023.3) tzinfo (>= 1.0.0) unicode-display_width (2.5.0) - wdm (0.1.1) + wdm (0.2.0) webrick (1.8.1) PLATFORMS arm64-darwin-22 + x64-mingw-ucrt x64-mingw32 x86_64-linux @@ -91,7 +95,7 @@ DEPENDENCIES minima (~> 2.5) tzinfo (>= 1, < 3) tzinfo-data - wdm (~> 0.1.1) + wdm (~> 0.2.0) BUNDLED WITH 2.3.26