We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f330807 + 4b5fde7 commit d0cdc52Copy full SHA for d0cdc52
Gemfile
@@ -31,7 +31,7 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
31
end
32
33
# Performance-booster for watching directories on Windows
34
-gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
+gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?
35
36
gem "nokogiri", "~> 1.16"
37
Gemfile.lock
@@ -87,7 +87,7 @@ GEM
87
tzinfo-data (1.2024.1)
88
tzinfo (>= 1.0.0)
89
unicode-display_width (2.5.0)
90
- wdm (0.1.1)
+ wdm (0.2.0)
91
webrick (1.8.1)
92
93
PLATFORMS
@@ -103,7 +103,7 @@ DEPENDENCIES
103
thread_safe (~> 0.3.5)
104
tzinfo (~> 2.0)
105
tzinfo-data
106
- wdm (~> 0.1.0)
+ wdm (~> 0.2.0)
107
108
BUNDLED WITH
109
2.3.22
0 commit comments