diff --git a/server/crud-service/homebrew/docs/Gemfile.lock b/server/crud-service/homebrew/docs/Gemfile.lock index fcfe45b4..5e4b593f 100644 --- a/server/crud-service/homebrew/docs/Gemfile.lock +++ b/server/crud-service/homebrew/docs/Gemfile.lock @@ -6,19 +6,18 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.11.1) colorator (1.1.0) - colorize (0.8.1) commonmarker (0.17.13) ruby-enum (~> 0.5) concurrent-ruby (1.1.5) - dnsruby (1.61.2) - addressable (~> 2.5) + dnsruby (1.61.9) + simpleidn (~> 0.1) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) @@ -85,13 +84,12 @@ GEM html-pipeline (2.11.0) activesupport (>= 2) nokogiri (>= 1.4) - html-proofer (3.10.2) - activesupport (>= 4.2, < 6.0) + html-proofer (3.19.2) addressable (~> 2.3) - colorize (~> 0.8) - mercenary (~> 0.3.2) - nokogiri (~> 1.9) + mercenary (~> 0.3) + nokogumbo (~> 2.0) parallel (~> 1.3) + rainbow (~> 3.0) typhoeus (~> 1.3) yell (~> 2.0) http_parser.rb (0.6.0) @@ -217,12 +215,16 @@ GEM multipart-post (2.0.0) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - octokit (4.14.0) + nokogumbo (2.0.5) + nokogiri (~> 1.8, >= 1.8.4) + octokit (4.22.0) + faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) parallel (1.17.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (3.0.3) + public_suffix (3.1.1) + rainbow (3.1.1) rake (12.3.2) rb-fsevent (0.10.3) rb-inotify (0.10.0) @@ -238,9 +240,11 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) + sawyer (0.8.2) + addressable (>= 2.3.5) + faraday (> 0.8, < 2.0) + simpleidn (0.2.1) + unf (~> 0.1.4) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) @@ -248,6 +252,9 @@ GEM ethon (>= 0.9.0) tzinfo (1.2.5) thread_safe (~> 0.1) + unf (0.1.4) + unf_ext + unf_ext (0.0.8.2) unicode-display_width (1.5.0) yell (2.1.0)