Skip to content

Commit

Permalink
Attempt to fix GH pages deployment wrt wdm
Browse files Browse the repository at this point in the history
As per guard/listen#451

Note that I get this message when serving now:

  Please add the following to your Gemfile to avoid polling for changes:
    gem 'wdm', '>= 0.1.0' if Gem.win_platform?
  • Loading branch information
amaiorano committed Dec 29, 2023
1 parent 55ae434 commit 9308497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -27,6 +27,6 @@ end
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem "wdm", ">= 0.1.0", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem "webrick", "~> 1.7"
3 changes: 1 addition & 2 deletions Gemfile.lock
Expand Up @@ -270,7 +270,6 @@ GEM
unf_ext (0.0.9.1)
unf_ext (0.0.9.1-x64-mingw-ucrt)
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.8.1)

PLATFORMS
Expand All @@ -284,7 +283,7 @@ DEPENDENCIES
jekyll-toc
minima (~> 2.0)
tzinfo-data
wdm (~> 0.1.0)
wdm (>= 0.1.0)
webrick (~> 1.7)

BUNDLED WITH
Expand Down

0 comments on commit 9308497

Please sign in to comment.