travis: 1.8.11 -> 1.9.1 (#91282)

authored by Teo Klestrup Röijezon and committed by GitHub 259246cb 707354f7

+124 -40
+32 -18
pkgs/development/tools/misc/travis/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - addressable (2.4.0) 5 - backports (3.16.1) 6 - coderay (1.1.2) 4 + activesupport (5.2.4.3) 5 + concurrent-ruby (~> 1.0, >= 1.0.2) 6 + i18n (>= 0.7, < 2) 7 + minitest (~> 5.1) 8 + tzinfo (~> 1.1) 9 + addressable (2.7.0) 10 + public_suffix (>= 2.0.2, < 5.0) 11 + coderay (1.1.3) 12 + concurrent-ruby (1.1.6) 7 13 ethon (0.12.0) 8 14 ffi (>= 1.3.0) 9 - faraday (0.17.3) 15 + faraday (1.0.1) 10 16 multipart-post (>= 1.2, < 3) 11 - faraday_middleware (0.14.0) 12 - faraday (>= 0.7.4, < 1.0) 13 - ffi (1.12.2) 14 - gh (0.15.1) 15 - addressable (~> 2.4.0) 16 - backports 17 - faraday (~> 0.8) 17 + faraday_middleware (1.0.0) 18 + faraday (~> 1.0) 19 + ffi (1.13.1) 20 + gh (0.17.0) 21 + activesupport (~> 5.0) 22 + addressable (~> 2.4) 23 + faraday (~> 1.0) 24 + faraday_middleware (~> 1.0) 18 25 multi_json (~> 1.0) 19 26 net-http-persistent (~> 2.9) 20 27 net-http-pipeline 21 - highline (1.7.10) 28 + highline (2.0.3) 29 + i18n (1.8.3) 30 + concurrent-ruby (~> 1.0) 22 31 json (2.3.0) 23 32 launchy (2.4.3) 24 33 addressable (~> 2.3) 25 34 method_source (0.9.2) 35 + minitest (5.14.1) 26 36 multi_json (1.14.1) 27 37 multipart-post (2.1.1) 28 38 net-http-persistent (2.9.4) ··· 30 40 pry (0.11.3) 31 41 coderay (~> 1.1.0) 32 42 method_source (~> 0.9.0) 43 + public_suffix (4.0.5) 33 44 pusher-client (0.6.2) 34 45 json 35 46 websocket (~> 1.0) 36 - travis (1.8.11) 37 - backports 38 - faraday (~> 0.9) 39 - faraday_middleware (~> 0.9, >= 0.9.1) 47 + thread_safe (0.3.6) 48 + travis (1.9.1) 49 + faraday (~> 1.0) 50 + faraday_middleware (~> 1.0) 40 51 gh (~> 0.13) 41 - highline (~> 1.6) 42 - launchy (~> 2.1) 52 + highline (~> 2.0) 53 + json (~> 2.3) 54 + launchy (~> 2.1, < 2.5.0) 43 55 pusher-client (~> 0.4) 44 56 typhoeus (~> 0.6, >= 0.6.8) 45 57 typhoeus (0.8.0) 46 58 ethon (>= 0.8.0) 59 + tzinfo (1.2.7) 60 + thread_safe (~> 0.1) 47 61 websocket (1.2.8) 48 62 49 63 PLATFORMS
+92 -22
pkgs/development/tools/misc/travis/gemset.nix
··· 1 1 { 2 + activesupport = { 3 + dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"]; 4 + groups = ["default"]; 5 + platforms = []; 6 + source = { 7 + remotes = ["https://rubygems.org"]; 8 + sha256 = "02fdawr3wyvpzpja3r7mvb8lmn2mm5jdw502bx3ncr2sy2nw1kx6"; 9 + type = "gem"; 10 + }; 11 + version = "5.2.4.3"; 12 + }; 2 13 addressable = { 14 + dependencies = ["public_suffix"]; 15 + groups = ["default"]; 16 + platforms = []; 3 17 source = { 4 18 remotes = ["https://rubygems.org"]; 5 - sha256 = "0mpn7sbjl477h56gmxsjqb89r5s3w7vx5af994ssgc3iamvgzgvs"; 19 + sha256 = "1fvchp2rhp2rmigx7qglf69xvjqvzq7x0g49naliw29r2bz656sy"; 6 20 type = "gem"; 7 21 }; 8 - version = "2.4.0"; 22 + version = "2.7.0"; 9 23 }; 10 - backports = { 24 + coderay = { 11 25 groups = ["default"]; 12 26 platforms = []; 13 27 source = { 14 28 remotes = ["https://rubygems.org"]; 15 - sha256 = "0sp3l5wa77klj34sqib95ppxyam53x3p57xk0y6gy2c3z29z6hs5"; 29 + sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw"; 16 30 type = "gem"; 17 31 }; 18 - version = "3.16.1"; 32 + version = "1.1.3"; 19 33 }; 20 - coderay = { 34 + concurrent-ruby = { 21 35 groups = ["default"]; 22 36 platforms = []; 23 37 source = { 24 38 remotes = ["https://rubygems.org"]; 25 - sha256 = "15vav4bhcc2x3jmi3izb11l4d9f3xv8hp2fszb7iqmpsccv1pz4y"; 39 + sha256 = "094387x4yasb797mv07cs3g6f08y56virc2rjcpb1k79rzaj3nhl"; 26 40 type = "gem"; 27 41 }; 28 - version = "1.1.2"; 42 + version = "1.1.6"; 29 43 }; 30 44 ethon = { 31 45 dependencies = ["ffi"]; ··· 42 56 platforms = []; 43 57 source = { 44 58 remotes = ["https://rubygems.org"]; 45 - sha256 = "13aghksmni2sl15y7wfpx6k5l3lfd8j9gdyqi6cbw6jgc7bqyyn2"; 59 + sha256 = "0wwks9652xwgjm7yszcq5xr960pjypc07ivwzbjzpvy9zh2fw6iq"; 46 60 type = "gem"; 47 61 }; 48 - version = "0.17.3"; 62 + version = "1.0.1"; 49 63 }; 50 64 faraday_middleware = { 51 65 dependencies = ["faraday"]; ··· 53 67 platforms = []; 54 68 source = { 55 69 remotes = ["https://rubygems.org"]; 56 - sha256 = "1x7jgvpzl1nm7hqcnc8carq6yj1lijq74jv8pph4sb3bcpfpvcsc"; 70 + sha256 = "0jik2kgfinwnfi6fpp512vlvs0mlggign3gkbpkg5fw1jr9his0r"; 57 71 type = "gem"; 58 72 }; 59 - version = "0.14.0"; 73 + version = "1.0.0"; 60 74 }; 61 75 ffi = { 62 76 groups = ["default"]; 63 77 platforms = []; 64 78 source = { 65 79 remotes = ["https://rubygems.org"]; 66 - sha256 = "10lfhahnnc91v63xpvk65apn61pib086zha3z5sp1xk9acfx12h4"; 80 + sha256 = "12lpwaw82bb0rm9f52v1498bpba8aj2l2q359mkwbxsswhpga5af"; 67 81 type = "gem"; 68 82 }; 69 - version = "1.12.2"; 83 + version = "1.13.1"; 70 84 }; 71 85 gh = { 72 - dependencies = ["addressable" "backports" "faraday" "multi_json" "net-http-persistent" "net-http-pipeline"]; 86 + dependencies = ["activesupport" "addressable" "faraday" "faraday_middleware" "multi_json" "net-http-persistent" "net-http-pipeline"]; 87 + groups = ["default"]; 88 + platforms = []; 73 89 source = { 74 90 remotes = ["https://rubygems.org"]; 75 - sha256 = "0g4df0jsscq16g6f27flfmvk7p4sbq81d5mdylbz4ikqq60kywzg"; 91 + sha256 = "1nj2dm2pahfa4d39y8csvjv5l3hpsm6yjq2y96vj2bqgg0qs26bj"; 76 92 type = "gem"; 77 93 }; 78 - version = "0.15.1"; 94 + version = "0.17.0"; 79 95 }; 80 96 highline = { 97 + groups = ["default"]; 98 + platforms = []; 81 99 source = { 82 100 remotes = ["https://rubygems.org"]; 83 - sha256 = "01ib7jp85xjc4gh4jg0wyzllm46hwv8p0w1m4c75pbgi41fps50y"; 101 + sha256 = "0yclf57n2j3cw8144ania99h1zinf8q3f5zrhqa754j6gl95rp9d"; 84 102 type = "gem"; 85 103 }; 86 - version = "1.7.10"; 104 + version = "2.0.3"; 105 + }; 106 + i18n = { 107 + dependencies = ["concurrent-ruby"]; 108 + groups = ["default"]; 109 + platforms = []; 110 + source = { 111 + remotes = ["https://rubygems.org"]; 112 + sha256 = "10nq1xjqvkhngiygji831qx9bryjwws95r4vrnlq9142bzkg670s"; 113 + type = "gem"; 114 + }; 115 + version = "1.8.3"; 87 116 }; 88 117 json = { 89 118 groups = ["default"]; ··· 114 143 }; 115 144 version = "0.9.2"; 116 145 }; 146 + minitest = { 147 + groups = ["default"]; 148 + platforms = []; 149 + source = { 150 + remotes = ["https://rubygems.org"]; 151 + sha256 = "09bz9nsznxgaf06cx3b5z71glgl0hdw469gqx3w7bqijgrb55p5g"; 152 + type = "gem"; 153 + }; 154 + version = "5.14.1"; 155 + }; 117 156 multi_json = { 118 157 groups = ["default"]; 119 158 platforms = []; ··· 159 198 }; 160 199 version = "0.11.3"; 161 200 }; 201 + public_suffix = { 202 + groups = ["default"]; 203 + platforms = []; 204 + source = { 205 + remotes = ["https://rubygems.org"]; 206 + sha256 = "0vywld400fzi17cszwrchrzcqys4qm6sshbv73wy5mwcixmrgg7g"; 207 + type = "gem"; 208 + }; 209 + version = "4.0.5"; 210 + }; 162 211 pusher-client = { 163 212 dependencies = ["json" "websocket"]; 164 213 source = { ··· 168 217 }; 169 218 version = "0.6.2"; 170 219 }; 220 + thread_safe = { 221 + groups = ["default"]; 222 + platforms = []; 223 + source = { 224 + remotes = ["https://rubygems.org"]; 225 + sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy"; 226 + type = "gem"; 227 + }; 228 + version = "0.3.6"; 229 + }; 171 230 travis = { 172 - dependencies = ["backports" "faraday" "faraday_middleware" "gh" "highline" "launchy" "pusher-client" "typhoeus"]; 231 + dependencies = ["faraday" "faraday_middleware" "gh" "highline" "json" "launchy" "pusher-client" "typhoeus"]; 173 232 groups = ["default"]; 174 233 platforms = []; 175 234 source = { 176 235 remotes = ["https://rubygems.org"]; 177 - sha256 = "18zbi46as4d2wn83safawciyny0g2sk7yz5fvjvqmfk4ywpfrwrr"; 236 + sha256 = "1yizj5nqvyrfbyiv1kfwc33dylhsmk5l007z06djj152v04z63i3"; 178 237 type = "gem"; 179 238 }; 180 - version = "1.8.11"; 239 + version = "1.9.1"; 181 240 }; 182 241 typhoeus = { 183 242 dependencies = ["ethon"]; ··· 187 246 type = "gem"; 188 247 }; 189 248 version = "0.8.0"; 249 + }; 250 + tzinfo = { 251 + dependencies = ["thread_safe"]; 252 + groups = ["default"]; 253 + platforms = []; 254 + source = { 255 + remotes = ["https://rubygems.org"]; 256 + sha256 = "1i3jh086w1kbdj3k5l60lc3nwbanmzdf8yjj3mlrx9b2gjjxhi9r"; 257 + type = "gem"; 258 + }; 259 + version = "1.2.7"; 190 260 }; 191 261 websocket = { 192 262 source = {