gitlab-triage: 1.20.0 -> 1.23.1

Set

passthru.updateScript = bundlerUpdateScript "gitlab-triage";

for easier updates.

kilianar d2773000 dd28983a

+50 -56
+22 -20
pkgs/applications/version-management/gitlab-triage/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - activesupport (5.2.6) 5 concurrent-ruby (~> 1.0, >= 1.0.2) 6 - i18n (>= 0.7, < 2) 7 - minitest (~> 5.1) 8 - tzinfo (~> 1.1) 9 - concurrent-ruby (1.1.9) 10 - gitlab-triage (1.20.0) 11 - activesupport (~> 5.1) 12 globalid (~> 0.4) 13 graphql-client (~> 0.16) 14 httparty (~> 0.17) 15 - globalid (0.5.2) 16 activesupport (>= 5.0) 17 - graphql (1.12.14) 18 - graphql-client (0.16.0) 19 activesupport (>= 3.0) 20 - graphql (~> 1.8) 21 - httparty (0.18.1) 22 mime-types (~> 3.0) 23 multi_xml (>= 0.5.2) 24 - i18n (1.8.10) 25 concurrent-ruby (~> 1.0) 26 - mime-types (3.3.1) 27 mime-types-data (~> 3.2015) 28 - mime-types-data (3.2021.0704) 29 - minitest (5.14.4) 30 multi_xml (0.6.0) 31 - thread_safe (0.3.6) 32 - tzinfo (1.2.9) 33 - thread_safe (~> 0.1) 34 35 PLATFORMS 36 ruby ··· 40 gitlab-triage! 41 42 BUNDLED WITH 43 - 2.1.4
··· 1 + GEM 2 + specs: 3 + 4 GEM 5 remote: https://rubygems.org/ 6 specs: 7 + activesupport (7.0.3) 8 concurrent-ruby (~> 1.0, >= 1.0.2) 9 + i18n (>= 1.6, < 2) 10 + minitest (>= 5.1) 11 + tzinfo (~> 2.0) 12 + concurrent-ruby (1.1.10) 13 + gitlab-triage (1.23.1) 14 + activesupport (>= 5.1) 15 globalid (~> 0.4) 16 graphql-client (~> 0.16) 17 httparty (~> 0.17) 18 + globalid (0.6.0) 19 activesupport (>= 5.0) 20 + graphql (2.0.11) 21 + graphql-client (0.18.0) 22 activesupport (>= 3.0) 23 + graphql 24 + httparty (0.20.0) 25 mime-types (~> 3.0) 26 multi_xml (>= 0.5.2) 27 + i18n (1.10.0) 28 concurrent-ruby (~> 1.0) 29 + mime-types (3.4.1) 30 mime-types-data (~> 3.2015) 31 + mime-types-data (3.2022.0105) 32 + minitest (5.16.2) 33 multi_xml (0.6.0) 34 + tzinfo (2.0.4) 35 + concurrent-ruby (~> 1.0) 36 37 PLATFORMS 38 ruby ··· 42 gitlab-triage! 43 44 BUNDLED WITH 45 + 2.3.9
+3 -1
pkgs/applications/version-management/gitlab-triage/default.nix
··· 1 - { lib, bundlerApp }: 2 3 bundlerApp { 4 pname = "gitlab-triage"; 5 gemdir = ./.; 6 exes = [ "gitlab-triage" ]; 7 8 meta = with lib; { 9 description = "GitLab's issues and merge requests triage, automated!";
··· 1 + { lib, bundlerApp, bundlerUpdateScript }: 2 3 bundlerApp { 4 pname = "gitlab-triage"; 5 gemdir = ./.; 6 exes = [ "gitlab-triage" ]; 7 + 8 + passthru.updateScript = bundlerUpdateScript "gitlab-triage"; 9 10 meta = with lib; { 11 description = "GitLab's issues and merge requests triage, automated!";
+25 -35
pkgs/applications/version-management/gitlab-triage/gemset.nix
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "1vybx4cj42hr6m8cdwbrqq2idh98zms8c11kr399xjczhl9ywjbj"; 9 type = "gem"; 10 }; 11 - version = "5.2.6"; 12 }; 13 concurrent-ruby = { 14 groups = ["default"]; 15 platforms = []; 16 source = { 17 remotes = ["https://rubygems.org"]; 18 - sha256 = "0nwad3211p7yv9sda31jmbyw6sdafzmdi2i2niaz6f0wk5nq9h0f"; 19 type = "gem"; 20 }; 21 - version = "1.1.9"; 22 }; 23 gitlab-triage = { 24 dependencies = ["activesupport" "globalid" "graphql-client" "httparty"]; ··· 26 platforms = []; 27 source = { 28 remotes = ["https://rubygems.org"]; 29 - sha256 = "sha256-sg/YgRnp1+EcTcBqsm8vZrV0YuHTSJEFk/whhW8An6g="; 30 type = "gem"; 31 }; 32 - version = "1.20.0"; 33 }; 34 globalid = { 35 dependencies = ["activesupport"]; ··· 37 platforms = []; 38 source = { 39 remotes = ["https://rubygems.org"]; 40 - sha256 = "0k6ww3shk3mv119xvr9m99l6ql0czq91xhd66hm8hqssb18r2lvm"; 41 type = "gem"; 42 }; 43 - version = "0.5.2"; 44 }; 45 graphql = { 46 groups = ["default"]; 47 platforms = []; 48 source = { 49 remotes = ["https://rubygems.org"]; 50 - sha256 = "sha256-iweRDvp7EWY02B52iwbebEpiwL7Mj9E9RyeHYMuqc/o="; 51 type = "gem"; 52 }; 53 - version = "1.12.14"; 54 }; 55 graphql-client = { 56 dependencies = ["activesupport" "graphql"]; ··· 58 platforms = []; 59 source = { 60 remotes = ["https://rubygems.org"]; 61 - sha256 = "0g971rccyrs3rk8812r6az54p28g66m4ngdcbszg31mvddjaqkr4"; 62 type = "gem"; 63 }; 64 - version = "0.16.0"; 65 }; 66 httparty = { 67 dependencies = ["mime-types" "multi_xml"]; ··· 69 platforms = []; 70 source = { 71 remotes = ["https://rubygems.org"]; 72 - sha256 = "17gpnbf2a7xkvsy20jig3ljvx8hl5520rqm9pffj2jrliq1yi3w7"; 73 type = "gem"; 74 }; 75 - version = "0.18.1"; 76 }; 77 i18n = { 78 dependencies = ["concurrent-ruby"]; ··· 80 platforms = []; 81 source = { 82 remotes = ["https://rubygems.org"]; 83 - sha256 = "0g2fnag935zn2ggm5cn6k4s4xvv53v2givj1j90szmvavlpya96a"; 84 type = "gem"; 85 }; 86 - version = "1.8.10"; 87 }; 88 mime-types = { 89 dependencies = ["mime-types-data"]; ··· 91 platforms = []; 92 source = { 93 remotes = ["https://rubygems.org"]; 94 - sha256 = "1zj12l9qk62anvk9bjvandpa6vy4xslil15wl6wlivyf51z773vh"; 95 type = "gem"; 96 }; 97 - version = "3.3.1"; 98 }; 99 mime-types-data = { 100 groups = ["default"]; 101 platforms = []; 102 source = { 103 remotes = ["https://rubygems.org"]; 104 - sha256 = "0dlxwc75iy0dj23x824cxpvpa7c8aqcpskksrmb32j6m66h5mkcy"; 105 type = "gem"; 106 }; 107 - version = "3.2021.0704"; 108 }; 109 minitest = { 110 groups = ["default"]; 111 platforms = []; 112 source = { 113 remotes = ["https://rubygems.org"]; 114 - sha256 = "19z7wkhg59y8abginfrm2wzplz7py3va8fyngiigngqvsws6cwgl"; 115 type = "gem"; 116 }; 117 - version = "5.14.4"; 118 }; 119 multi_xml = { 120 groups = ["default"]; ··· 126 }; 127 version = "0.6.0"; 128 }; 129 - thread_safe = { 130 - groups = ["default"]; 131 - platforms = []; 132 - source = { 133 - remotes = ["https://rubygems.org"]; 134 - sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy"; 135 - type = "gem"; 136 - }; 137 - version = "0.3.6"; 138 - }; 139 tzinfo = { 140 - dependencies = ["thread_safe"]; 141 groups = ["default"]; 142 platforms = []; 143 source = { 144 remotes = ["https://rubygems.org"]; 145 - sha256 = "0zwqqh6138s8b321fwvfbywxy00lw1azw4ql3zr0xh1aqxf8cnvj"; 146 type = "gem"; 147 }; 148 - version = "1.2.9"; 149 }; 150 }
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 + sha256 = "0z05zyc57f8ywvdvls6nx93vrhyyzzpgz729mwampz1qb8vvcspj"; 9 type = "gem"; 10 }; 11 + version = "7.0.3"; 12 }; 13 concurrent-ruby = { 14 groups = ["default"]; 15 platforms = []; 16 source = { 17 remotes = ["https://rubygems.org"]; 18 + sha256 = "0s4fpn3mqiizpmpy2a24k4v365pv75y50292r8ajrv4i1p5b2k14"; 19 type = "gem"; 20 }; 21 + version = "1.1.10"; 22 }; 23 gitlab-triage = { 24 dependencies = ["activesupport" "globalid" "graphql-client" "httparty"]; ··· 26 platforms = []; 27 source = { 28 remotes = ["https://rubygems.org"]; 29 + sha256 = "1vs120wyqm12xy66nv0723cy3m66g5lhhdd37izbc9qwyq03m729"; 30 type = "gem"; 31 }; 32 + version = "1.23.1"; 33 }; 34 globalid = { 35 dependencies = ["activesupport"]; ··· 37 platforms = []; 38 source = { 39 remotes = ["https://rubygems.org"]; 40 + sha256 = "1xk28839pi36yzlqgh7k5wqmiphz7wg2c2r2wzfvs2s7g63hy3nv"; 41 type = "gem"; 42 }; 43 + version = "0.6.0"; 44 }; 45 graphql = { 46 groups = ["default"]; 47 platforms = []; 48 source = { 49 remotes = ["https://rubygems.org"]; 50 + sha256 = "18k3wh73mb7rs469wfn4m10d1rlg2v9chd89nf7vy8z3yjbf9nl4"; 51 type = "gem"; 52 }; 53 + version = "2.0.11"; 54 }; 55 graphql-client = { 56 dependencies = ["activesupport" "graphql"]; ··· 58 platforms = []; 59 source = { 60 remotes = ["https://rubygems.org"]; 61 + sha256 = "02r5qvfr176n051mp1c79xbpjhjqm92kk4118r0fbp131y0xralq"; 62 type = "gem"; 63 }; 64 + version = "0.18.0"; 65 }; 66 httparty = { 67 dependencies = ["mime-types" "multi_xml"]; ··· 69 platforms = []; 70 source = { 71 remotes = ["https://rubygems.org"]; 72 + sha256 = "0rs8c5wga6f1acyaj90d2hlv307gh2flfpb8y48wdk2si812l3a9"; 73 type = "gem"; 74 }; 75 + version = "0.20.0"; 76 }; 77 i18n = { 78 dependencies = ["concurrent-ruby"]; ··· 80 platforms = []; 81 source = { 82 remotes = ["https://rubygems.org"]; 83 + sha256 = "0b2qyvnk4yynlg17ymkq4g5xgr275637fhl1mjh0valw3cb1fhhg"; 84 type = "gem"; 85 }; 86 + version = "1.10.0"; 87 }; 88 mime-types = { 89 dependencies = ["mime-types-data"]; ··· 91 platforms = []; 92 source = { 93 remotes = ["https://rubygems.org"]; 94 + sha256 = "0ipw892jbksbxxcrlx9g5ljq60qx47pm24ywgfbyjskbcl78pkvb"; 95 type = "gem"; 96 }; 97 + version = "3.4.1"; 98 }; 99 mime-types-data = { 100 groups = ["default"]; 101 platforms = []; 102 source = { 103 remotes = ["https://rubygems.org"]; 104 + sha256 = "003gd7mcay800k2q4pb2zn8lwwgci4bhi42v2jvlidm8ksx03i6q"; 105 type = "gem"; 106 }; 107 + version = "3.2022.0105"; 108 }; 109 minitest = { 110 groups = ["default"]; 111 platforms = []; 112 source = { 113 remotes = ["https://rubygems.org"]; 114 + sha256 = "14a9ign0hj3z3j4cpfplj2djaskx3skzyx4fl3x53d7saxmhrgn1"; 115 type = "gem"; 116 }; 117 + version = "5.16.2"; 118 }; 119 multi_xml = { 120 groups = ["default"]; ··· 126 }; 127 version = "0.6.0"; 128 }; 129 tzinfo = { 130 + dependencies = ["concurrent-ruby"]; 131 groups = ["default"]; 132 platforms = []; 133 source = { 134 remotes = ["https://rubygems.org"]; 135 + sha256 = "10qp5x7f9hvlc0psv9gsfbxg4a7s0485wsbq1kljkxq94in91l4z"; 136 type = "gem"; 137 }; 138 + version = "2.0.4"; 139 }; 140 }