소스 검색

Cleanup Gemfile and add wdm on Windows (#2708)

XhmikosR 4 년 전
부모
커밋
950e6e0dd1
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 5
      docs/Gemfile

+ 2 - 5
docs/Gemfile

@@ -1,7 +1,4 @@
 source 'https://rubygems.org'
 
-gem "jekyll", "~> 3.8.5"
-
-gem "rouge"
-
-gem 'github-pages', group: :jekyll_plugins
+gem 'github-pages'
+gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?