Files
liquid/Gemfile
ADTC cd467810fb Install wdm Ruby gem in Windows
To avoid polling the file system for changes, Jekyll recommends installing the Windows Directory Monitor in a Windows environment.

After merging this, those on Windows will need to run `bundle install` again. This shouldn't affect other environments.
2021-03-30 10:03:25 +08:00

5 lines
126 B
Ruby

source 'https://rubygems.org'
gem 'github-pages', '>=180', group: :jekyll_plugins
gem 'wdm', '>= 0.1.0' if Gem.win_platform?