diff --git a/Gemfile b/Gemfile index f0f947e..359daa9 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,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 84fe3c4..990333e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,6 +46,7 @@ GEM ffi (1.17.0-arm-linux-gnu) ffi (1.17.0-arm-linux-musl) ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x64-mingw-ucrt) ffi (1.17.0-x86-linux-gnu) ffi (1.17.0-x86-linux-musl) ffi (1.17.0-x86_64-darwin) @@ -245,6 +246,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.7-x64-mingw-ucrt) + racc (~> 1.4) nokogiri (1.16.7-x86-linux) racc (~> 1.4) nokogiri (1.16.7-x86_64-darwin) @@ -281,8 +284,11 @@ GEM ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + tzinfo-data (1.2025.2) + tzinfo (>= 1.0.0) unicode-display_width (1.8.0) uri (0.13.1) + wdm (0.2.0) webrick (1.8.2) PLATFORMS @@ -293,6 +299,7 @@ PLATFORMS arm-linux-gnu arm-linux-musl arm64-darwin + x64-mingw-ucrt x86-linux x86-linux-gnu x86-linux-musl @@ -307,7 +314,7 @@ DEPENDENCIES json (~> 2.7) tzinfo (>= 1, < 3) tzinfo-data - wdm (~> 0.1.1) + wdm (~> 0.2.0) webrick (~> 1.8) BUNDLED WITH diff --git a/_includes/header.html b/_includes/header.html index 26eb687..73e503e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -11,7 +11,7 @@

News About Download - Help + Help Communities