tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gitlab-triage: 1.13.0 -> 1.20.0
Sandro Jäckel
4 years ago
3b72220b
628af8a1
+62
-22
2 changed files
expand all
collapse all
unified
split
pkgs
applications
version-management
gitlab-triage
Gemfile.lock
gemset.nix
+15
-7
pkgs/applications/version-management/gitlab-triage/Gemfile.lock
···
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
-
activesupport (5.2.4.4)
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.7)
10
-
gitlab-triage (1.13.0)
11
activesupport (~> 5.1)
0
0
12
httparty (~> 0.17)
0
0
0
0
0
0
13
httparty (0.18.1)
14
mime-types (~> 3.0)
15
multi_xml (>= 0.5.2)
16
-
i18n (1.8.5)
17
concurrent-ruby (~> 1.0)
18
mime-types (3.3.1)
19
mime-types-data (~> 3.2015)
20
-
mime-types-data (3.2020.0512)
21
-
minitest (5.14.2)
22
multi_xml (0.6.0)
23
thread_safe (0.3.6)
24
-
tzinfo (1.2.7)
25
thread_safe (~> 0.1)
26
27
PLATFORMS
···
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
+47
-15
pkgs/applications/version-management/gitlab-triage/gemset.nix
···
5
platforms = [];
6
source = {
7
remotes = ["https://rubygems.org"];
8
-
sha256 = "0dpnk20s754fz6jfz9sp3ri49hn46ksw4hf6ycnlw7s3hsdxqgcd";
9
type = "gem";
10
};
11
-
version = "5.2.4.4";
12
};
13
concurrent-ruby = {
14
groups = ["default"];
15
platforms = [];
16
source = {
17
remotes = ["https://rubygems.org"];
18
-
sha256 = "1vnxrbhi7cq3p4y2v9iwd10v1c7l15is4var14hwnb2jip4fyjzz";
19
type = "gem";
20
};
21
-
version = "1.1.7";
22
};
23
gitlab-triage = {
24
-
dependencies = ["activesupport" "httparty"];
0
0
0
0
0
0
0
0
0
0
0
25
groups = ["default"];
26
platforms = [];
27
source = {
28
remotes = ["https://rubygems.org"];
29
-
sha256 = "11sas3h3n638gni1mysck1ahyakqnl8gg6g21pc3krs6jrg9qxj9";
30
type = "gem";
31
};
32
-
version = "1.13.0";
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
33
};
34
httparty = {
35
dependencies = ["mime-types" "multi_xml"];
···
48
platforms = [];
49
source = {
50
remotes = ["https://rubygems.org"];
51
-
sha256 = "153sx77p16vawrs4qpkv7qlzf9v5fks4g7xqcj1dwk40i6g7rfzk";
52
type = "gem";
53
};
54
-
version = "1.8.5";
55
};
56
mime-types = {
57
dependencies = ["mime-types-data"];
···
69
platforms = [];
70
source = {
71
remotes = ["https://rubygems.org"];
72
-
sha256 = "1z75svngyhsglx0y2f9rnil2j08f9ab54b3l95bpgz67zq2if753";
73
type = "gem";
74
};
75
-
version = "3.2020.0512";
76
};
77
minitest = {
78
groups = ["default"];
79
platforms = [];
80
source = {
81
remotes = ["https://rubygems.org"];
82
-
sha256 = "170y2cvx51gm3cm3nhdf7j36sxnkh6vv8ls36p90ric7w8w16h4v";
83
type = "gem";
84
};
85
-
version = "5.14.2";
86
};
87
multi_xml = {
88
groups = ["default"];
···
110
platforms = [];
111
source = {
112
remotes = ["https://rubygems.org"];
113
-
sha256 = "1i3jh086w1kbdj3k5l60lc3nwbanmzdf8yjj3mlrx9b2gjjxhi9r";
114
type = "gem";
115
};
116
-
version = "1.2.7";
117
};
118
}
···
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"];
25
+
groups = ["default"];
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"];
36
groups = ["default"];
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"];
57
+
groups = ["default"];
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"];
···
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"];
···
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"];
···
142
platforms = [];
143
source = {
144
remotes = ["https://rubygems.org"];
145
+
sha256 = "0zwqqh6138s8b321fwvfbywxy00lw1azw4ql3zr0xh1aqxf8cnvj";
146
type = "gem";
147
};
148
+
version = "1.2.9";
149
};
150
}