diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-02-12 01:52:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-02-12 01:52:50 +0300 |
commit | 68d84cc59419873a103baaab7135989eb2ef2c6e (patch) | |
tree | 441c77d3ccae0e4955b65fb73f905c5c73e97c5c | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-68d84cc59419873a103baaab7135989eb2ef2c6e.tar.gz sorting-algorithms-68d84cc59419873a103baaab7135989eb2ef2c6e.zip |
bump dependencies
-rw-r--r-- | Gemfile.lock | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 985e6e4..337361e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,10 +21,10 @@ GEM multipart-post (>= 1.2, < 3) ffi (1.9.10-x86-mingw32) gemoji (2.1.0) - github-pages (44) + github-pages (48) RedCloth (= 4.2.9) - github-pages-health-check (= 0.6.0) - jekyll (= 3.0.2) + github-pages-health-check (= 0.6.1) + jekyll (= 3.0.3) jekyll-coffeescript (= 1.0.1) jekyll-feed (= 0.3.1) jekyll-gist (= 1.4.0) @@ -32,8 +32,8 @@ GEM jekyll-paginate (= 1.1.0) jekyll-redirect-from (= 0.9.1) jekyll-sass-converter (= 1.3.0) - jekyll-seo-tag (= 0.1.4) - jekyll-sitemap (= 0.9.0) + jekyll-seo-tag (= 1.0.0) + jekyll-sitemap (= 0.10.0) jekyll-textile-converter (= 0.1.0) jemoji (= 0.5.1) kramdown (= 1.9.0) @@ -43,7 +43,7 @@ GEM redcarpet (= 3.3.3) rouge (= 1.10.1) terminal-table (~> 1.4) - github-pages-health-check (0.6.0) + github-pages-health-check (0.6.1) addressable (~> 2.3) net-dns (~> 0.8) public_suffix (~> 1.4) @@ -52,7 +52,7 @@ GEM activesupport (>= 2, < 5) nokogiri (>= 1.4) i18n (0.7.0) - jekyll (3.0.2) + jekyll (3.0.3) colorator (~> 0.1) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) @@ -74,9 +74,9 @@ GEM jekyll (>= 2.0) jekyll-sass-converter (1.3.0) sass (~> 3.2) - jekyll-seo-tag (0.1.4) + jekyll-seo-tag (1.0.0) jekyll (>= 2.0) - jekyll-sitemap (0.9.0) + jekyll-sitemap (0.10.0) jekyll-textile-converter (0.1.0) RedCloth (~> 4.0) jekyll-watch (1.3.1) @@ -88,9 +88,9 @@ GEM json (1.8.3) kramdown (1.9.0) liquid (3.0.6) - listen (3.0.5) + listen (3.0.6) rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9) + rb-inotify (>= 0.9.7) mercenary (0.3.5) mini_portile2 (2.0.0) minitest (5.8.4) @@ -102,7 +102,7 @@ GEM sawyer (~> 0.6.0, >= 0.5.3) public_suffix (1.5.3) rb-fsevent (0.9.7) - rb-inotify (0.9.5) + rb-inotify (0.9.7) ffi (>= 0.5.0) rdiscount (2.1.8) redcarpet (3.3.3) @@ -128,4 +128,4 @@ DEPENDENCIES wdm (~> 0.1.0) BUNDLED WITH - 1.10.6 + 1.11.2 |