diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index be3ed3a65..c690ef2fb 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -6,7 +6,7 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.5.2) + addressable (>= 2.8.0) public_suffix (>= 2.0.2, < 4.0) coffee-script (2.4.1) coffee-script-source @@ -74,7 +74,7 @@ GEM rouge (= 2.2.1) terminal-table (~> 1.4) github-pages-health-check (1.4.0) - addressable (~> 2.3) + addressable (>= 2.8.0) net-dns (~> 0.8) octokit (~> 4.0) public_suffix (~> 2.0) @@ -86,7 +86,7 @@ GEM i18n (0.9.5) concurrent-ruby (~> 1.0) jekyll (~> 3.7.4) - addressable (~> 2.4) + addressable (>= 2.8.0) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 0.7) @@ -229,7 +229,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) + addressable (>= 2.8.0) faraday (~> 0.8, < 1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1)