Skip to content

Commit

Permalink
Revert PR #1807 to fix #1814
Browse files Browse the repository at this point in the history
closes #1814
  • Loading branch information
fatso83 committed May 31, 2018
1 parent 878e2e8 commit bed477a
Show file tree
Hide file tree
Showing 3 changed files with 1,191 additions and 1,197 deletions.
60 changes: 27 additions & 33 deletions Gemfile.lock
Expand Up @@ -7,20 +7,19 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
colorator (1.1.0)
concurrent-ruby (1.0.5)
ethon (0.11.0)
ethon (0.10.1)
ffi (>= 1.3.0)
execjs (2.7.0)
faraday (0.15.2)
faraday (0.10.0)
multipart-post (>= 1.2, < 3)
ffi (1.9.23)
ffi (1.9.14)
forwardable-extended (2.6.0)
gemoji (2.1.0)
github-pages (111)
Expand Down Expand Up @@ -71,11 +70,10 @@ GEM
octokit (~> 4.0)
public_suffix (~> 2.0)
typhoeus (~> 0.7)
html-pipeline (2.8.0)
html-pipeline (2.4.2)
activesupport (>= 2)
nokogiri (>= 1.4)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
i18n (0.7.0)
jekyll (3.3.1)
addressable (~> 2.4)
colorator (~> 1.0)
Expand Down Expand Up @@ -148,8 +146,8 @@ GEM
jekyll (~> 3.3)
jekyll-titles-from-headings (0.1.3)
jekyll (~> 3.3)
jekyll-watch (1.5.1)
listen (~> 3.0)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
jemoji (0.7.0)
activesupport (~> 4.0)
gemoji (~> 2.0)
Expand All @@ -162,39 +160,35 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
mercenary (0.3.6)
mini_portile2 (2.3.0)
mini_portile2 (2.1.0)
minima (2.0.0)
minitest (5.11.3)
minitest (5.10.1)
multipart-post (2.0.0)
net-dns (0.8.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
octokit (4.9.0)
nokogiri (1.7.0)
mini_portile2 (~> 2.1.0)
octokit (4.6.2)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.1)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
public_suffix (2.0.4)
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.5.6)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass (3.4.23)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
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.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode-display_width (1.3.2)
unicode-display_width (1.1.2)

PLATFORMS
ruby
Expand All @@ -205,7 +199,7 @@ DEPENDENCIES
minima (~> 2.0)

RUBY VERSION
ruby 2.5.1p57
ruby 2.4.0p0

BUNDLED WITH
1.16.1
1.13.7

0 comments on commit bed477a

Please sign in to comment.