html-proofer: 3.18.8 -> 5.0.8

Had to run `bundle config set force_ruby_platform true` on my machine to
avoid platform-specific dependencies (bundix doesn't like these). Maybe
there's a way to export `BUNDLE_FORCE_RUBY_PLATFORM` when the update
script is ran... not sure.

authored by Alejandro Angulo and committed by Anderson Torres b65f0cc8 37458514

+175 -52
+41 -20
pkgs/tools/misc/html-proofer/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - addressable (2.7.0) 5 - public_suffix (>= 2.0.2, < 5.0) 6 - ethon (0.12.0) 7 - ffi (>= 1.3.0) 8 - ffi (1.14.2) 9 - html-proofer (3.18.8) 10 addressable (~> 2.3) 11 - mercenary (~> 0.3) 12 - nokogumbo (~> 2.0) 13 - parallel (~> 1.3) 14 rainbow (~> 3.0) 15 typhoeus (~> 1.3) 16 yell (~> 2.0) 17 - mercenary (0.4.0) 18 - mini_portile2 (2.5.0) 19 - nokogiri (1.11.1) 20 - mini_portile2 (~> 2.5.0) 21 racc (~> 1.4) 22 - nokogumbo (2.0.4) 23 - nokogiri (~> 1.8, >= 1.8.4) 24 - parallel (1.20.1) 25 - public_suffix (4.0.6) 26 - racc (1.5.2) 27 - rainbow (3.0.0) 28 typhoeus (1.4.0) 29 ethon (>= 0.9.0) 30 yell (2.2.2) 31 32 PLATFORMS 33 ruby ··· 36 html-proofer 37 38 BUNDLED WITH 39 - 2.1.4
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 + Ascii85 (1.1.0) 5 + addressable (2.8.5) 6 + public_suffix (>= 2.0.2, < 6.0) 7 + afm (0.2.2) 8 + async (2.6.3) 9 + console (~> 1.10) 10 + fiber-annotation 11 + io-event (~> 1.1) 12 + timers (~> 4.1) 13 + console (1.23.1) 14 + fiber-annotation 15 + fiber-local 16 + ethon (0.16.0) 17 + ffi (>= 1.15.0) 18 + ffi (1.15.5) 19 + fiber-annotation (0.2.0) 20 + fiber-local (1.0.0) 21 + hashery (2.1.2) 22 + html-proofer (5.0.8) 23 addressable (~> 2.3) 24 + async (~> 2.1) 25 + nokogiri (~> 1.13) 26 + pdf-reader (~> 2.11) 27 rainbow (~> 3.0) 28 typhoeus (~> 1.3) 29 yell (~> 2.0) 30 + zeitwerk (~> 2.5) 31 + io-event (1.2.3) 32 + mini_portile2 (2.8.4) 33 + nokogiri (1.15.4) 34 + mini_portile2 (~> 2.8.2) 35 racc (~> 1.4) 36 + pdf-reader (2.11.0) 37 + Ascii85 (~> 1.0) 38 + afm (~> 0.2.1) 39 + hashery (~> 2.0) 40 + ruby-rc4 41 + ttfunk 42 + public_suffix (5.0.3) 43 + racc (1.7.1) 44 + rainbow (3.1.1) 45 + ruby-rc4 (0.1.5) 46 + timers (4.3.5) 47 + ttfunk (1.7.0) 48 typhoeus (1.4.0) 49 ethon (>= 0.9.0) 50 yell (2.2.2) 51 + zeitwerk (2.6.11) 52 53 PLATFORMS 54 ruby ··· 57 html-proofer 58 59 BUNDLED WITH 60 + 2.4.17
+134 -32
pkgs/tools/misc/html-proofer/gemset.nix
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "1fvchp2rhp2rmigx7qglf69xvjqvzq7x0g49naliw29r2bz656sy"; 9 type = "gem"; 10 }; 11 - version = "2.7.0"; 12 }; 13 ethon = { 14 dependencies = ["ffi"]; ··· 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 - sha256 = "0gggrgkcq839mamx7a8jbnp2h7x2ykfn34ixwskwb0lzx2ak17g9"; 20 type = "gem"; 21 }; 22 - version = "0.12.0"; 23 }; 24 ffi = { 25 groups = ["default"]; 26 platforms = []; 27 source = { 28 remotes = ["https://rubygems.org"]; 29 - sha256 = "15hgiy09i8ywjihyzyvjvk42ivi3kmy6dm21s5sgg9j7y3h3zkkx"; 30 type = "gem"; 31 }; 32 - version = "1.14.2"; 33 }; 34 html-proofer = { 35 - dependencies = ["addressable" "mercenary" "nokogumbo" "parallel" "rainbow" "typhoeus" "yell"]; 36 groups = ["default"]; 37 platforms = []; 38 source = { 39 remotes = ["https://rubygems.org"]; 40 - sha256 = "0i5anzj9lp2m6bvghcbz16dlv5ww2mcwgkfj878mamgvb2pfk2m9"; 41 type = "gem"; 42 }; 43 - version = "3.18.8"; 44 }; 45 - mercenary = { 46 groups = ["default"]; 47 platforms = []; 48 source = { 49 remotes = ["https://rubygems.org"]; 50 - sha256 = "0f2i827w4lmsizrxixsrv2ssa3gk1b7lmqh8brk8ijmdb551wnmj"; 51 type = "gem"; 52 }; 53 - version = "0.4.0"; 54 }; 55 mini_portile2 = { 56 groups = ["default"]; 57 platforms = []; 58 source = { 59 remotes = ["https://rubygems.org"]; 60 - sha256 = "1hdbpmamx8js53yk3h8cqy12kgv6ca06k0c9n3pxh6b6cjfs19x7"; 61 type = "gem"; 62 }; 63 - version = "2.5.0"; 64 }; 65 nokogiri = { 66 dependencies = ["mini_portile2" "racc"]; ··· 68 platforms = []; 69 source = { 70 remotes = ["https://rubygems.org"]; 71 - sha256 = "1ajwkqr28hwqbyl1l3czx4a34c88acxywyqp8cjyy0zgsd6sbhj2"; 72 type = "gem"; 73 }; 74 - version = "1.11.1"; 75 }; 76 - nokogumbo = { 77 - dependencies = ["nokogiri"]; 78 groups = ["default"]; 79 platforms = []; 80 source = { 81 remotes = ["https://rubygems.org"]; 82 - sha256 = "0pxm7hx2lhmanm8kljd39f1j1742kl0a31zx98jsjiwrkfb5hhc6"; 83 type = "gem"; 84 }; 85 - version = "2.0.4"; 86 }; 87 - parallel = { 88 groups = ["default"]; 89 platforms = []; 90 source = { 91 remotes = ["https://rubygems.org"]; 92 - sha256 = "0055br0mibnqz0j8wvy20zry548dhkakws681bhj3ycb972awkzd"; 93 type = "gem"; 94 }; 95 - version = "1.20.1"; 96 }; 97 - public_suffix = { 98 groups = ["default"]; 99 platforms = []; 100 source = { 101 remotes = ["https://rubygems.org"]; 102 - sha256 = "1xqcgkl7bwws1qrlnmxgh8g4g9m10vg60bhlw40fplninb3ng6d9"; 103 type = "gem"; 104 }; 105 - version = "4.0.6"; 106 }; 107 - racc = { 108 groups = ["default"]; 109 platforms = []; 110 source = { 111 remotes = ["https://rubygems.org"]; 112 - sha256 = "178k7r0xn689spviqzhvazzvxfq6fyjldxb3ywjbgipbfi4s8j1g"; 113 type = "gem"; 114 }; 115 - version = "1.5.2"; 116 }; 117 - rainbow = { 118 groups = ["default"]; 119 platforms = []; 120 source = { 121 remotes = ["https://rubygems.org"]; 122 - sha256 = "0bb2fpjspydr6x0s8pn1pqkzmxszvkfapv0p4627mywl7ky4zkhk"; 123 type = "gem"; 124 }; 125 - version = "3.0.0"; 126 }; 127 typhoeus = { 128 dependencies = ["ethon"]; ··· 144 type = "gem"; 145 }; 146 version = "2.2.2"; 147 }; 148 }
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 + sha256 = "05r1fwy487klqkya7vzia8hnklcxy4vr92m9dmni3prfwk6zpw33"; 9 + type = "gem"; 10 + }; 11 + version = "2.8.5"; 12 + }; 13 + afm = { 14 + groups = ["default"]; 15 + platforms = []; 16 + source = { 17 + remotes = ["https://rubygems.org"]; 18 + sha256 = "06kj9hgd0z8pj27bxp2diwqh6fv7qhwwm17z64rhdc4sfn76jgn8"; 19 + type = "gem"; 20 + }; 21 + version = "0.2.2"; 22 + }; 23 + Ascii85 = { 24 + groups = ["default"]; 25 + platforms = []; 26 + source = { 27 + remotes = ["https://rubygems.org"]; 28 + sha256 = "1ds4v9xgsyvijnlflak4dzf1qwmda9yd5bv8jwsb56nngd399rlw"; 29 + type = "gem"; 30 + }; 31 + version = "1.1.0"; 32 + }; 33 + async = { 34 + dependencies = ["console" "fiber-annotation" "io-event" "timers"]; 35 + groups = ["default"]; 36 + platforms = []; 37 + source = { 38 + remotes = ["https://rubygems.org"]; 39 + sha256 = "0806cya8kq9glg6vifa9j4zjf81drwa84hdzx71ah98zz317hvhb"; 40 + type = "gem"; 41 + }; 42 + version = "2.6.3"; 43 + }; 44 + console = { 45 + dependencies = ["fiber-annotation" "fiber-local"]; 46 + groups = ["default"]; 47 + platforms = []; 48 + source = { 49 + remotes = ["https://rubygems.org"]; 50 + sha256 = "04cpbx4bsw3k20xgvz6cs1gi41q9mmagc95x2zk6ar49a25z89sb"; 51 type = "gem"; 52 }; 53 + version = "1.23.1"; 54 }; 55 ethon = { 56 dependencies = ["ffi"]; ··· 58 platforms = []; 59 source = { 60 remotes = ["https://rubygems.org"]; 61 + sha256 = "17ix0mijpsy3y0c6ywrk5ibarmvqzjsirjyprpsy3hwax8fdm85v"; 62 type = "gem"; 63 }; 64 + version = "0.16.0"; 65 }; 66 ffi = { 67 groups = ["default"]; 68 platforms = []; 69 source = { 70 remotes = ["https://rubygems.org"]; 71 + sha256 = "1862ydmclzy1a0cjbvm8dz7847d9rch495ib0zb64y84d3xd4bkg"; 72 + type = "gem"; 73 + }; 74 + version = "1.15.5"; 75 + }; 76 + fiber-annotation = { 77 + groups = ["default"]; 78 + platforms = []; 79 + source = { 80 + remotes = ["https://rubygems.org"]; 81 + sha256 = "00vcmynyvhny8n4p799rrhcx0m033hivy0s1gn30ix8rs7qsvgvs"; 82 + type = "gem"; 83 + }; 84 + version = "0.2.0"; 85 + }; 86 + fiber-local = { 87 + groups = ["default"]; 88 + platforms = []; 89 + source = { 90 + remotes = ["https://rubygems.org"]; 91 + sha256 = "1vrxxb09fc7aicb9zb0pmn5akggjy21dmxkdl3w949y4q05rldr9"; 92 type = "gem"; 93 }; 94 + version = "1.0.0"; 95 + }; 96 + hashery = { 97 + groups = ["default"]; 98 + platforms = []; 99 + source = { 100 + remotes = ["https://rubygems.org"]; 101 + sha256 = "0qj8815bf7q6q7llm5rzdz279gzmpqmqqicxnzv066a020iwqffj"; 102 + type = "gem"; 103 + }; 104 + version = "2.1.2"; 105 }; 106 html-proofer = { 107 + dependencies = ["addressable" "async" "nokogiri" "pdf-reader" "rainbow" "typhoeus" "yell" "zeitwerk"]; 108 groups = ["default"]; 109 platforms = []; 110 source = { 111 remotes = ["https://rubygems.org"]; 112 + sha256 = "0lzh3lb3l2qid3sh3da0fgjdwdly2g5jia6drzpn1dn1b92a7wwm"; 113 type = "gem"; 114 }; 115 + version = "5.0.8"; 116 }; 117 + io-event = { 118 groups = ["default"]; 119 platforms = []; 120 source = { 121 remotes = ["https://rubygems.org"]; 122 + sha256 = "0046p1q98xrys4bzcx74k658fv1fiigdgcd0az0pm12n2hjcms6r"; 123 type = "gem"; 124 }; 125 + version = "1.2.3"; 126 }; 127 mini_portile2 = { 128 groups = ["default"]; 129 platforms = []; 130 source = { 131 remotes = ["https://rubygems.org"]; 132 + sha256 = "02mj8mpd6ck5gpcnsimx5brzggw5h5mmmpq2djdypfq16wcw82qq"; 133 type = "gem"; 134 }; 135 + version = "2.8.4"; 136 }; 137 nokogiri = { 138 dependencies = ["mini_portile2" "racc"]; ··· 140 platforms = []; 141 source = { 142 remotes = ["https://rubygems.org"]; 143 + sha256 = "0k9w2z0953mnjrsji74cshqqp08q7m1r6zhadw1w0g34xzjh3a74"; 144 type = "gem"; 145 }; 146 + version = "1.15.4"; 147 + }; 148 + pdf-reader = { 149 + dependencies = ["Ascii85" "afm" "hashery" "ruby-rc4" "ttfunk"]; 150 + groups = ["default"]; 151 + platforms = []; 152 + source = { 153 + remotes = ["https://rubygems.org"]; 154 + sha256 = "09sx25jpnip2sp6wh5sn5ad7za78rfi95qp5iiczfh43z4jqa8q3"; 155 + type = "gem"; 156 + }; 157 + version = "2.11.0"; 158 + }; 159 + public_suffix = { 160 + groups = ["default"]; 161 + platforms = []; 162 + source = { 163 + remotes = ["https://rubygems.org"]; 164 + sha256 = "0n9j7mczl15r3kwqrah09cxj8hxdfawiqxa60kga2bmxl9flfz9k"; 165 + type = "gem"; 166 + }; 167 + version = "5.0.3"; 168 }; 169 + racc = { 170 groups = ["default"]; 171 platforms = []; 172 source = { 173 remotes = ["https://rubygems.org"]; 174 + sha256 = "11v3l46mwnlzlc371wr3x6yylpgafgwdf0q7hc7c1lzx6r414r5g"; 175 type = "gem"; 176 }; 177 + version = "1.7.1"; 178 }; 179 + rainbow = { 180 groups = ["default"]; 181 platforms = []; 182 source = { 183 remotes = ["https://rubygems.org"]; 184 + sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503"; 185 type = "gem"; 186 }; 187 + version = "3.1.1"; 188 }; 189 + ruby-rc4 = { 190 groups = ["default"]; 191 platforms = []; 192 source = { 193 remotes = ["https://rubygems.org"]; 194 + sha256 = "00vci475258mmbvsdqkmqadlwn6gj9m01sp7b5a3zd90knil1k00"; 195 type = "gem"; 196 }; 197 + version = "0.1.5"; 198 }; 199 + timers = { 200 groups = ["default"]; 201 platforms = []; 202 source = { 203 remotes = ["https://rubygems.org"]; 204 + sha256 = "0pjzipnmzfywvgsr3gxwj6nmg47lz4700g0q71jgcy1z6rb7dn7p"; 205 type = "gem"; 206 }; 207 + version = "4.3.5"; 208 }; 209 + ttfunk = { 210 groups = ["default"]; 211 platforms = []; 212 source = { 213 remotes = ["https://rubygems.org"]; 214 + sha256 = "15iaxz9iak5643bq2bc0jkbjv8w2zn649lxgvh5wg48q9d4blw13"; 215 type = "gem"; 216 }; 217 + version = "1.7.0"; 218 }; 219 typhoeus = { 220 dependencies = ["ethon"]; ··· 236 type = "gem"; 237 }; 238 version = "2.2.2"; 239 + }; 240 + zeitwerk = { 241 + groups = ["default"]; 242 + platforms = []; 243 + source = { 244 + remotes = ["https://rubygems.org"]; 245 + sha256 = "1mwdd445w63khz13hpv17m2br5xngyjl3jdj08xizjbm78i2zrxd"; 246 + type = "gem"; 247 + }; 248 + version = "2.6.11"; 249 }; 250 }