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 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - addressable (2.4.0) 5 - backports (3.16.1) 6 - coderay (1.1.2) 7 ethon (0.12.0) 8 ffi (>= 1.3.0) 9 - faraday (0.17.3) 10 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) 18 multi_json (~> 1.0) 19 net-http-persistent (~> 2.9) 20 net-http-pipeline 21 - highline (1.7.10) 22 json (2.3.0) 23 launchy (2.4.3) 24 addressable (~> 2.3) 25 method_source (0.9.2) 26 multi_json (1.14.1) 27 multipart-post (2.1.1) 28 net-http-persistent (2.9.4) ··· 30 pry (0.11.3) 31 coderay (~> 1.1.0) 32 method_source (~> 0.9.0) 33 pusher-client (0.6.2) 34 json 35 websocket (~> 1.0) 36 - travis (1.8.11) 37 - backports 38 - faraday (~> 0.9) 39 - faraday_middleware (~> 0.9, >= 0.9.1) 40 gh (~> 0.13) 41 - highline (~> 1.6) 42 - launchy (~> 2.1) 43 pusher-client (~> 0.4) 44 typhoeus (~> 0.6, >= 0.6.8) 45 typhoeus (0.8.0) 46 ethon (>= 0.8.0) 47 websocket (1.2.8) 48 49 PLATFORMS
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 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) 13 ethon (0.12.0) 14 ffi (>= 1.3.0) 15 + faraday (1.0.1) 16 multipart-post (>= 1.2, < 3) 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) 25 multi_json (~> 1.0) 26 net-http-persistent (~> 2.9) 27 net-http-pipeline 28 + highline (2.0.3) 29 + i18n (1.8.3) 30 + concurrent-ruby (~> 1.0) 31 json (2.3.0) 32 launchy (2.4.3) 33 addressable (~> 2.3) 34 method_source (0.9.2) 35 + minitest (5.14.1) 36 multi_json (1.14.1) 37 multipart-post (2.1.1) 38 net-http-persistent (2.9.4) ··· 40 pry (0.11.3) 41 coderay (~> 1.1.0) 42 method_source (~> 0.9.0) 43 + public_suffix (4.0.5) 44 pusher-client (0.6.2) 45 json 46 websocket (~> 1.0) 47 + thread_safe (0.3.6) 48 + travis (1.9.1) 49 + faraday (~> 1.0) 50 + faraday_middleware (~> 1.0) 51 gh (~> 0.13) 52 + highline (~> 2.0) 53 + json (~> 2.3) 54 + launchy (~> 2.1, < 2.5.0) 55 pusher-client (~> 0.4) 56 typhoeus (~> 0.6, >= 0.6.8) 57 typhoeus (0.8.0) 58 ethon (>= 0.8.0) 59 + tzinfo (1.2.7) 60 + thread_safe (~> 0.1) 61 websocket (1.2.8) 62 63 PLATFORMS
+92 -22
pkgs/development/tools/misc/travis/gemset.nix
··· 1 { 2 addressable = { 3 source = { 4 remotes = ["https://rubygems.org"]; 5 - sha256 = "0mpn7sbjl477h56gmxsjqb89r5s3w7vx5af994ssgc3iamvgzgvs"; 6 type = "gem"; 7 }; 8 - version = "2.4.0"; 9 }; 10 - backports = { 11 groups = ["default"]; 12 platforms = []; 13 source = { 14 remotes = ["https://rubygems.org"]; 15 - sha256 = "0sp3l5wa77klj34sqib95ppxyam53x3p57xk0y6gy2c3z29z6hs5"; 16 type = "gem"; 17 }; 18 - version = "3.16.1"; 19 }; 20 - coderay = { 21 groups = ["default"]; 22 platforms = []; 23 source = { 24 remotes = ["https://rubygems.org"]; 25 - sha256 = "15vav4bhcc2x3jmi3izb11l4d9f3xv8hp2fszb7iqmpsccv1pz4y"; 26 type = "gem"; 27 }; 28 - version = "1.1.2"; 29 }; 30 ethon = { 31 dependencies = ["ffi"]; ··· 42 platforms = []; 43 source = { 44 remotes = ["https://rubygems.org"]; 45 - sha256 = "13aghksmni2sl15y7wfpx6k5l3lfd8j9gdyqi6cbw6jgc7bqyyn2"; 46 type = "gem"; 47 }; 48 - version = "0.17.3"; 49 }; 50 faraday_middleware = { 51 dependencies = ["faraday"]; ··· 53 platforms = []; 54 source = { 55 remotes = ["https://rubygems.org"]; 56 - sha256 = "1x7jgvpzl1nm7hqcnc8carq6yj1lijq74jv8pph4sb3bcpfpvcsc"; 57 type = "gem"; 58 }; 59 - version = "0.14.0"; 60 }; 61 ffi = { 62 groups = ["default"]; 63 platforms = []; 64 source = { 65 remotes = ["https://rubygems.org"]; 66 - sha256 = "10lfhahnnc91v63xpvk65apn61pib086zha3z5sp1xk9acfx12h4"; 67 type = "gem"; 68 }; 69 - version = "1.12.2"; 70 }; 71 gh = { 72 - dependencies = ["addressable" "backports" "faraday" "multi_json" "net-http-persistent" "net-http-pipeline"]; 73 source = { 74 remotes = ["https://rubygems.org"]; 75 - sha256 = "0g4df0jsscq16g6f27flfmvk7p4sbq81d5mdylbz4ikqq60kywzg"; 76 type = "gem"; 77 }; 78 - version = "0.15.1"; 79 }; 80 highline = { 81 source = { 82 remotes = ["https://rubygems.org"]; 83 - sha256 = "01ib7jp85xjc4gh4jg0wyzllm46hwv8p0w1m4c75pbgi41fps50y"; 84 type = "gem"; 85 }; 86 - version = "1.7.10"; 87 }; 88 json = { 89 groups = ["default"]; ··· 114 }; 115 version = "0.9.2"; 116 }; 117 multi_json = { 118 groups = ["default"]; 119 platforms = []; ··· 159 }; 160 version = "0.11.3"; 161 }; 162 pusher-client = { 163 dependencies = ["json" "websocket"]; 164 source = { ··· 168 }; 169 version = "0.6.2"; 170 }; 171 travis = { 172 - dependencies = ["backports" "faraday" "faraday_middleware" "gh" "highline" "launchy" "pusher-client" "typhoeus"]; 173 groups = ["default"]; 174 platforms = []; 175 source = { 176 remotes = ["https://rubygems.org"]; 177 - sha256 = "18zbi46as4d2wn83safawciyny0g2sk7yz5fvjvqmfk4ywpfrwrr"; 178 type = "gem"; 179 }; 180 - version = "1.8.11"; 181 }; 182 typhoeus = { 183 dependencies = ["ethon"]; ··· 187 type = "gem"; 188 }; 189 version = "0.8.0"; 190 }; 191 websocket = { 192 source = {
··· 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 + }; 13 addressable = { 14 + dependencies = ["public_suffix"]; 15 + groups = ["default"]; 16 + platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 + sha256 = "1fvchp2rhp2rmigx7qglf69xvjqvzq7x0g49naliw29r2bz656sy"; 20 type = "gem"; 21 }; 22 + version = "2.7.0"; 23 }; 24 + coderay = { 25 groups = ["default"]; 26 platforms = []; 27 source = { 28 remotes = ["https://rubygems.org"]; 29 + sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw"; 30 type = "gem"; 31 }; 32 + version = "1.1.3"; 33 }; 34 + concurrent-ruby = { 35 groups = ["default"]; 36 platforms = []; 37 source = { 38 remotes = ["https://rubygems.org"]; 39 + sha256 = "094387x4yasb797mv07cs3g6f08y56virc2rjcpb1k79rzaj3nhl"; 40 type = "gem"; 41 }; 42 + version = "1.1.6"; 43 }; 44 ethon = { 45 dependencies = ["ffi"]; ··· 56 platforms = []; 57 source = { 58 remotes = ["https://rubygems.org"]; 59 + sha256 = "0wwks9652xwgjm7yszcq5xr960pjypc07ivwzbjzpvy9zh2fw6iq"; 60 type = "gem"; 61 }; 62 + version = "1.0.1"; 63 }; 64 faraday_middleware = { 65 dependencies = ["faraday"]; ··· 67 platforms = []; 68 source = { 69 remotes = ["https://rubygems.org"]; 70 + sha256 = "0jik2kgfinwnfi6fpp512vlvs0mlggign3gkbpkg5fw1jr9his0r"; 71 type = "gem"; 72 }; 73 + version = "1.0.0"; 74 }; 75 ffi = { 76 groups = ["default"]; 77 platforms = []; 78 source = { 79 remotes = ["https://rubygems.org"]; 80 + sha256 = "12lpwaw82bb0rm9f52v1498bpba8aj2l2q359mkwbxsswhpga5af"; 81 type = "gem"; 82 }; 83 + version = "1.13.1"; 84 }; 85 gh = { 86 + dependencies = ["activesupport" "addressable" "faraday" "faraday_middleware" "multi_json" "net-http-persistent" "net-http-pipeline"]; 87 + groups = ["default"]; 88 + platforms = []; 89 source = { 90 remotes = ["https://rubygems.org"]; 91 + sha256 = "1nj2dm2pahfa4d39y8csvjv5l3hpsm6yjq2y96vj2bqgg0qs26bj"; 92 type = "gem"; 93 }; 94 + version = "0.17.0"; 95 }; 96 highline = { 97 + groups = ["default"]; 98 + platforms = []; 99 source = { 100 remotes = ["https://rubygems.org"]; 101 + sha256 = "0yclf57n2j3cw8144ania99h1zinf8q3f5zrhqa754j6gl95rp9d"; 102 type = "gem"; 103 }; 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"; 116 }; 117 json = { 118 groups = ["default"]; ··· 143 }; 144 version = "0.9.2"; 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 + }; 156 multi_json = { 157 groups = ["default"]; 158 platforms = []; ··· 198 }; 199 version = "0.11.3"; 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 + }; 211 pusher-client = { 212 dependencies = ["json" "websocket"]; 213 source = { ··· 217 }; 218 version = "0.6.2"; 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 + }; 230 travis = { 231 + dependencies = ["faraday" "faraday_middleware" "gh" "highline" "json" "launchy" "pusher-client" "typhoeus"]; 232 groups = ["default"]; 233 platforms = []; 234 source = { 235 remotes = ["https://rubygems.org"]; 236 + sha256 = "1yizj5nqvyrfbyiv1kfwc33dylhsmk5l007z06djj152v04z63i3"; 237 type = "gem"; 238 }; 239 + version = "1.9.1"; 240 }; 241 typhoeus = { 242 dependencies = ["ethon"]; ··· 246 type = "gem"; 247 }; 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"; 260 }; 261 websocket = { 262 source = {