diff --git a/Gemfile.lock b/Gemfile.lock index f83f862..06e3075 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,20 +14,19 @@ 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) ast (2.4.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.4) - 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) @@ -94,13 +93,12 @@ GEM html-pipeline (2.10.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) @@ -224,7 +222,10 @@ GEM multipart-post (2.0.0) nokogiri (1.10.1) mini_portile2 (~> 2.4.0) - octokit (4.13.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.13.0) parser (2.6.0.0) @@ -257,9 +258,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) @@ -267,6 +270,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.4.1) w3c_validators (1.3.4) json (>= 1.8)