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.
1 parent f16bc9f commit 074c80dCopy full SHA for 074c80d
Gemfile
@@ -1,6 +1,7 @@
1
source "https://rubygems.org"
2
3
gem 'jekyll'
4
+gem 'wdm', '>= 0.1.0' if Gem.win_platform?
5
6
group :jekyll_plugins do
7
gem 'jekyll-watch'
Gemfile.lock
@@ -46,7 +46,7 @@ GEM
46
html-pipeline (~> 2.2)
47
jekyll (>= 3.0)
48
json (1.8.3)
49
- kramdown (1.11.1)
+ kramdown (1.12.0)
50
liquid (3.0.6)
51
listen (3.0.8)
52
rb-fsevent (~> 0.9, >= 0.9.4)
0 commit comments