10
10
GEM
11
11
remote: https://rubygems.org/
12
12
specs:
13
- addressable (2.7 .0 )
13
+ addressable (2.8 .0 )
14
14
public_suffix (>= 2.0.2 , < 5.0 )
15
- ast (2.4.1 )
15
+ ast (2.4.2 )
16
16
coderay (1.1.3 )
17
- diff-lcs (1.3 )
18
- faraday (1.1.0 )
17
+ diff-lcs (1.5.0 )
18
+ faraday (1.10.0 )
19
+ faraday-em_http (~> 1.0 )
20
+ faraday-em_synchrony (~> 1.0 )
21
+ faraday-excon (~> 1.1 )
22
+ faraday-httpclient (~> 1.0 )
23
+ faraday-multipart (~> 1.0 )
24
+ faraday-net_http (~> 1.0 )
25
+ faraday-net_http_persistent (~> 1.0 )
26
+ faraday-patron (~> 1.0 )
27
+ faraday-rack (~> 1.0 )
28
+ faraday-retry (~> 1.0 )
29
+ ruby2_keywords (>= 0.0.4 )
30
+ faraday-em_http (1.0.0 )
31
+ faraday-em_synchrony (1.0.0 )
32
+ faraday-excon (1.1.0 )
33
+ faraday-httpclient (1.0.1 )
34
+ faraday-multipart (1.0.3 )
19
35
multipart-post (>= 1.2 , < 3 )
20
- ruby2_keywords
36
+ faraday-net_http (1.0.1 )
37
+ faraday-net_http_persistent (1.2.0 )
38
+ faraday-patron (1.0.0 )
39
+ faraday-rack (1.0.0 )
40
+ faraday-retry (1.0.3 )
21
41
git (1.7.0 )
22
42
rchardet (~> 1.8 )
23
43
method_source (1.0.0 )
24
44
multipart-post (2.1.1 )
25
- octokit (4.19 .0 )
45
+ octokit (4.22 .0 )
26
46
faraday (>= 0.9 )
27
47
sawyer (~> 0.8.0 , >= 0.5.3 )
28
- parallel (1.19.2 )
29
- parser (2.7.1.3 )
30
- ast (~> 2.4.0 )
31
- pry (0.13 .1 )
48
+ parallel (1.22.1 )
49
+ parser (3.1.2.0 )
50
+ ast (~> 2.4.1 )
51
+ pry (0.14 .1 )
32
52
coderay (~> 1.1 )
33
53
method_source (~> 1.0 )
34
- pry-doc (1.1 .0 )
54
+ pry-doc (1.3 .0 )
35
55
pry (~> 0.11 )
36
56
yard (~> 0.9.11 )
37
- public_suffix (4.0.6 )
38
- rainbow (3.0.0 )
39
- rake (13.0.1 )
57
+ public_suffix (4.0.7 )
58
+ rainbow (3.1.1 )
59
+ rake (13.0.6 )
40
60
rchardet (1.8.0 )
41
- regexp_parser (1.7.1 )
42
- rexml (3.2.4 )
43
- rspec (3.9 .0 )
44
- rspec-core (~> 3.9 .0 )
45
- rspec-expectations (~> 3.9 .0 )
46
- rspec-mocks (~> 3.9 .0 )
47
- rspec-core (3.9.2 )
48
- rspec-support (~> 3.9.3 )
49
- rspec-expectations (3.9.2 )
61
+ regexp_parser (2.3.0 )
62
+ rexml (3.2.5 )
63
+ rspec (3.11 .0 )
64
+ rspec-core (~> 3.11 .0 )
65
+ rspec-expectations (~> 3.11 .0 )
66
+ rspec-mocks (~> 3.11 .0 )
67
+ rspec-core (3.11.0 )
68
+ rspec-support (~> 3.11.0 )
69
+ rspec-expectations (3.11.0 )
50
70
diff-lcs (>= 1.2.0 , < 2.0 )
51
- rspec-support (~> 3.9 .0 )
71
+ rspec-support (~> 3.11 .0 )
52
72
rspec-its (1.3.0 )
53
73
rspec-core (>= 3.0.0 )
54
74
rspec-expectations (>= 3.0.0 )
55
- rspec-mocks (3.9 .1 )
75
+ rspec-mocks (3.11 .1 )
56
76
diff-lcs (>= 1.2.0 , < 2.0 )
57
- rspec-support (~> 3.9 .0 )
58
- rspec-support (3.9.3 )
59
- rubocop (0.85.1 )
77
+ rspec-support (~> 3.11 .0 )
78
+ rspec-support (3.11.0 )
79
+ rubocop (1.27.0 )
60
80
parallel (~> 1.10 )
61
- parser (>= 2.7 .0.1 )
81
+ parser (>= 3.1 .0.0 )
62
82
rainbow (>= 2.2.2 , < 4.0 )
63
- regexp_parser (>= 1.7 )
83
+ regexp_parser (>= 1.8 , < 3.0 )
64
84
rexml
65
- rubocop-ast (>= 0.0.3 )
85
+ rubocop-ast (>= 1.16.0 , < 2.0 )
66
86
ruby-progressbar (~> 1.7 )
67
- unicode-display_width (>= 1.4.0 , < 2 .0 )
68
- rubocop-ast (0.0.3 )
69
- parser (>= 2.7.0.1 )
70
- ruby-progressbar (1.10.1 )
71
- ruby2_keywords (0.0.2 )
87
+ unicode-display_width (>= 1.4.0 , < 3 .0 )
88
+ rubocop-ast (1.17.0 )
89
+ parser (>= 3.1.1.0 )
90
+ ruby-progressbar (1.11.0 )
91
+ ruby2_keywords (0.0.5 )
72
92
sawyer (0.8.2 )
73
93
addressable (>= 2.3.5 )
74
94
faraday (> 0.8 , < 2.0 )
75
95
slack-notifier (2.3.2 )
76
- unicode-display_width (1.7 .0 )
96
+ unicode-display_width (2.1 .0 )
77
97
values (1.8.0 )
78
- yard (0.9.25 )
98
+ webrick (1.7.0 )
99
+ yard (0.9.27 )
100
+ webrick (~> 1.7.0 )
79
101
80
102
PLATFORMS
81
103
ruby
@@ -93,4 +115,4 @@ DEPENDENCIES
93
115
rubocop
94
116
95
117
BUNDLED WITH
96
- 2.1.4
118
+ 2.2.33
0 commit comments