diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-31 23:42:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-31 23:42:06 +0300 |
commit | e00e428bff2023ee8aa825a64ac0c7cd2869a64d (patch) | |
tree | 97128b04ce6dd74ea36e4697fcc95e5941853c26 | |
parent | bump jekyll-theme (diff) | |
download | sorting-algorithms-e00e428bff2023ee8aa825a64ac0c7cd2869a64d.tar.gz sorting-algorithms-e00e428bff2023ee8aa825a64ac0c7cd2869a64d.zip |
bump dependencies
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 22 |
2 files changed, 11 insertions, 13 deletions
@@ -1,2 +1,2 @@ source 'https://rubygems.org' -gem 'github-pages', '219' +gem 'github-pages', '221' diff --git a/Gemfile.lock b/Gemfile.lock index 9a6f904..7aa4a2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GEM em-websocket (0.5.2) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - ethon (0.14.0) + ethon (0.15.0) ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.8.1) @@ -48,8 +48,8 @@ GEM ffi (1.15.4) forwardable-extended (2.6.0) gemoji (3.0.1) - github-pages (219) - github-pages-health-check (= 1.17.7) + github-pages (221) + github-pages-health-check (= 1.17.9) jekyll (= 3.9.0) jekyll-avatar (= 0.7.0) jekyll-coffeescript (= 1.1.1) @@ -89,10 +89,10 @@ GEM liquid (= 4.0.3) mercenary (~> 0.3) minima (= 2.5.1) - nokogiri (>= 1.10.4, < 2.0) + nokogiri (>= 1.12.5, < 2.0) rouge (= 3.26.0) terminal-table (~> 1.4) - github-pages-health-check (1.17.7) + github-pages-health-check (1.17.9) addressable (~> 2.3) dnsruby (~> 1.60) octokit (~> 4.0) @@ -219,15 +219,13 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.6.1) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.14.4) multipart-post (2.1.1) - nokogiri (1.12.5) - mini_portile2 (~> 2.6.1) + nokogiri (1.12.5-x86_64-linux) racc (~> 1.4) octokit (4.21.0) faraday (>= 0.9) @@ -235,7 +233,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.0) rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) @@ -267,13 +265,13 @@ GEM unf_ext unf_ext (0.0.8) unicode-display_width (1.8.0) - zeitwerk (2.4.2) + zeitwerk (2.5.1) PLATFORMS - ruby + x86_64-linux DEPENDENCIES - github-pages (= 219) + github-pages (= 221) BUNDLED WITH 2.2.16 |