diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index a06ce7f..19bd0e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GEM remote: https://rubygems.org/ specs: + RedCloth (4.2.9) RedCloth (4.2.9-x86-mingw32) activesupport (4.2.5.2) i18n (~> 0.7) @@ -19,6 +20,7 @@ GEM execjs (2.6.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) + ffi (1.9.10-x64-mingw32) ffi (1.9.10-x86-mingw32) gemoji (2.1.0) github-pages (54) @@ -67,6 +69,8 @@ GEM jekyll-feed (0.4.0) jekyll-gist (1.4.0) octokit (~> 4.2) + jekyll-github-metadata (1.11.1) + octokit (~> 4.0) jekyll-mentions (1.0.1) html-pipeline (~> 2.3) jekyll (~> 3.0) @@ -97,6 +101,8 @@ GEM minitest (5.8.4) multipart-post (2.0.0) net-dns (0.8.0) + nokogiri (1.6.7.2-x64-mingw32) + mini_portile2 (~> 2.0.0.rc2) nokogiri (1.6.7.2-x86-mingw32) mini_portile2 (~> 2.0.0.rc2) octokit (4.3.0) @@ -122,11 +128,13 @@ GEM wdm (0.1.1) PLATFORMS + x64-mingw32 x86-mingw32 DEPENDENCIES github-pages + jekyll-github-metadata wdm (~> 0.1.0) BUNDLED WITH - 1.11.2 + 1.12.5 |