Merge pull request #316543 from colonelpanic8/bump-git-fame

git-fame: 2.5.2 -> 3.1.1

authored by

kirillrdy and committed by
GitHub
eee33247 2133e765

+759 -37
+144 -15
pkgs/applications/version-management/git-fame/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - git_fame (2.5.2) 5 - hirb (~> 0.7.3) 6 - memoist (~> 0.14.0) 7 - method_profiler (~> 2.0.1) 8 - progressbar (~> 0.21.0) 9 - scrub_rb (~> 1.0.1) 10 - trollop (~> 2.1.2) 11 - hirb (0.7.3) 12 - memoist (0.14.0) 13 - method_profiler (2.0.1) 14 - hirb (>= 0.6.0) 15 - progressbar (0.21.0) 16 - scrub_rb (1.0.1) 17 - trollop (2.1.2) 18 19 PLATFORMS 20 ruby ··· 23 git_fame 24 25 BUNDLED WITH 26 - 2.1.4
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 + git_fame (3.1.1) 5 + activesupport (~> 7.0) 6 + dry-initializer (~> 3.0) 7 + dry-struct (~> 1.0) 8 + dry-types (~> 1.0) 9 + neatjson (~> 0.9) 10 + rugged (~> 1.0) 11 + tty-box (~> 0.5) 12 + tty-option (~> 0.2) 13 + tty-screen (~> 0.5) 14 + tty-spinner (~> 0.9) 15 + tty-table (~> 0.9, <= 0.10.0) 16 + zeitwerk (~> 2.0) 17 + activesupport (7.0.6) 18 + concurrent-ruby (~> 1.0, >= 1.0.2) 19 + i18n (>= 1.6, < 2) 20 + minitest (>= 5.1) 21 + tzinfo (~> 2.0) 22 + ast (2.4.2) 23 + coderay (1.1.3) 24 + concurrent-ruby (1.2.2) 25 + diff-lcs (1.5.0) 26 + docile (1.4.0) 27 + dry-core (1.0.0) 28 + concurrent-ruby (~> 1.0) 29 + zeitwerk (~> 2.6) 30 + dry-inflector (1.0.0) 31 + dry-initializer (3.1.1) 32 + dry-logic (1.5.0) 33 + concurrent-ruby (~> 1.0) 34 + dry-core (~> 1.0, < 2) 35 + zeitwerk (~> 2.6) 36 + dry-struct (1.6.0) 37 + dry-core (~> 1.0, < 2) 38 + dry-types (>= 1.7, < 2) 39 + ice_nine (~> 0.11) 40 + zeitwerk (~> 2.6) 41 + dry-types (1.7.1) 42 + concurrent-ruby (~> 1.0) 43 + dry-core (~> 1.0) 44 + dry-inflector (~> 1.0) 45 + dry-logic (~> 1.4) 46 + zeitwerk (~> 2.6) 47 + equatable (0.5.0) 48 + factory_bot (6.2.1) 49 + activesupport (>= 5.0.0) 50 + faker (3.1.1) 51 + i18n (>= 1.8.11, < 2) 52 + i18n (1.14.1) 53 + concurrent-ruby (~> 1.0) 54 + ice_nine (0.11.2) 55 + method_source (1.0.0) 56 + minitest (5.18.1) 57 + neatjson (0.10.5) 58 + necromancer (0.4.0) 59 + parallel (1.22.1) 60 + parser (3.2.1.1) 61 + ast (~> 2.4.1) 62 + pastel (0.7.2) 63 + equatable (~> 0.5.0) 64 + tty-color (~> 0.4.0) 65 + pry (0.14.2) 66 + coderay (~> 1.1) 67 + method_source (~> 1.0) 68 + rainbow (3.1.1) 69 + rake (13.0.6) 70 + regexp_parser (2.7.0) 71 + rexml (3.2.5) 72 + rspec (3.12.0) 73 + rspec-core (~> 3.12.0) 74 + rspec-expectations (~> 3.12.0) 75 + rspec-mocks (~> 3.12.0) 76 + rspec-core (3.12.1) 77 + rspec-support (~> 3.12.0) 78 + rspec-expectations (3.12.2) 79 + diff-lcs (>= 1.2.0, < 2.0) 80 + rspec-support (~> 3.12.0) 81 + rspec-github (2.4.0) 82 + rspec-core (~> 3.0) 83 + rspec-its (1.3.0) 84 + rspec-core (>= 3.0.0) 85 + rspec-expectations (>= 3.0.0) 86 + rspec-mocks (3.12.4) 87 + diff-lcs (>= 1.2.0, < 2.0) 88 + rspec-support (~> 3.12.0) 89 + rspec-support (3.12.0) 90 + rubocop (1.24.1) 91 + parallel (~> 1.10) 92 + parser (>= 3.0.0.0) 93 + rainbow (>= 2.2.2, < 4.0) 94 + regexp_parser (>= 1.8, < 3.0) 95 + rexml 96 + rubocop-ast (>= 1.15.1, < 2.0) 97 + ruby-progressbar (~> 1.7) 98 + unicode-display_width (>= 1.4.0, < 3.0) 99 + rubocop-ast (1.28.0) 100 + parser (>= 3.2.1.0) 101 + rubocop-md (1.2.0) 102 + rubocop (>= 1.0) 103 + rubocop-performance (1.16.0) 104 + rubocop (>= 1.7.0, < 2.0) 105 + rubocop-ast (>= 0.4.0) 106 + rubocop-rake (0.6.0) 107 + rubocop (~> 1.0) 108 + rubocop-rspec (2.11.1) 109 + rubocop (~> 1.19) 110 + ruby-progressbar (1.13.0) 111 + rugged (1.6.3) 112 + simplecov (0.22.0) 113 + docile (~> 1.1) 114 + simplecov-html (~> 0.11) 115 + simplecov_json_formatter (~> 0.1) 116 + simplecov-cobertura (2.1.0) 117 + rexml 118 + simplecov (~> 0.19) 119 + simplecov-html (0.12.3) 120 + simplecov_json_formatter (0.1.4) 121 + strings (0.1.8) 122 + strings-ansi (~> 0.1) 123 + unicode-display_width (~> 1.5) 124 + unicode_utils (~> 1.4) 125 + strings-ansi (0.2.0) 126 + tty-box (0.5.0) 127 + pastel (~> 0.7.2) 128 + strings (~> 0.1.6) 129 + tty-cursor (~> 0.7) 130 + tty-color (0.4.3) 131 + tty-cursor (0.7.1) 132 + tty-option (0.2.0) 133 + tty-screen (0.6.5) 134 + tty-spinner (0.9.3) 135 + tty-cursor (~> 0.7) 136 + tty-table (0.10.0) 137 + equatable (~> 0.5.0) 138 + necromancer (~> 0.4.0) 139 + pastel (~> 0.7.2) 140 + strings (~> 0.1.0) 141 + tty-screen (~> 0.6.4) 142 + tzinfo (2.0.6) 143 + concurrent-ruby (~> 1.0) 144 + unicode-display_width (1.8.0) 145 + unicode_utils (1.4.0) 146 + zeitwerk (2.6.7) 147 148 PLATFORMS 149 ruby ··· 152 git_fame 153 154 BUNDLED WITH 155 + 2.3.3
+615 -22
pkgs/applications/version-management/git-fame/gemset.nix
··· 1 { 2 git_fame = { 3 - dependencies = ["hirb" "memoist" "method_profiler" "progressbar" "scrub_rb" "trollop"]; 4 source = { 5 remotes = ["https://rubygems.org"]; 6 - sha256 = "02k5ls5zyif8skdbnym6zw9y76whlnksw2m94jsh2n1ygk98izdd"; 7 type = "gem"; 8 }; 9 - version = "2.5.2"; 10 }; 11 - hirb = { 12 source = { 13 remotes = ["https://rubygems.org"]; 14 - sha256 = "0mzch3c2lvmf8gskgzlx6j53d10j42ir6ik2dkrl27sblhy76cji"; 15 type = "gem"; 16 }; 17 - version = "0.7.3"; 18 }; 19 - memoist = { 20 source = { 21 remotes = ["https://rubygems.org"]; 22 - sha256 = "03d3h6kp16bf0crqg1cxdgp1d2iyzn53d3phbmjh4pjybqls0gcm"; 23 type = "gem"; 24 }; 25 - version = "0.14.0"; 26 }; 27 - method_profiler = { 28 - dependencies = ["hirb"]; 29 source = { 30 remotes = ["https://rubygems.org"]; 31 - sha256 = "1ax04qrrv7fqp5ayxaxhn72660pybdkpkvmgiwbg7bs7x5ijjzd8"; 32 type = "gem"; 33 }; 34 - version = "2.0.1"; 35 }; 36 - progressbar = { 37 source = { 38 remotes = ["https://rubygems.org"]; 39 - sha256 = "17haw9c6c9q6imsn83pii32jnihpg76jgd09x7y4hjqq45n3qcdh"; 40 type = "gem"; 41 }; 42 - version = "0.21.0"; 43 }; 44 - scrub_rb = { 45 source = { 46 remotes = ["https://rubygems.org"]; 47 - sha256 = "0dwg33w83w17aiij9kcbi7irj7lh045nh9prjgkzjya3f1j60d3x"; 48 type = "gem"; 49 }; 50 - version = "1.0.1"; 51 }; 52 - trollop = { 53 source = { 54 remotes = ["https://rubygems.org"]; 55 - sha256 = "0415y63df86sqj43c0l82and65ia5h64if7n0znkbrmi6y0jwhl8"; 56 type = "gem"; 57 }; 58 - version = "2.1.2"; 59 }; 60 }
··· 1 { 2 + activesupport = { 3 + dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"]; 4 + groups = ["default"]; 5 + platforms = []; 6 + source = { 7 + remotes = ["https://rubygems.org"]; 8 + sha256 = "1cjsf26656996hv48wgv2mkwxf0fy1qc68ikgzq7mzfq2mmvmayk"; 9 + type = "gem"; 10 + }; 11 + version = "7.0.6"; 12 + }; 13 + ast = { 14 + groups = ["default"]; 15 + platforms = []; 16 + source = { 17 + remotes = ["https://rubygems.org"]; 18 + sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y"; 19 + type = "gem"; 20 + }; 21 + version = "2.4.2"; 22 + }; 23 + coderay = { 24 + groups = ["default"]; 25 + platforms = []; 26 + source = { 27 + remotes = ["https://rubygems.org"]; 28 + sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw"; 29 + type = "gem"; 30 + }; 31 + version = "1.1.3"; 32 + }; 33 + concurrent-ruby = { 34 + groups = ["default"]; 35 + platforms = []; 36 + source = { 37 + remotes = ["https://rubygems.org"]; 38 + sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q"; 39 + type = "gem"; 40 + }; 41 + version = "1.2.2"; 42 + }; 43 + diff-lcs = { 44 + groups = ["default"]; 45 + platforms = []; 46 + source = { 47 + remotes = ["https://rubygems.org"]; 48 + sha256 = "0rwvjahnp7cpmracd8x732rjgnilqv2sx7d1gfrysslc3h039fa9"; 49 + type = "gem"; 50 + }; 51 + version = "1.5.0"; 52 + }; 53 + docile = { 54 + groups = ["default"]; 55 + platforms = []; 56 + source = { 57 + remotes = ["https://rubygems.org"]; 58 + sha256 = "1lxqxgq71rqwj1lpl9q1mbhhhhhhdkkj7my341f2889pwayk85sz"; 59 + type = "gem"; 60 + }; 61 + version = "1.4.0"; 62 + }; 63 + dry-core = { 64 + dependencies = ["concurrent-ruby" "zeitwerk"]; 65 + groups = ["default"]; 66 + platforms = []; 67 + source = { 68 + remotes = ["https://rubygems.org"]; 69 + sha256 = "01gks2hrp7nl3pzb487azvd25dlbrc40d5cpk4n0szwnf2c0k4ks"; 70 + type = "gem"; 71 + }; 72 + version = "1.0.0"; 73 + }; 74 + dry-inflector = { 75 + groups = ["default"]; 76 + platforms = []; 77 + source = { 78 + remotes = ["https://rubygems.org"]; 79 + sha256 = "09hnvna3lg2x36li63988kv664d0zvy7y0z33803yvrdr9hj7lka"; 80 + type = "gem"; 81 + }; 82 + version = "1.0.0"; 83 + }; 84 + dry-initializer = { 85 + groups = ["default"]; 86 + platforms = []; 87 + source = { 88 + remotes = ["https://rubygems.org"]; 89 + sha256 = "1v3dah1r96b10m8xjixmdmymg7dr16wn5715id4vxjkw6vm7s9jd"; 90 + type = "gem"; 91 + }; 92 + version = "3.1.1"; 93 + }; 94 + dry-logic = { 95 + dependencies = ["concurrent-ruby" "dry-core" "zeitwerk"]; 96 + groups = ["default"]; 97 + platforms = []; 98 + source = { 99 + remotes = ["https://rubygems.org"]; 100 + sha256 = "05nldkc154r0qzlhss7n5klfiyyz05x2fkq08y13s34py6023vcr"; 101 + type = "gem"; 102 + }; 103 + version = "1.5.0"; 104 + }; 105 + dry-struct = { 106 + dependencies = ["dry-core" "dry-types" "ice_nine" "zeitwerk"]; 107 + groups = ["default"]; 108 + platforms = []; 109 + source = { 110 + remotes = ["https://rubygems.org"]; 111 + sha256 = "1rnlgn4wif0dvkvi10xwh1vd1q6mp35q6a7lwva0zmbc79dh4drp"; 112 + type = "gem"; 113 + }; 114 + version = "1.6.0"; 115 + }; 116 + dry-types = { 117 + dependencies = ["concurrent-ruby" "dry-core" "dry-inflector" "dry-logic" "zeitwerk"]; 118 + groups = ["default"]; 119 + platforms = []; 120 + source = { 121 + remotes = ["https://rubygems.org"]; 122 + sha256 = "1f6dz0hm67rhybh6xq2s3vvr700cp43kf50z2lids62s2i0mh5hj"; 123 + type = "gem"; 124 + }; 125 + version = "1.7.1"; 126 + }; 127 + equatable = { 128 + groups = ["default"]; 129 + platforms = []; 130 + source = { 131 + remotes = ["https://rubygems.org"]; 132 + sha256 = "1sjm9zjakyixyvsqziikdrsqfzis6j3fq23crgjkp6fwkfgndj7x"; 133 + type = "gem"; 134 + }; 135 + version = "0.5.0"; 136 + }; 137 + factory_bot = { 138 + dependencies = ["activesupport"]; 139 + groups = ["default"]; 140 + platforms = []; 141 + source = { 142 + remotes = ["https://rubygems.org"]; 143 + sha256 = "1pfk942d6qwhw151hxaz7n4knk6whyxqvvywdx2cdw9yhykyaqzq"; 144 + type = "gem"; 145 + }; 146 + version = "6.2.1"; 147 + }; 148 + faker = { 149 + dependencies = ["i18n"]; 150 + groups = ["default"]; 151 + platforms = []; 152 + source = { 153 + remotes = ["https://rubygems.org"]; 154 + sha256 = "1b8772jybi0vxzbcs5zw17k40z661c8adn2rd6vqqr7ay71bzl09"; 155 + type = "gem"; 156 + }; 157 + version = "3.1.1"; 158 + }; 159 git_fame = { 160 + dependencies = ["activesupport" "dry-initializer" "dry-struct" "dry-types" "neatjson" "rugged" "tty-box" "tty-option" "tty-screen" "tty-spinner" "tty-table" "zeitwerk"]; 161 + groups = ["default"]; 162 + platforms = []; 163 + source = { 164 + remotes = ["https://rubygems.org"]; 165 + sha256 = "1jqvhzwgvr2bpi4ldqidbcs9prb0xsikp50xx4r8dwhf8m9mh26h"; 166 + type = "gem"; 167 + }; 168 + version = "3.1.1"; 169 + }; 170 + i18n = { 171 + dependencies = ["concurrent-ruby"]; 172 + groups = ["default"]; 173 + platforms = []; 174 + source = { 175 + remotes = ["https://rubygems.org"]; 176 + sha256 = "0qaamqsh5f3szhcakkak8ikxlzxqnv49n2p7504hcz2l0f4nj0wx"; 177 + type = "gem"; 178 + }; 179 + version = "1.14.1"; 180 + }; 181 + ice_nine = { 182 + groups = ["default"]; 183 + platforms = []; 184 + source = { 185 + remotes = ["https://rubygems.org"]; 186 + sha256 = "1nv35qg1rps9fsis28hz2cq2fx1i96795f91q4nmkm934xynll2x"; 187 + type = "gem"; 188 + }; 189 + version = "0.11.2"; 190 + }; 191 + method_source = { 192 + groups = ["default"]; 193 + platforms = []; 194 + source = { 195 + remotes = ["https://rubygems.org"]; 196 + sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp"; 197 + type = "gem"; 198 + }; 199 + version = "1.0.0"; 200 + }; 201 + minitest = { 202 + groups = ["default"]; 203 + platforms = []; 204 + source = { 205 + remotes = ["https://rubygems.org"]; 206 + sha256 = "1kg9wh7jlc9zsr3hkhpzkbn0ynf4np5ap9m2d8xdrb8shy0y6pmb"; 207 + type = "gem"; 208 + }; 209 + version = "5.18.1"; 210 + }; 211 + neatjson = { 212 + groups = ["default"]; 213 + platforms = []; 214 + source = { 215 + remotes = ["https://rubygems.org"]; 216 + sha256 = "0wm1lq8yl6rzysh3wg6fa55w5534k6ppiz0qb7jyvdy582mk5i0s"; 217 + type = "gem"; 218 + }; 219 + version = "0.10.5"; 220 + }; 221 + necromancer = { 222 + groups = ["default"]; 223 + platforms = []; 224 + source = { 225 + remotes = ["https://rubygems.org"]; 226 + sha256 = "0v9nhdkv6zrp7cn48xv7n2vjhsbslpvs0ha36mfkcd56cp27pavz"; 227 + type = "gem"; 228 + }; 229 + version = "0.4.0"; 230 + }; 231 + parallel = { 232 + groups = ["default"]; 233 + platforms = []; 234 + source = { 235 + remotes = ["https://rubygems.org"]; 236 + sha256 = "07vnk6bb54k4yc06xnwck7php50l09vvlw1ga8wdz0pia461zpzb"; 237 + type = "gem"; 238 + }; 239 + version = "1.22.1"; 240 + }; 241 + parser = { 242 + dependencies = ["ast"]; 243 + groups = ["default"]; 244 + platforms = []; 245 + source = { 246 + remotes = ["https://rubygems.org"]; 247 + sha256 = "1a2v5f8fw7nxm41xp422p1pbr41hafy62bp95m7vg42cqp5y4grc"; 248 + type = "gem"; 249 + }; 250 + version = "3.2.1.1"; 251 + }; 252 + pastel = { 253 + dependencies = ["equatable" "tty-color"]; 254 + groups = ["default"]; 255 + platforms = []; 256 + source = { 257 + remotes = ["https://rubygems.org"]; 258 + sha256 = "1yf30d9kzpm96gw9kwbv31p0qigwfykn8qdis5950plnzgc1vlp1"; 259 + type = "gem"; 260 + }; 261 + version = "0.7.2"; 262 + }; 263 + pry = { 264 + dependencies = ["coderay" "method_source"]; 265 + groups = ["default"]; 266 + platforms = []; 267 + source = { 268 + remotes = ["https://rubygems.org"]; 269 + sha256 = "0k9kqkd9nps1w1r1rb7wjr31hqzkka2bhi8b518x78dcxppm9zn4"; 270 + type = "gem"; 271 + }; 272 + version = "0.14.2"; 273 + }; 274 + rainbow = { 275 + groups = ["default"]; 276 + platforms = []; 277 + source = { 278 + remotes = ["https://rubygems.org"]; 279 + sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503"; 280 + type = "gem"; 281 + }; 282 + version = "3.1.1"; 283 + }; 284 + rake = { 285 + groups = ["default"]; 286 + platforms = []; 287 + source = { 288 + remotes = ["https://rubygems.org"]; 289 + sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w"; 290 + type = "gem"; 291 + }; 292 + version = "13.0.6"; 293 + }; 294 + regexp_parser = { 295 + groups = ["default"]; 296 + platforms = []; 297 + source = { 298 + remotes = ["https://rubygems.org"]; 299 + sha256 = "0d6241adx6drsfzz74nx1ld3394nm6fjpv3ammzr0g659krvgf7q"; 300 + type = "gem"; 301 + }; 302 + version = "2.7.0"; 303 + }; 304 + rexml = { 305 + groups = ["default"]; 306 + platforms = []; 307 + source = { 308 + remotes = ["https://rubygems.org"]; 309 + sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53"; 310 + type = "gem"; 311 + }; 312 + version = "3.2.5"; 313 + }; 314 + rspec = { 315 + dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"]; 316 + groups = ["default"]; 317 + platforms = []; 318 + source = { 319 + remotes = ["https://rubygems.org"]; 320 + sha256 = "171rc90vcgjl8p1bdrqa92ymrj8a87qf6w20x05xq29mljcigi6c"; 321 + type = "gem"; 322 + }; 323 + version = "3.12.0"; 324 + }; 325 + rspec-core = { 326 + dependencies = ["rspec-support"]; 327 + groups = ["default"]; 328 + platforms = []; 329 + source = { 330 + remotes = ["https://rubygems.org"]; 331 + sha256 = "0da45cvllbv39sdbsl65vp5djb2xf5m10mxc9jm7rsqyyxjw4h1f"; 332 + type = "gem"; 333 + }; 334 + version = "3.12.1"; 335 + }; 336 + rspec-expectations = { 337 + dependencies = ["diff-lcs" "rspec-support"]; 338 + groups = ["default"]; 339 + platforms = []; 340 + source = { 341 + remotes = ["https://rubygems.org"]; 342 + sha256 = "03ba3lfdsj9zl00v1yvwgcx87lbadf87livlfa5kgqssn9qdnll6"; 343 + type = "gem"; 344 + }; 345 + version = "3.12.2"; 346 + }; 347 + rspec-github = { 348 + dependencies = ["rspec-core"]; 349 + groups = ["default"]; 350 + platforms = []; 351 + source = { 352 + remotes = ["https://rubygems.org"]; 353 + sha256 = "0kqjmd85v2fpb06d0rx43dc51f0igc1gmm8y3nz0wvmy7zg02njm"; 354 + type = "gem"; 355 + }; 356 + version = "2.4.0"; 357 + }; 358 + rspec-its = { 359 + dependencies = ["rspec-core" "rspec-expectations"]; 360 + groups = ["default"]; 361 + platforms = []; 362 + source = { 363 + remotes = ["https://rubygems.org"]; 364 + sha256 = "15zafd70gxly5i0s00nky14sj2n92dnj3xpj83ysl3c2wx0119ad"; 365 + type = "gem"; 366 + }; 367 + version = "1.3.0"; 368 + }; 369 + rspec-mocks = { 370 + dependencies = ["diff-lcs" "rspec-support"]; 371 + groups = ["default"]; 372 + platforms = []; 373 + source = { 374 + remotes = ["https://rubygems.org"]; 375 + sha256 = "1dcfh85m3ksir6n8gydsal4d85chpww1b2nahb05nl8xhgh0r2ij"; 376 + type = "gem"; 377 + }; 378 + version = "3.12.4"; 379 + }; 380 + rspec-support = { 381 + groups = ["default"]; 382 + platforms = []; 383 + source = { 384 + remotes = ["https://rubygems.org"]; 385 + sha256 = "12y52zwwb3xr7h91dy9k3ndmyyhr3mjcayk0nnarnrzz8yr48kfx"; 386 + type = "gem"; 387 + }; 388 + version = "3.12.0"; 389 + }; 390 + rubocop = { 391 + dependencies = ["parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"]; 392 + groups = ["default"]; 393 + platforms = []; 394 + source = { 395 + remotes = ["https://rubygems.org"]; 396 + sha256 = "1sn7ag295blmhpwv6x472m3fd0n25swz9imqwpk0hg21rdcdw7p0"; 397 + type = "gem"; 398 + }; 399 + version = "1.24.1"; 400 + }; 401 + rubocop-ast = { 402 + dependencies = ["parser"]; 403 + groups = ["default"]; 404 + platforms = []; 405 source = { 406 remotes = ["https://rubygems.org"]; 407 + sha256 = "0n2gsafg6p7nr1z8i1hkvp2qqkkbg842ba183dnl0h08xd9ms6q5"; 408 type = "gem"; 409 }; 410 + version = "1.28.0"; 411 }; 412 + rubocop-md = { 413 + dependencies = ["rubocop"]; 414 + groups = ["default"]; 415 + platforms = []; 416 source = { 417 remotes = ["https://rubygems.org"]; 418 + sha256 = "11j802r5r022vxzycvwvzhyg24g8dky4slbvid24xi0ji73q444z"; 419 type = "gem"; 420 }; 421 + version = "1.2.0"; 422 }; 423 + rubocop-performance = { 424 + dependencies = ["rubocop" "rubocop-ast"]; 425 + groups = ["default"]; 426 + platforms = []; 427 source = { 428 remotes = ["https://rubygems.org"]; 429 + sha256 = "1n7g0vg06ldjaq4f8c11c7yqy99zng1qdrkkk4kfziippy24yxnc"; 430 type = "gem"; 431 }; 432 + version = "1.16.0"; 433 }; 434 + rubocop-rake = { 435 + dependencies = ["rubocop"]; 436 + groups = ["default"]; 437 + platforms = []; 438 + source = { 439 + remotes = ["https://rubygems.org"]; 440 + sha256 = "1nyq07sfb3vf3ykc6j2d5yq824lzq1asb474yka36jxgi4hz5djn"; 441 + type = "gem"; 442 + }; 443 + version = "0.6.0"; 444 + }; 445 + rubocop-rspec = { 446 + dependencies = ["rubocop"]; 447 + groups = ["default"]; 448 + platforms = []; 449 source = { 450 remotes = ["https://rubygems.org"]; 451 + sha256 = "0ivc9kgz18cn32iqi9wv5aj903yhamwddw84l7nklbl9xxvwz603"; 452 type = "gem"; 453 }; 454 + version = "2.11.1"; 455 }; 456 + ruby-progressbar = { 457 + groups = ["default"]; 458 + platforms = []; 459 source = { 460 remotes = ["https://rubygems.org"]; 461 + sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40"; 462 type = "gem"; 463 }; 464 + version = "1.13.0"; 465 }; 466 + rugged = { 467 + groups = ["default"]; 468 + platforms = []; 469 source = { 470 remotes = ["https://rubygems.org"]; 471 + sha256 = "016bawsahkhxx7p8azxirpl7y2y7i8a027pj8910gwf6ipg329in"; 472 type = "gem"; 473 }; 474 + version = "1.6.3"; 475 }; 476 + simplecov = { 477 + dependencies = ["docile" "simplecov-html" "simplecov_json_formatter"]; 478 + groups = ["default"]; 479 + platforms = []; 480 source = { 481 remotes = ["https://rubygems.org"]; 482 + sha256 = "198kcbrjxhhzca19yrdcd6jjj9sb51aaic3b0sc3pwjghg3j49py"; 483 type = "gem"; 484 }; 485 + version = "0.22.0"; 486 + }; 487 + simplecov-cobertura = { 488 + dependencies = ["rexml" "simplecov"]; 489 + groups = ["default"]; 490 + platforms = []; 491 + source = { 492 + remotes = ["https://rubygems.org"]; 493 + sha256 = "00izmp202y48qvmvwrh5x56cc5ivbjhgkkkjklvqmqzj9pik4r9c"; 494 + type = "gem"; 495 + }; 496 + version = "2.1.0"; 497 + }; 498 + simplecov-html = { 499 + groups = ["default"]; 500 + platforms = []; 501 + source = { 502 + remotes = ["https://rubygems.org"]; 503 + sha256 = "0yx01bxa8pbf9ip4hagqkp5m0mqfnwnw2xk8kjraiywz4lrss6jb"; 504 + type = "gem"; 505 + }; 506 + version = "0.12.3"; 507 + }; 508 + simplecov_json_formatter = { 509 + groups = ["default"]; 510 + platforms = []; 511 + source = { 512 + remotes = ["https://rubygems.org"]; 513 + sha256 = "0a5l0733hj7sk51j81ykfmlk2vd5vaijlq9d5fn165yyx3xii52j"; 514 + type = "gem"; 515 + }; 516 + version = "0.1.4"; 517 + }; 518 + strings = { 519 + dependencies = ["strings-ansi" "unicode-display_width" "unicode_utils"]; 520 + groups = ["default"]; 521 + platforms = []; 522 + source = { 523 + remotes = ["https://rubygems.org"]; 524 + sha256 = "111876lcqrykh30w7zzkrl06d6rj9lq24y625m28674vgfxkkcz0"; 525 + type = "gem"; 526 + }; 527 + version = "0.1.8"; 528 + }; 529 + strings-ansi = { 530 + groups = ["default"]; 531 + platforms = []; 532 + source = { 533 + remotes = ["https://rubygems.org"]; 534 + sha256 = "120wa6yjc63b84lprglc52f40hx3fx920n4dmv14rad41rv2s9lh"; 535 + type = "gem"; 536 + }; 537 + version = "0.2.0"; 538 + }; 539 + tty-box = { 540 + dependencies = ["pastel" "strings" "tty-cursor"]; 541 + groups = ["default"]; 542 + platforms = []; 543 + source = { 544 + remotes = ["https://rubygems.org"]; 545 + sha256 = "14g63v0jx87hba50rlv3c521zg9rw0f5d31cihcvym19xxa7v3l5"; 546 + type = "gem"; 547 + }; 548 + version = "0.5.0"; 549 + }; 550 + tty-color = { 551 + groups = ["default"]; 552 + platforms = []; 553 + source = { 554 + remotes = ["https://rubygems.org"]; 555 + sha256 = "0zz5xa6xbrj69h334d8nx7z732fz80s1a0b02b53mim95p80s7bk"; 556 + type = "gem"; 557 + }; 558 + version = "0.4.3"; 559 + }; 560 + tty-cursor = { 561 + groups = ["default"]; 562 + platforms = []; 563 + source = { 564 + remotes = ["https://rubygems.org"]; 565 + sha256 = "0j5zw041jgkmn605ya1zc151bxgxl6v192v2i26qhxx7ws2l2lvr"; 566 + type = "gem"; 567 + }; 568 + version = "0.7.1"; 569 + }; 570 + tty-option = { 571 + groups = ["default"]; 572 + platforms = []; 573 + source = { 574 + remotes = ["https://rubygems.org"]; 575 + sha256 = "0xibs7kgbsw401ywfw67wg47fmm7sdcypy85m25af9r2q2hbq7gb"; 576 + type = "gem"; 577 + }; 578 + version = "0.2.0"; 579 + }; 580 + tty-screen = { 581 + groups = ["default"]; 582 + platforms = []; 583 + source = { 584 + remotes = ["https://rubygems.org"]; 585 + sha256 = "0azpjgyhdm8ycblnx9crq3dgb2x8yg454a13n60zfpsc0n138sw1"; 586 + type = "gem"; 587 + }; 588 + version = "0.6.5"; 589 + }; 590 + tty-spinner = { 591 + dependencies = ["tty-cursor"]; 592 + groups = ["default"]; 593 + platforms = []; 594 + source = { 595 + remotes = ["https://rubygems.org"]; 596 + sha256 = "0hh5awmijnzw9flmh5ak610x1d00xiqagxa5mbr63ysggc26y0qf"; 597 + type = "gem"; 598 + }; 599 + version = "0.9.3"; 600 + }; 601 + tty-table = { 602 + dependencies = ["equatable" "necromancer" "pastel" "strings" "tty-screen"]; 603 + groups = ["default"]; 604 + platforms = []; 605 + source = { 606 + remotes = ["https://rubygems.org"]; 607 + sha256 = "05krrj1x5pmfbz74paszrsr1316w9b9jlc4wpd9s9gpzqfzwjzcg"; 608 + type = "gem"; 609 + }; 610 + version = "0.10.0"; 611 + }; 612 + tzinfo = { 613 + dependencies = ["concurrent-ruby"]; 614 + groups = ["default"]; 615 + platforms = []; 616 + source = { 617 + remotes = ["https://rubygems.org"]; 618 + sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; 619 + type = "gem"; 620 + }; 621 + version = "2.0.6"; 622 + }; 623 + unicode-display_width = { 624 + groups = ["default"]; 625 + platforms = []; 626 + source = { 627 + remotes = ["https://rubygems.org"]; 628 + sha256 = "1204c1jx2g89pc25qk5150mk7j5k90692i7ihgfzqnad6qni74h2"; 629 + type = "gem"; 630 + }; 631 + version = "1.8.0"; 632 + }; 633 + unicode_utils = { 634 + groups = ["default"]; 635 + platforms = []; 636 + source = { 637 + remotes = ["https://rubygems.org"]; 638 + sha256 = "0h1a5yvrxzlf0lxxa1ya31jcizslf774arnsd89vgdhk4g7x08mr"; 639 + type = "gem"; 640 + }; 641 + version = "1.4.0"; 642 + }; 643 + zeitwerk = { 644 + groups = ["default"]; 645 + platforms = []; 646 + source = { 647 + remotes = ["https://rubygems.org"]; 648 + sha256 = "028ld9qmgdllxrl7d0qkl65s58wb1n3gv8yjs28g43a8b1hplxk1"; 649 + type = "gem"; 650 + }; 651 + version = "2.6.7"; 652 }; 653 }