g2_command 3.0.0 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,201 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- g2_command (3.0.0)
5
- activemodel (>= 5.0, < 7)
6
- activesupport (>= 5.0, < 7)
7
- dry-initializer (~> 3.0)
8
- dry-monads (~> 1.3)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- actioncable (5.1.7)
14
- actionpack (= 5.1.7)
15
- nio4r (~> 2.0)
16
- websocket-driver (~> 0.6.1)
17
- actionmailer (5.1.7)
18
- actionpack (= 5.1.7)
19
- actionview (= 5.1.7)
20
- activejob (= 5.1.7)
21
- mail (~> 2.5, >= 2.5.4)
22
- rails-dom-testing (~> 2.0)
23
- actionpack (5.1.7)
24
- actionview (= 5.1.7)
25
- activesupport (= 5.1.7)
26
- rack (~> 2.0)
27
- rack-test (>= 0.6.3)
28
- rails-dom-testing (~> 2.0)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- actionview (5.1.7)
31
- activesupport (= 5.1.7)
32
- builder (~> 3.1)
33
- erubi (~> 1.4)
34
- rails-dom-testing (~> 2.0)
35
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
36
- activejob (5.1.7)
37
- activesupport (= 5.1.7)
38
- globalid (>= 0.3.6)
39
- activemodel (5.1.7)
40
- activesupport (= 5.1.7)
41
- activerecord (5.1.7)
42
- activemodel (= 5.1.7)
43
- activesupport (= 5.1.7)
44
- arel (~> 8.0)
45
- activesupport (5.1.7)
46
- concurrent-ruby (~> 1.0, >= 1.0.2)
47
- i18n (>= 0.7, < 2)
48
- minitest (~> 5.1)
49
- tzinfo (~> 1.1)
50
- appraisal (2.3.0)
51
- bundler
52
- rake
53
- thor (>= 0.14.0)
54
- arel (8.0.0)
55
- ast (2.4.1)
56
- builder (3.2.4)
57
- coderay (1.1.3)
58
- concurrent-ruby (1.1.9)
59
- crass (1.0.6)
60
- diff-lcs (1.4.4)
61
- docile (1.3.2)
62
- dry-core (0.7.1)
63
- concurrent-ruby (~> 1.0)
64
- dry-initializer (3.0.4)
65
- dry-monads (1.4.0)
66
- concurrent-ruby (~> 1.0)
67
- dry-core (~> 0.7)
68
- erubi (1.10.0)
69
- fivemat (1.3.7)
70
- globalid (0.5.2)
71
- activesupport (>= 5.0)
72
- i18n (1.8.10)
73
- concurrent-ruby (~> 1.0)
74
- json (2.3.1)
75
- loofah (2.12.0)
76
- crass (~> 1.0.2)
77
- nokogiri (>= 1.5.9)
78
- mail (2.7.1)
79
- mini_mime (>= 0.1.1)
80
- method_source (1.0.0)
81
- mini_mime (1.1.1)
82
- mini_portile2 (2.6.1)
83
- minitest (5.14.4)
84
- nio4r (2.5.8)
85
- nokogiri (1.12.4)
86
- mini_portile2 (~> 2.6.1)
87
- racc (~> 1.4)
88
- parallel (1.19.2)
89
- parser (2.7.2.0)
90
- ast (~> 2.4.1)
91
- pry (0.13.1)
92
- coderay (~> 1.1)
93
- method_source (~> 1.0)
94
- racc (1.5.2)
95
- rack (2.2.3)
96
- rack-test (1.1.0)
97
- rack (>= 1.0, < 3)
98
- rails (5.1.7)
99
- actioncable (= 5.1.7)
100
- actionmailer (= 5.1.7)
101
- actionpack (= 5.1.7)
102
- actionview (= 5.1.7)
103
- activejob (= 5.1.7)
104
- activemodel (= 5.1.7)
105
- activerecord (= 5.1.7)
106
- activesupport (= 5.1.7)
107
- bundler (>= 1.3.0)
108
- railties (= 5.1.7)
109
- sprockets-rails (>= 2.0.0)
110
- rails-dom-testing (2.0.3)
111
- activesupport (>= 4.2.0)
112
- nokogiri (>= 1.6)
113
- rails-html-sanitizer (1.4.2)
114
- loofah (~> 2.3)
115
- railties (5.1.7)
116
- actionpack (= 5.1.7)
117
- activesupport (= 5.1.7)
118
- method_source
119
- rake (>= 0.8.7)
120
- thor (>= 0.18.1, < 2.0)
121
- rainbow (3.0.0)
122
- rake (12.3.3)
123
- regexp_parser (1.8.2)
124
- rexml (3.2.5)
125
- rspec (3.9.0)
126
- rspec-core (~> 3.9.0)
127
- rspec-expectations (~> 3.9.0)
128
- rspec-mocks (~> 3.9.0)
129
- rspec-core (3.9.3)
130
- rspec-support (~> 3.9.3)
131
- rspec-expectations (3.9.3)
132
- diff-lcs (>= 1.2.0, < 2.0)
133
- rspec-support (~> 3.9.0)
134
- rspec-mocks (3.9.1)
135
- diff-lcs (>= 1.2.0, < 2.0)
136
- rspec-support (~> 3.9.0)
137
- rspec-support (3.9.4)
138
- rspec_junit_formatter (0.4.1)
139
- rspec-core (>= 2, < 4, != 2.12.0)
140
- rubocop (0.93.1)
141
- parallel (~> 1.10)
142
- parser (>= 2.7.1.5)
143
- rainbow (>= 2.2.2, < 4.0)
144
- regexp_parser (>= 1.8)
145
- rexml
146
- rubocop-ast (>= 0.6.0)
147
- ruby-progressbar (~> 1.7)
148
- unicode-display_width (>= 1.4.0, < 2.0)
149
- rubocop-ast (1.1.0)
150
- parser (>= 2.7.1.5)
151
- rubocop-g2 (1.2.1)
152
- rubocop (>= 0.82)
153
- rubocop-rails (>= 2.5)
154
- rubocop-rspec (>= 1.39)
155
- rubocop-rails (2.8.1)
156
- activesupport (>= 4.2.0)
157
- rack (>= 1.1)
158
- rubocop (>= 0.87.0)
159
- rubocop-rspec (1.44.1)
160
- rubocop (~> 0.87)
161
- rubocop-ast (>= 0.7.1)
162
- ruby-progressbar (1.10.1)
163
- simplecov (0.16.1)
164
- docile (~> 1.1)
165
- json (>= 1.8, < 3)
166
- simplecov-html (~> 0.10.0)
167
- simplecov-html (0.10.2)
168
- sprockets (3.7.2)
169
- concurrent-ruby (~> 1.0)
170
- rack (> 1, < 3)
171
- sprockets-rails (3.2.2)
172
- actionpack (>= 4.0)
173
- activesupport (>= 4.0)
174
- sprockets (>= 3.0.0)
175
- thor (1.1.0)
176
- thread_safe (0.3.6)
177
- tzinfo (1.2.9)
178
- thread_safe (~> 0.1)
179
- unicode-display_width (1.7.0)
180
- websocket-driver (0.6.5)
181
- websocket-extensions (>= 0.1.0)
182
- websocket-extensions (0.1.5)
183
-
184
- PLATFORMS
185
- ruby
186
-
187
- DEPENDENCIES
188
- appraisal
189
- fivemat
190
- g2_command!
191
- pry
192
- rails (~> 5.1, < 5.2)
193
- rake (~> 12.0)
194
- rspec (~> 3.0)
195
- rspec_junit_formatter
196
- rubocop-g2
197
- simplecov (= 0.16.1)
198
- sprockets (~> 3)
199
-
200
- BUNDLED WITH
201
- 2.2.3
@@ -1,207 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- g2_command (3.0.0)
5
- activemodel (>= 5.0, < 7)
6
- activesupport (>= 5.0, < 7)
7
- dry-initializer (~> 3.0)
8
- dry-monads (~> 1.3)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- actioncable (5.2.6)
14
- actionpack (= 5.2.6)
15
- nio4r (~> 2.0)
16
- websocket-driver (>= 0.6.1)
17
- actionmailer (5.2.6)
18
- actionpack (= 5.2.6)
19
- actionview (= 5.2.6)
20
- activejob (= 5.2.6)
21
- mail (~> 2.5, >= 2.5.4)
22
- rails-dom-testing (~> 2.0)
23
- actionpack (5.2.6)
24
- actionview (= 5.2.6)
25
- activesupport (= 5.2.6)
26
- rack (~> 2.0, >= 2.0.8)
27
- rack-test (>= 0.6.3)
28
- rails-dom-testing (~> 2.0)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- actionview (5.2.6)
31
- activesupport (= 5.2.6)
32
- builder (~> 3.1)
33
- erubi (~> 1.4)
34
- rails-dom-testing (~> 2.0)
35
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
36
- activejob (5.2.6)
37
- activesupport (= 5.2.6)
38
- globalid (>= 0.3.6)
39
- activemodel (5.2.6)
40
- activesupport (= 5.2.6)
41
- activerecord (5.2.6)
42
- activemodel (= 5.2.6)
43
- activesupport (= 5.2.6)
44
- arel (>= 9.0)
45
- activestorage (5.2.6)
46
- actionpack (= 5.2.6)
47
- activerecord (= 5.2.6)
48
- marcel (~> 1.0.0)
49
- activesupport (5.2.6)
50
- concurrent-ruby (~> 1.0, >= 1.0.2)
51
- i18n (>= 0.7, < 2)
52
- minitest (~> 5.1)
53
- tzinfo (~> 1.1)
54
- appraisal (2.3.0)
55
- bundler
56
- rake
57
- thor (>= 0.14.0)
58
- arel (9.0.0)
59
- ast (2.4.1)
60
- builder (3.2.4)
61
- coderay (1.1.3)
62
- concurrent-ruby (1.1.9)
63
- crass (1.0.6)
64
- diff-lcs (1.4.4)
65
- docile (1.3.2)
66
- dry-core (0.7.1)
67
- concurrent-ruby (~> 1.0)
68
- dry-initializer (3.0.4)
69
- dry-monads (1.4.0)
70
- concurrent-ruby (~> 1.0)
71
- dry-core (~> 0.7)
72
- erubi (1.10.0)
73
- fivemat (1.3.7)
74
- globalid (0.5.2)
75
- activesupport (>= 5.0)
76
- i18n (1.8.10)
77
- concurrent-ruby (~> 1.0)
78
- json (2.3.1)
79
- loofah (2.12.0)
80
- crass (~> 1.0.2)
81
- nokogiri (>= 1.5.9)
82
- mail (2.7.1)
83
- mini_mime (>= 0.1.1)
84
- marcel (1.0.2)
85
- method_source (1.0.0)
86
- mini_mime (1.1.1)
87
- mini_portile2 (2.6.1)
88
- minitest (5.14.4)
89
- nio4r (2.5.8)
90
- nokogiri (1.12.4)
91
- mini_portile2 (~> 2.6.1)
92
- racc (~> 1.4)
93
- parallel (1.19.2)
94
- parser (2.7.2.0)
95
- ast (~> 2.4.1)
96
- pry (0.13.1)
97
- coderay (~> 1.1)
98
- method_source (~> 1.0)
99
- racc (1.5.2)
100
- rack (2.2.3)
101
- rack-test (1.1.0)
102
- rack (>= 1.0, < 3)
103
- rails (5.2.6)
104
- actioncable (= 5.2.6)
105
- actionmailer (= 5.2.6)
106
- actionpack (= 5.2.6)
107
- actionview (= 5.2.6)
108
- activejob (= 5.2.6)
109
- activemodel (= 5.2.6)
110
- activerecord (= 5.2.6)
111
- activestorage (= 5.2.6)
112
- activesupport (= 5.2.6)
113
- bundler (>= 1.3.0)
114
- railties (= 5.2.6)
115
- sprockets-rails (>= 2.0.0)
116
- rails-dom-testing (2.0.3)
117
- activesupport (>= 4.2.0)
118
- nokogiri (>= 1.6)
119
- rails-html-sanitizer (1.4.2)
120
- loofah (~> 2.3)
121
- railties (5.2.6)
122
- actionpack (= 5.2.6)
123
- activesupport (= 5.2.6)
124
- method_source
125
- rake (>= 0.8.7)
126
- thor (>= 0.19.0, < 2.0)
127
- rainbow (3.0.0)
128
- rake (12.3.3)
129
- regexp_parser (1.8.2)
130
- rexml (3.2.5)
131
- rspec (3.9.0)
132
- rspec-core (~> 3.9.0)
133
- rspec-expectations (~> 3.9.0)
134
- rspec-mocks (~> 3.9.0)
135
- rspec-core (3.9.3)
136
- rspec-support (~> 3.9.3)
137
- rspec-expectations (3.9.3)
138
- diff-lcs (>= 1.2.0, < 2.0)
139
- rspec-support (~> 3.9.0)
140
- rspec-mocks (3.9.1)
141
- diff-lcs (>= 1.2.0, < 2.0)
142
- rspec-support (~> 3.9.0)
143
- rspec-support (3.9.4)
144
- rspec_junit_formatter (0.4.1)
145
- rspec-core (>= 2, < 4, != 2.12.0)
146
- rubocop (0.93.1)
147
- parallel (~> 1.10)
148
- parser (>= 2.7.1.5)
149
- rainbow (>= 2.2.2, < 4.0)
150
- regexp_parser (>= 1.8)
151
- rexml
152
- rubocop-ast (>= 0.6.0)
153
- ruby-progressbar (~> 1.7)
154
- unicode-display_width (>= 1.4.0, < 2.0)
155
- rubocop-ast (1.1.0)
156
- parser (>= 2.7.1.5)
157
- rubocop-g2 (1.2.1)
158
- rubocop (>= 0.82)
159
- rubocop-rails (>= 2.5)
160
- rubocop-rspec (>= 1.39)
161
- rubocop-rails (2.8.1)
162
- activesupport (>= 4.2.0)
163
- rack (>= 1.1)
164
- rubocop (>= 0.87.0)
165
- rubocop-rspec (1.44.1)
166
- rubocop (~> 0.87)
167
- rubocop-ast (>= 0.7.1)
168
- ruby-progressbar (1.10.1)
169
- simplecov (0.16.1)
170
- docile (~> 1.1)
171
- json (>= 1.8, < 3)
172
- simplecov-html (~> 0.10.0)
173
- simplecov-html (0.10.2)
174
- sprockets (3.7.2)
175
- concurrent-ruby (~> 1.0)
176
- rack (> 1, < 3)
177
- sprockets-rails (3.2.2)
178
- actionpack (>= 4.0)
179
- activesupport (>= 4.0)
180
- sprockets (>= 3.0.0)
181
- thor (1.1.0)
182
- thread_safe (0.3.6)
183
- tzinfo (1.2.9)
184
- thread_safe (~> 0.1)
185
- unicode-display_width (1.7.0)
186
- websocket-driver (0.7.5)
187
- websocket-extensions (>= 0.1.0)
188
- websocket-extensions (0.1.5)
189
-
190
- PLATFORMS
191
- ruby
192
-
193
- DEPENDENCIES
194
- appraisal
195
- fivemat
196
- g2_command!
197
- pry
198
- rails (~> 5.2)
199
- rake (~> 12.0)
200
- rspec (~> 3.0)
201
- rspec_junit_formatter
202
- rubocop-g2
203
- simplecov (= 0.16.1)
204
- sprockets (~> 3)
205
-
206
- BUNDLED WITH
207
- 2.2.3