mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
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.
5 lines
126 B
Ruby
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?
|