From ab710eaa69b43e21a854e4e8a3e954dcbde4ff92 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 26 Nov 2016 22:42:52 +0300 Subject: adjust Gemfiles for Cygwin --- Gemfile | 4 +--- Gemfile.lock | 44 ++++++++++++++++++-------------------------- 2 files changed, 19 insertions(+), 29 deletions(-) diff --git a/Gemfile b/Gemfile index 57b11f8..fe952ce 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,2 @@ source 'https://rubygems.org' -gem 'github-pages' -gem 'wdm', '~> 0.1.0' if Gem.win_platform? -gem 'jekyll-github-metadata' +gem 'github-pages', '93' diff --git a/Gemfile.lock b/Gemfile.lock index dacbec1..89cad9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,15 +11,14 @@ GEM coffee-script (2.4.1) coffee-script-source execjs - coffee-script-source (1.10.0) + coffee-script-source (1.11.1) colorator (1.1.0) - ethon (0.9.0) + ethon (0.9.1) ffi (>= 1.3.0) execjs (2.7.0) - faraday (0.9.2) + faraday (0.10.0) multipart-post (>= 1.2, < 3) - ffi (1.9.14-x64-mingw32) - ffi (1.9.14-x86-mingw32) + ffi (1.9.14) forwardable-extended (2.6.0) gemoji (2.1.0) github-pages (93) @@ -99,46 +98,39 @@ GEM mercenary (0.3.6) mini_portile2 (2.1.0) minima (1.0.1) - minitest (5.9.0) + minitest (5.9.1) multipart-post (2.0.0) net-dns (0.8.0) - nokogiri (1.6.8-x64-mingw32) + nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) - nokogiri (1.6.8-x86-mingw32) - mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) - octokit (4.3.0) - sawyer (~> 0.7.0, >= 0.5.3) + octokit (4.6.2) + sawyer (~> 0.8.0, >= 0.5.3) pathutil (0.14.0) forwardable-extended (~> 2.6) - pkg-config (1.1.7) public_suffix (1.5.3) - rb-fsevent (0.9.7) + rb-fsevent (0.9.8) rb-inotify (0.9.7) ffi (>= 0.5.0) rouge (1.11.1) safe_yaml (1.0.4) sass (3.4.22) - sawyer (0.7.0) - addressable (>= 2.3.5, < 2.5) - faraday (~> 0.8, < 0.10) - terminal-table (1.6.0) + sawyer (0.8.1) + addressable (>= 2.3.5, < 2.6) + faraday (~> 0.8, < 1.0) + terminal-table (1.7.3) + unicode-display_width (~> 1.1.1) thread_safe (0.3.5) typhoeus (0.8.0) ethon (>= 0.8.0) tzinfo (1.2.2) thread_safe (~> 0.1) - wdm (0.1.1) + unicode-display_width (1.1.1) PLATFORMS - x64-mingw32 - x86-mingw32 + ruby DEPENDENCIES - github-pages - jekyll-github-metadata - wdm (~> 0.1.0) + github-pages (= 93) BUNDLED WITH - 1.12.5 + 1.13.6 -- cgit v1.2.3