update json to work with ruby 2.4 and install gems locally

This commit is contained in:
WheresAlice
2017-02-10 19:54:38 +01:00
parent d17875ce20
commit a894831555
3 changed files with 171 additions and 92 deletions
+3
View File
@@ -0,0 +1,3 @@
---
BUNDLE_PATH: "_vendor/bundle"
BUNDLE_DISABLE_SHARED_GEMS: "true"
+2 -1
View File
@@ -1,3 +1,4 @@
_site _site
.sass-cache .sass-cache
.DS_Store .DS_Store
_vendor
+166 -91
View File
@@ -1,126 +1,201 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
RedCloth (4.2.9) activesupport (4.2.7)
activesupport (4.2.1)
i18n (~> 0.7) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
blankslate (2.1.2.4) addressable (2.5.0)
celluloid (0.16.0) public_suffix (~> 2.0, >= 2.0.2)
timers (~> 4.0.0) coffee-script (2.4.1)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coffee-script (2.3.0)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.9.1) coffee-script-source (1.12.2)
colorator (0.1) colorator (1.1.0)
execjs (2.4.0) ethon (0.10.1)
fast-stemmer (1.0.2) ffi (>= 1.3.0)
ffi (1.9.8) execjs (2.7.0)
gemoji (2.1.0) faraday (0.11.0)
github-pages (33) multipart-post (>= 1.2, < 3)
RedCloth (= 4.2.9) ffi (1.9.17)
github-pages-health-check (~> 0.2) forwardable-extended (2.6.0)
jekyll (= 2.4.0) gemoji (3.0.0)
github-pages (120)
activesupport (= 4.2.7)
github-pages-health-check (= 1.3.0)
jekyll (= 3.3.1)
jekyll-avatar (= 0.4.2)
jekyll-coffeescript (= 1.0.1) jekyll-coffeescript (= 1.0.1)
jekyll-mentions (= 0.2.1) jekyll-default-layout (= 0.1.4)
jekyll-redirect-from (= 0.6.2) jekyll-feed (= 0.8.0)
jekyll-sass-converter (= 1.2.0) jekyll-gist (= 1.4.0)
jekyll-sitemap (= 0.6.3) jekyll-github-metadata (= 2.3.1)
jemoji (= 0.4.0) jekyll-mentions (= 1.2.0)
kramdown (= 1.5.0) jekyll-optional-front-matter (= 0.1.2)
liquid (= 2.6.1) jekyll-paginate (= 1.1.0)
maruku (= 0.7.0) jekyll-readme-index (= 0.0.4)
jekyll-redirect-from (= 0.12.1)
jekyll-relative-links (= 0.3.0)
jekyll-sass-converter (= 1.5.0)
jekyll-seo-tag (= 2.1.0)
jekyll-sitemap (= 0.12.0)
jekyll-swiss (= 0.4.0)
jekyll-theme-architect (= 0.0.3)
jekyll-theme-cayman (= 0.0.3)
jekyll-theme-dinky (= 0.0.3)
jekyll-theme-hacker (= 0.0.3)
jekyll-theme-leap-day (= 0.0.3)
jekyll-theme-merlot (= 0.0.3)
jekyll-theme-midnight (= 0.0.3)
jekyll-theme-minimal (= 0.0.3)
jekyll-theme-modernist (= 0.0.3)
jekyll-theme-primer (= 0.1.7)
jekyll-theme-slate (= 0.0.3)
jekyll-theme-tactile (= 0.0.3)
jekyll-theme-time-machine (= 0.0.3)
jekyll-titles-from-headings (= 0.1.4)
jemoji (= 0.8.0)
kramdown (= 1.11.1)
liquid (= 3.0.6)
listen (= 3.0.6)
mercenary (~> 0.3) mercenary (~> 0.3)
pygments.rb (= 0.6.1) minima (= 2.0.0)
rdiscount (= 2.1.7) nokogiri (= 1.6.8.1)
redcarpet (= 3.1.2) rouge (= 1.11.1)
terminal-table (~> 1.4) terminal-table (~> 1.4)
github-pages-health-check (0.2.2) github-pages-health-check (1.3.0)
net-dns (~> 0.6) addressable (~> 2.3)
public_suffix (~> 1.4) net-dns (~> 0.8)
hitimes (1.2.2) octokit (~> 4.0)
html-pipeline (1.9.0) public_suffix (~> 2.0)
typhoeus (~> 0.7)
html-pipeline (2.5.0)
activesupport (>= 2) activesupport (>= 2)
nokogiri (~> 1.4) nokogiri (>= 1.4)
i18n (0.7.0) i18n (0.8.0)
jekyll (2.4.0) jekyll (3.3.1)
classifier-reborn (~> 2.0) addressable (~> 2.4)
colorator (~> 0.1) colorator (~> 1.0)
jekyll-coffeescript (~> 1.0)
jekyll-gist (~> 1.0)
jekyll-paginate (~> 1.0)
jekyll-sass-converter (~> 1.0) jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1) jekyll-watch (~> 1.1)
kramdown (~> 1.3) kramdown (~> 1.3)
liquid (~> 2.6.1) liquid (~> 3.0)
mercenary (~> 0.3.3) mercenary (~> 0.3.3)
pygments.rb (~> 0.6.0) pathutil (~> 0.9)
redcarpet (~> 3.1) rouge (~> 1.7)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
toml (~> 0.1.0) jekyll-avatar (0.4.2)
jekyll (~> 3.0)
jekyll-coffeescript (1.0.1) jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2) coffee-script (~> 2.2)
jekyll-gist (1.2.1) jekyll-default-layout (0.1.4)
jekyll-mentions (0.2.1) jekyll (~> 3.0)
html-pipeline (~> 1.9.0) jekyll-feed (0.8.0)
jekyll (~> 2.0) jekyll (~> 3.3)
jekyll-gist (1.4.0)
octokit (~> 4.2)
jekyll-github-metadata (2.3.1)
jekyll (~> 3.1)
octokit (~> 4.0, != 4.4.0)
jekyll-mentions (1.2.0)
activesupport (~> 4.0)
html-pipeline (~> 2.3)
jekyll (~> 3.0)
jekyll-optional-front-matter (0.1.2)
jekyll (~> 3.0)
jekyll-paginate (1.1.0) jekyll-paginate (1.1.0)
jekyll-redirect-from (0.6.2) jekyll-readme-index (0.0.4)
jekyll (~> 2.0) jekyll (~> 3.0)
jekyll-sass-converter (1.2.0) jekyll-redirect-from (0.12.1)
sass (~> 3.2) jekyll (~> 3.3)
jekyll-sitemap (0.6.3) jekyll-relative-links (0.3.0)
jekyll-watch (1.2.1) jekyll (~> 3.3)
listen (~> 2.7) jekyll-sass-converter (1.5.0)
jemoji (0.4.0) sass (~> 3.4)
gemoji (~> 2.0) jekyll-seo-tag (2.1.0)
html-pipeline (~> 1.9) jekyll (~> 3.3)
jekyll (~> 2.0) jekyll-sitemap (0.12.0)
json (1.8.2) jekyll (~> 3.3)
kramdown (1.5.0) jekyll-swiss (0.4.0)
liquid (2.6.1) jekyll-theme-architect (0.0.3)
listen (2.10.0) jekyll (~> 3.3)
celluloid (~> 0.16.0) jekyll-theme-cayman (0.0.3)
jekyll (~> 3.3)
jekyll-theme-dinky (0.0.3)
jekyll (~> 3.3)
jekyll-theme-hacker (0.0.3)
jekyll (~> 3.3)
jekyll-theme-leap-day (0.0.3)
jekyll (~> 3.3)
jekyll-theme-merlot (0.0.3)
jekyll (~> 3.3)
jekyll-theme-midnight (0.0.3)
jekyll (~> 3.3)
jekyll-theme-minimal (0.0.3)
jekyll (~> 3.3)
jekyll-theme-modernist (0.0.3)
jekyll (~> 3.3)
jekyll-theme-primer (0.1.7)
jekyll (~> 3.3)
jekyll-theme-slate (0.0.3)
jekyll (~> 3.3)
jekyll-theme-tactile (0.0.3)
jekyll (~> 3.3)
jekyll-theme-time-machine (0.0.3)
jekyll (~> 3.3)
jekyll-titles-from-headings (0.1.4)
jekyll (~> 3.3)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
jemoji (0.8.0)
activesupport (~> 4.0)
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0)
json (1.8.6)
kramdown (1.11.1)
liquid (3.0.6)
listen (3.0.6)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9.7)
maruku (0.7.0) mercenary (0.3.6)
mercenary (0.3.5) mini_portile2 (2.1.0)
mini_portile (0.6.2) minima (2.0.0)
minitest (5.5.1) minitest (5.10.1)
multipart-post (2.0.0)
net-dns (0.8.0) net-dns (0.8.0)
nokogiri (1.6.6.2) nokogiri (1.6.8.1)
mini_portile (~> 0.6.0) mini_portile2 (~> 2.1.0)
parslet (1.5.0) octokit (4.6.2)
blankslate (~> 2.0) sawyer (~> 0.8.0, >= 0.5.3)
posix-spawn (0.3.10) pathutil (0.14.0)
public_suffix (1.5.0) forwardable-extended (~> 2.6)
pygments.rb (0.6.1) public_suffix (2.0.5)
posix-spawn (~> 0.3.6) rb-fsevent (0.9.8)
yajl-ruby (~> 1.2.0) rb-inotify (0.9.8)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0) ffi (>= 0.5.0)
rdiscount (2.1.7) rouge (1.11.1)
redcarpet (3.1.2)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.4.13) sass (3.4.23)
terminal-table (1.4.5) 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) thread_safe (0.3.5)
timers (4.0.1) typhoeus (0.8.0)
hitimes ethon (>= 0.8.0)
toml (0.1.2)
parslet (~> 1.5.0)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
yajl-ruby (1.2.1) unicode-display_width (1.1.3)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
github-pages github-pages
BUNDLED WITH
1.14.3