diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-11-06 19:52:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-11-06 19:52:16 +0300 |
commit | 142ba1fb84f910d99d542f33fc5e32acf01d92ba (patch) | |
tree | 6030ff6cd0af1f7e652a9f5c8a5a254d94c9cc5e | |
parent | add icons to the navbar (diff) | |
download | jekyll-theme-142ba1fb84f910d99d542f33fc5e32acf01d92ba.tar.gz jekyll-theme-142ba1fb84f910d99d542f33fc5e32acf01d92ba.zip |
bump dependencies
-rw-r--r-- | Gemfile.lock | 44 | ||||
-rw-r--r-- | _config.yml | 4 |
2 files changed, 25 insertions, 23 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index ac0f84f..3d70b35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,9 @@ GEM remote: https://rubygems.org/ specs: + RedCloth (4.2.9) RedCloth (4.2.9-x86-mingw32) - activesupport (4.2.3) + activesupport (4.2.4) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -10,19 +11,18 @@ GEM tzinfo (~> 1.1) addressable (2.3.8) blankslate (2.1.2.4) - celluloid (0.16.0) - timers (~> 4.0.0) - classifier-reborn (2.0.3) + classifier-reborn (2.0.4) fast-stemmer (~> 1.0) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.9.1.1) colorator (0.1) - ethon (0.7.4) + ethon (0.8.0) ffi (>= 1.3.0) execjs (2.6.0) fast-stemmer (1.0.2) + ffi (1.9.10-x64-mingw32) ffi (1.9.10-x86-mingw32) gemoji (2.1.0) github-pages (39) @@ -44,12 +44,11 @@ GEM rdiscount (= 2.1.7) redcarpet (= 3.3.2) terminal-table (~> 1.4) - github-pages-health-check (0.4.2) + github-pages-health-check (0.5.3) addressable (~> 2.3) net-dns (~> 0.8) public_suffix (~> 1.4) typhoeus (~> 0.7) - hitimes (1.2.2-x86-mingw32) html-pipeline (1.9.0) activesupport (>= 2) nokogiri (~> 1.4) @@ -72,7 +71,7 @@ GEM jekyll-coffeescript (1.0.1) coffee-script (~> 2.2) jekyll-feed (0.3.1) - jekyll-gist (1.3.3) + jekyll-gist (1.3.5) jekyll-mentions (0.2.1) html-pipeline (~> 1.9.0) jekyll (~> 2.0) @@ -82,8 +81,8 @@ GEM jekyll-sass-converter (1.3.0) sass (~> 3.2) jekyll-sitemap (0.8.1) - jekyll-watch (1.2.1) - listen (~> 2.7) + jekyll-watch (1.3.0) + listen (~> 3.0) jemoji (0.5.0) gemoji (~> 2.0) html-pipeline (~> 1.9) @@ -91,49 +90,52 @@ GEM json (1.8.3) kramdown (1.5.0) liquid (2.6.2) - listen (2.10.1) - celluloid (~> 0.16.0) + listen (3.0.4) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) maruku (0.7.0) mercenary (0.3.5) mini_portile (0.6.2) - minitest (5.8.0) + minitest (5.8.2) net-dns (0.8.0) + nokogiri (1.6.6.2-x64-mingw32) + mini_portile (~> 0.6.0) nokogiri (1.6.6.2-x86-mingw32) mini_portile (~> 0.6.0) parslet (1.5.0) blankslate (~> 2.0) posix-spawn (0.3.11) - public_suffix (1.5.1) + public_suffix (1.5.2) pygments.rb (0.6.3) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.2.0) - rb-fsevent (0.9.5) + rb-fsevent (0.9.6) rb-inotify (0.9.5) ffi (>= 0.5.0) rdiscount (2.1.7) redcarpet (3.3.2) - rouge (1.9.1) + rouge (1.10.1) safe_yaml (1.0.4) - sass (3.4.17) + sass (3.4.19) terminal-table (1.5.2) thread_safe (0.3.5) - timers (4.0.1) - hitimes toml (0.1.2) parslet (~> 1.5.0) - typhoeus (0.7.3) - ethon (>= 0.7.4) + typhoeus (0.8.0) + ethon (>= 0.8.0) tzinfo (1.2.2) thread_safe (~> 0.1) wdm (0.1.1) yajl-ruby (1.2.1) PLATFORMS + x64-mingw32 x86-mingw32 DEPENDENCIES github-pages rouge wdm (~> 0.1.0) + +BUNDLED WITH + 1.10.6 diff --git a/_config.yml b/_config.yml index 4c1d792..e875a3e 100644 --- a/_config.yml +++ b/_config.yml @@ -2,8 +2,8 @@ baseurl: /cpp_tips paginate: 10 include_comments: true excerpt_separator: "" -bootstrap_version: 3.2.0 -jquery_version: 1.11.0 +bootstrap_version: 3.3.5 +jquery_version: 1.11.3 html5shiv_version: 3.7.2 respond_version: 1.4.2 minified_externals: true |