cloudenvoy 0.5.rc1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,167 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- cloudenvoy (0.4.2)
5
- activesupport
6
- google-cloud-pubsub (~> 2.0)
7
- jwt
8
- retriable
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- activesupport (6.1.0)
14
- concurrent-ruby (~> 1.0, >= 1.0.2)
15
- i18n (>= 1.6, < 2)
16
- minitest (>= 5.1)
17
- tzinfo (~> 2.0)
18
- zeitwerk (~> 2.3)
19
- addressable (2.8.0)
20
- public_suffix (>= 2.0.2, < 5.0)
21
- appraisal (2.4.1)
22
- bundler
23
- rake
24
- thor (>= 0.14.0)
25
- ast (2.4.2)
26
- concurrent-ruby (1.1.9)
27
- crack (0.4.5)
28
- rexml
29
- diff-lcs (1.5.0)
30
- faraday (1.8.0)
31
- faraday-em_http (~> 1.0)
32
- faraday-em_synchrony (~> 1.0)
33
- faraday-excon (~> 1.1)
34
- faraday-httpclient (~> 1.0.1)
35
- faraday-net_http (~> 1.0)
36
- faraday-net_http_persistent (~> 1.1)
37
- faraday-patron (~> 1.0)
38
- faraday-rack (~> 1.0)
39
- multipart-post (>= 1.2, < 3)
40
- ruby2_keywords (>= 0.0.4)
41
- faraday-em_http (1.0.0)
42
- faraday-em_synchrony (1.0.0)
43
- faraday-excon (1.1.0)
44
- faraday-httpclient (1.0.1)
45
- faraday-net_http (1.0.1)
46
- faraday-net_http_persistent (1.2.0)
47
- faraday-patron (1.0.0)
48
- faraday-rack (1.0.0)
49
- gapic-common (0.7.0)
50
- faraday (~> 1.3)
51
- google-protobuf (~> 3.14)
52
- googleapis-common-protos (>= 1.3.11, < 2.a)
53
- googleapis-common-protos-types (>= 1.0.6, < 2.a)
54
- googleauth (>= 0.17.0, < 2.a)
55
- grpc (~> 1.36)
56
- google-cloud-core (1.6.0)
57
- google-cloud-env (~> 1.0)
58
- google-cloud-errors (~> 1.0)
59
- google-cloud-env (1.5.0)
60
- faraday (>= 0.17.3, < 2.0)
61
- google-cloud-errors (1.2.0)
62
- google-cloud-pubsub (2.9.0)
63
- concurrent-ruby (~> 1.1)
64
- google-cloud-core (~> 1.5)
65
- google-cloud-pubsub-v1 (~> 0.0)
66
- google-cloud-pubsub-v1 (0.6.1)
67
- gapic-common (>= 0.7, < 2.a)
68
- google-cloud-errors (~> 1.0)
69
- grpc-google-iam-v1 (>= 0.6.10, < 2.a)
70
- google-protobuf (3.19.1)
71
- googleapis-common-protos (1.3.12)
72
- google-protobuf (~> 3.14)
73
- googleapis-common-protos-types (~> 1.2)
74
- grpc (~> 1.27)
75
- googleapis-common-protos-types (1.3.0)
76
- google-protobuf (~> 3.14)
77
- googleauth (1.1.0)
78
- faraday (>= 0.17.3, < 2.0)
79
- jwt (>= 1.4, < 3.0)
80
- memoist (~> 0.16)
81
- multi_json (~> 1.11)
82
- os (>= 0.9, < 2.0)
83
- signet (>= 0.16, < 2.a)
84
- grpc (1.42.0)
85
- google-protobuf (~> 3.18)
86
- googleapis-common-protos-types (~> 1.0)
87
- grpc-google-iam-v1 (1.0.0)
88
- google-protobuf (~> 3.14)
89
- googleapis-common-protos (>= 1.3.12, < 2.0)
90
- grpc (~> 1.27)
91
- hashdiff (1.0.1)
92
- i18n (1.8.11)
93
- concurrent-ruby (~> 1.0)
94
- jaro_winkler (1.5.4)
95
- jwt (2.3.0)
96
- memoist (0.16.2)
97
- minitest (5.15.0)
98
- multi_json (1.15.0)
99
- multipart-post (2.1.1)
100
- os (1.1.4)
101
- parallel (1.21.0)
102
- parser (3.1.0.0)
103
- ast (~> 2.4.1)
104
- public_suffix (4.0.6)
105
- rainbow (3.0.0)
106
- rake (13.0.6)
107
- retriable (3.1.2)
108
- rexml (3.2.5)
109
- rspec (3.10.0)
110
- rspec-core (~> 3.10.0)
111
- rspec-expectations (~> 3.10.0)
112
- rspec-mocks (~> 3.10.0)
113
- rspec-core (3.10.1)
114
- rspec-support (~> 3.10.0)
115
- rspec-expectations (3.10.1)
116
- diff-lcs (>= 1.2.0, < 2.0)
117
- rspec-support (~> 3.10.0)
118
- rspec-mocks (3.10.2)
119
- diff-lcs (>= 1.2.0, < 2.0)
120
- rspec-support (~> 3.10.0)
121
- rspec-support (3.10.3)
122
- rubocop (0.76.0)
123
- jaro_winkler (~> 1.5.1)
124
- parallel (~> 1.10)
125
- parser (>= 2.6)
126
- rainbow (>= 2.2.2, < 4.0)
127
- ruby-progressbar (~> 1.7)
128
- unicode-display_width (>= 1.4.0, < 1.7)
129
- rubocop-rspec (1.37.0)
130
- rubocop (>= 0.68.1)
131
- ruby-progressbar (1.11.0)
132
- ruby2_keywords (0.0.5)
133
- semantic_logger (3.4.1)
134
- concurrent-ruby (~> 1.0)
135
- signet (0.16.0)
136
- addressable (~> 2.8)
137
- faraday (>= 0.17.3, < 2.0)
138
- jwt (>= 1.5, < 3.0)
139
- multi_json (~> 1.10)
140
- thor (1.1.0)
141
- timecop (0.9.4)
142
- tzinfo (2.0.4)
143
- concurrent-ruby (~> 1.0)
144
- unicode-display_width (1.6.1)
145
- webmock (3.14.0)
146
- addressable (>= 2.8.0)
147
- crack (>= 0.3.2)
148
- hashdiff (>= 0.4.0, < 2.0.0)
149
- zeitwerk (2.5.3)
150
-
151
- PLATFORMS
152
- ruby
153
-
154
- DEPENDENCIES
155
- activesupport (= 6.1)
156
- appraisal
157
- cloudenvoy!
158
- rake (>= 12.3.3)
159
- rspec (~> 3.0)
160
- rubocop (= 0.76.0)
161
- rubocop-rspec (= 1.37.0)
162
- semantic_logger (= 3.4.1)
163
- timecop
164
- webmock
165
-
166
- BUNDLED WITH
167
- 2.3.4
@@ -1,167 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- cloudenvoy (0.4.2)
5
- activesupport
6
- google-cloud-pubsub (~> 2.0)
7
- jwt
8
- retriable
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- activesupport (6.1.0)
14
- concurrent-ruby (~> 1.0, >= 1.0.2)
15
- i18n (>= 1.6, < 2)
16
- minitest (>= 5.1)
17
- tzinfo (~> 2.0)
18
- zeitwerk (~> 2.3)
19
- addressable (2.8.0)
20
- public_suffix (>= 2.0.2, < 5.0)
21
- appraisal (2.4.1)
22
- bundler
23
- rake
24
- thor (>= 0.14.0)
25
- ast (2.4.2)
26
- concurrent-ruby (1.1.9)
27
- crack (0.4.5)
28
- rexml
29
- diff-lcs (1.5.0)
30
- faraday (1.8.0)
31
- faraday-em_http (~> 1.0)
32
- faraday-em_synchrony (~> 1.0)
33
- faraday-excon (~> 1.1)
34
- faraday-httpclient (~> 1.0.1)
35
- faraday-net_http (~> 1.0)
36
- faraday-net_http_persistent (~> 1.1)
37
- faraday-patron (~> 1.0)
38
- faraday-rack (~> 1.0)
39
- multipart-post (>= 1.2, < 3)
40
- ruby2_keywords (>= 0.0.4)
41
- faraday-em_http (1.0.0)
42
- faraday-em_synchrony (1.0.0)
43
- faraday-excon (1.1.0)
44
- faraday-httpclient (1.0.1)
45
- faraday-net_http (1.0.1)
46
- faraday-net_http_persistent (1.2.0)
47
- faraday-patron (1.0.0)
48
- faraday-rack (1.0.0)
49
- gapic-common (0.7.0)
50
- faraday (~> 1.3)
51
- google-protobuf (~> 3.14)
52
- googleapis-common-protos (>= 1.3.11, < 2.a)
53
- googleapis-common-protos-types (>= 1.0.6, < 2.a)
54
- googleauth (>= 0.17.0, < 2.a)
55
- grpc (~> 1.36)
56
- google-cloud-core (1.6.0)
57
- google-cloud-env (~> 1.0)
58
- google-cloud-errors (~> 1.0)
59
- google-cloud-env (1.5.0)
60
- faraday (>= 0.17.3, < 2.0)
61
- google-cloud-errors (1.2.0)
62
- google-cloud-pubsub (2.9.0)
63
- concurrent-ruby (~> 1.1)
64
- google-cloud-core (~> 1.5)
65
- google-cloud-pubsub-v1 (~> 0.0)
66
- google-cloud-pubsub-v1 (0.6.1)
67
- gapic-common (>= 0.7, < 2.a)
68
- google-cloud-errors (~> 1.0)
69
- grpc-google-iam-v1 (>= 0.6.10, < 2.a)
70
- google-protobuf (3.19.1)
71
- googleapis-common-protos (1.3.12)
72
- google-protobuf (~> 3.14)
73
- googleapis-common-protos-types (~> 1.2)
74
- grpc (~> 1.27)
75
- googleapis-common-protos-types (1.3.0)
76
- google-protobuf (~> 3.14)
77
- googleauth (1.1.0)
78
- faraday (>= 0.17.3, < 2.0)
79
- jwt (>= 1.4, < 3.0)
80
- memoist (~> 0.16)
81
- multi_json (~> 1.11)
82
- os (>= 0.9, < 2.0)
83
- signet (>= 0.16, < 2.a)
84
- grpc (1.42.0)
85
- google-protobuf (~> 3.18)
86
- googleapis-common-protos-types (~> 1.0)
87
- grpc-google-iam-v1 (1.0.0)
88
- google-protobuf (~> 3.14)
89
- googleapis-common-protos (>= 1.3.12, < 2.0)
90
- grpc (~> 1.27)
91
- hashdiff (1.0.1)
92
- i18n (1.8.11)
93
- concurrent-ruby (~> 1.0)
94
- jaro_winkler (1.5.4)
95
- jwt (2.3.0)
96
- memoist (0.16.2)
97
- minitest (5.15.0)
98
- multi_json (1.15.0)
99
- multipart-post (2.1.1)
100
- os (1.1.4)
101
- parallel (1.21.0)
102
- parser (3.1.0.0)
103
- ast (~> 2.4.1)
104
- public_suffix (4.0.6)
105
- rainbow (3.0.0)
106
- rake (13.0.6)
107
- retriable (3.1.2)
108
- rexml (3.2.5)
109
- rspec (3.10.0)
110
- rspec-core (~> 3.10.0)
111
- rspec-expectations (~> 3.10.0)
112
- rspec-mocks (~> 3.10.0)
113
- rspec-core (3.10.1)
114
- rspec-support (~> 3.10.0)
115
- rspec-expectations (3.10.1)
116
- diff-lcs (>= 1.2.0, < 2.0)
117
- rspec-support (~> 3.10.0)
118
- rspec-mocks (3.10.2)
119
- diff-lcs (>= 1.2.0, < 2.0)
120
- rspec-support (~> 3.10.0)
121
- rspec-support (3.10.3)
122
- rubocop (0.76.0)
123
- jaro_winkler (~> 1.5.1)
124
- parallel (~> 1.10)
125
- parser (>= 2.6)
126
- rainbow (>= 2.2.2, < 4.0)
127
- ruby-progressbar (~> 1.7)
128
- unicode-display_width (>= 1.4.0, < 1.7)
129
- rubocop-rspec (1.37.0)
130
- rubocop (>= 0.68.1)
131
- ruby-progressbar (1.11.0)
132
- ruby2_keywords (0.0.5)
133
- semantic_logger (4.6.1)
134
- concurrent-ruby (~> 1.0)
135
- signet (0.16.0)
136
- addressable (~> 2.8)
137
- faraday (>= 0.17.3, < 2.0)
138
- jwt (>= 1.5, < 3.0)
139
- multi_json (~> 1.10)
140
- thor (1.1.0)
141
- timecop (0.9.4)
142
- tzinfo (2.0.4)
143
- concurrent-ruby (~> 1.0)
144
- unicode-display_width (1.6.1)
145
- webmock (3.14.0)
146
- addressable (>= 2.8.0)
147
- crack (>= 0.3.2)
148
- hashdiff (>= 0.4.0, < 2.0.0)
149
- zeitwerk (2.5.3)
150
-
151
- PLATFORMS
152
- ruby
153
-
154
- DEPENDENCIES
155
- activesupport (= 6.1)
156
- appraisal
157
- cloudenvoy!
158
- rake (>= 12.3.3)
159
- rspec (~> 3.0)
160
- rubocop (= 0.76.0)
161
- rubocop-rspec (= 1.37.0)
162
- semantic_logger (= 4.6.1)
163
- timecop
164
- webmock
165
-
166
- BUNDLED WITH
167
- 2.3.4
@@ -1,167 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- cloudenvoy (0.4.2)
5
- activesupport
6
- google-cloud-pubsub (~> 2.0)
7
- jwt
8
- retriable
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- activesupport (6.1.0)
14
- concurrent-ruby (~> 1.0, >= 1.0.2)
15
- i18n (>= 1.6, < 2)
16
- minitest (>= 5.1)
17
- tzinfo (~> 2.0)
18
- zeitwerk (~> 2.3)
19
- addressable (2.8.0)
20
- public_suffix (>= 2.0.2, < 5.0)
21
- appraisal (2.4.1)
22
- bundler
23
- rake
24
- thor (>= 0.14.0)
25
- ast (2.4.2)
26
- concurrent-ruby (1.1.9)
27
- crack (0.4.5)
28
- rexml
29
- diff-lcs (1.5.0)
30
- faraday (1.8.0)
31
- faraday-em_http (~> 1.0)
32
- faraday-em_synchrony (~> 1.0)
33
- faraday-excon (~> 1.1)
34
- faraday-httpclient (~> 1.0.1)
35
- faraday-net_http (~> 1.0)
36
- faraday-net_http_persistent (~> 1.1)
37
- faraday-patron (~> 1.0)
38
- faraday-rack (~> 1.0)
39
- multipart-post (>= 1.2, < 3)
40
- ruby2_keywords (>= 0.0.4)
41
- faraday-em_http (1.0.0)
42
- faraday-em_synchrony (1.0.0)
43
- faraday-excon (1.1.0)
44
- faraday-httpclient (1.0.1)
45
- faraday-net_http (1.0.1)
46
- faraday-net_http_persistent (1.2.0)
47
- faraday-patron (1.0.0)
48
- faraday-rack (1.0.0)
49
- gapic-common (0.7.0)
50
- faraday (~> 1.3)
51
- google-protobuf (~> 3.14)
52
- googleapis-common-protos (>= 1.3.11, < 2.a)
53
- googleapis-common-protos-types (>= 1.0.6, < 2.a)
54
- googleauth (>= 0.17.0, < 2.a)
55
- grpc (~> 1.36)
56
- google-cloud-core (1.6.0)
57
- google-cloud-env (~> 1.0)
58
- google-cloud-errors (~> 1.0)
59
- google-cloud-env (1.5.0)
60
- faraday (>= 0.17.3, < 2.0)
61
- google-cloud-errors (1.2.0)
62
- google-cloud-pubsub (2.9.0)
63
- concurrent-ruby (~> 1.1)
64
- google-cloud-core (~> 1.5)
65
- google-cloud-pubsub-v1 (~> 0.0)
66
- google-cloud-pubsub-v1 (0.6.1)
67
- gapic-common (>= 0.7, < 2.a)
68
- google-cloud-errors (~> 1.0)
69
- grpc-google-iam-v1 (>= 0.6.10, < 2.a)
70
- google-protobuf (3.19.1)
71
- googleapis-common-protos (1.3.12)
72
- google-protobuf (~> 3.14)
73
- googleapis-common-protos-types (~> 1.2)
74
- grpc (~> 1.27)
75
- googleapis-common-protos-types (1.3.0)
76
- google-protobuf (~> 3.14)
77
- googleauth (1.1.0)
78
- faraday (>= 0.17.3, < 2.0)
79
- jwt (>= 1.4, < 3.0)
80
- memoist (~> 0.16)
81
- multi_json (~> 1.11)
82
- os (>= 0.9, < 2.0)
83
- signet (>= 0.16, < 2.a)
84
- grpc (1.42.0)
85
- google-protobuf (~> 3.18)
86
- googleapis-common-protos-types (~> 1.0)
87
- grpc-google-iam-v1 (1.0.0)
88
- google-protobuf (~> 3.14)
89
- googleapis-common-protos (>= 1.3.12, < 2.0)
90
- grpc (~> 1.27)
91
- hashdiff (1.0.1)
92
- i18n (1.8.11)
93
- concurrent-ruby (~> 1.0)
94
- jaro_winkler (1.5.4)
95
- jwt (2.3.0)
96
- memoist (0.16.2)
97
- minitest (5.15.0)
98
- multi_json (1.15.0)
99
- multipart-post (2.1.1)
100
- os (1.1.4)
101
- parallel (1.21.0)
102
- parser (3.1.0.0)
103
- ast (~> 2.4.1)
104
- public_suffix (4.0.6)
105
- rainbow (3.0.0)
106
- rake (13.0.6)
107
- retriable (3.1.2)
108
- rexml (3.2.5)
109
- rspec (3.10.0)
110
- rspec-core (~> 3.10.0)
111
- rspec-expectations (~> 3.10.0)
112
- rspec-mocks (~> 3.10.0)
113
- rspec-core (3.10.1)
114
- rspec-support (~> 3.10.0)
115
- rspec-expectations (3.10.1)
116
- diff-lcs (>= 1.2.0, < 2.0)
117
- rspec-support (~> 3.10.0)
118
- rspec-mocks (3.10.2)
119
- diff-lcs (>= 1.2.0, < 2.0)
120
- rspec-support (~> 3.10.0)
121
- rspec-support (3.10.3)
122
- rubocop (0.76.0)
123
- jaro_winkler (~> 1.5.1)
124
- parallel (~> 1.10)
125
- parser (>= 2.6)
126
- rainbow (>= 2.2.2, < 4.0)
127
- ruby-progressbar (~> 1.7)
128
- unicode-display_width (>= 1.4.0, < 1.7)
129
- rubocop-rspec (1.37.0)
130
- rubocop (>= 0.68.1)
131
- ruby-progressbar (1.11.0)
132
- ruby2_keywords (0.0.5)
133
- semantic_logger (4.7.0)
134
- concurrent-ruby (~> 1.0)
135
- signet (0.16.0)
136
- addressable (~> 2.8)
137
- faraday (>= 0.17.3, < 2.0)
138
- jwt (>= 1.5, < 3.0)
139
- multi_json (~> 1.10)
140
- thor (1.1.0)
141
- timecop (0.9.4)
142
- tzinfo (2.0.4)
143
- concurrent-ruby (~> 1.0)
144
- unicode-display_width (1.6.1)
145
- webmock (3.14.0)
146
- addressable (>= 2.8.0)
147
- crack (>= 0.3.2)
148
- hashdiff (>= 0.4.0, < 2.0.0)
149
- zeitwerk (2.5.3)
150
-
151
- PLATFORMS
152
- ruby
153
-
154
- DEPENDENCIES
155
- activesupport (= 6.1)
156
- appraisal
157
- cloudenvoy!
158
- rake (>= 12.3.3)
159
- rspec (~> 3.0)
160
- rubocop (= 0.76.0)
161
- rubocop-rspec (= 1.37.0)
162
- semantic_logger (= 4.7.0)
163
- timecop
164
- webmock
165
-
166
- BUNDLED WITH
167
- 2.3.4
@@ -1,167 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- cloudenvoy (0.4.2)
5
- activesupport
6
- google-cloud-pubsub (~> 2.0)
7
- jwt
8
- retriable
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- activesupport (6.1.0)
14
- concurrent-ruby (~> 1.0, >= 1.0.2)
15
- i18n (>= 1.6, < 2)
16
- minitest (>= 5.1)
17
- tzinfo (~> 2.0)
18
- zeitwerk (~> 2.3)
19
- addressable (2.8.0)
20
- public_suffix (>= 2.0.2, < 5.0)
21
- appraisal (2.4.1)
22
- bundler
23
- rake
24
- thor (>= 0.14.0)
25
- ast (2.4.2)
26
- concurrent-ruby (1.1.9)
27
- crack (0.4.5)
28
- rexml
29
- diff-lcs (1.5.0)
30
- faraday (1.8.0)
31
- faraday-em_http (~> 1.0)
32
- faraday-em_synchrony (~> 1.0)
33
- faraday-excon (~> 1.1)
34
- faraday-httpclient (~> 1.0.1)
35
- faraday-net_http (~> 1.0)
36
- faraday-net_http_persistent (~> 1.1)
37
- faraday-patron (~> 1.0)
38
- faraday-rack (~> 1.0)
39
- multipart-post (>= 1.2, < 3)
40
- ruby2_keywords (>= 0.0.4)
41
- faraday-em_http (1.0.0)
42
- faraday-em_synchrony (1.0.0)
43
- faraday-excon (1.1.0)
44
- faraday-httpclient (1.0.1)
45
- faraday-net_http (1.0.1)
46
- faraday-net_http_persistent (1.2.0)
47
- faraday-patron (1.0.0)
48
- faraday-rack (1.0.0)
49
- gapic-common (0.7.0)
50
- faraday (~> 1.3)
51
- google-protobuf (~> 3.14)
52
- googleapis-common-protos (>= 1.3.11, < 2.a)
53
- googleapis-common-protos-types (>= 1.0.6, < 2.a)
54
- googleauth (>= 0.17.0, < 2.a)
55
- grpc (~> 1.36)
56
- google-cloud-core (1.6.0)
57
- google-cloud-env (~> 1.0)
58
- google-cloud-errors (~> 1.0)
59
- google-cloud-env (1.5.0)
60
- faraday (>= 0.17.3, < 2.0)
61
- google-cloud-errors (1.2.0)
62
- google-cloud-pubsub (2.9.0)
63
- concurrent-ruby (~> 1.1)
64
- google-cloud-core (~> 1.5)
65
- google-cloud-pubsub-v1 (~> 0.0)
66
- google-cloud-pubsub-v1 (0.6.1)
67
- gapic-common (>= 0.7, < 2.a)
68
- google-cloud-errors (~> 1.0)
69
- grpc-google-iam-v1 (>= 0.6.10, < 2.a)
70
- google-protobuf (3.19.1)
71
- googleapis-common-protos (1.3.12)
72
- google-protobuf (~> 3.14)
73
- googleapis-common-protos-types (~> 1.2)
74
- grpc (~> 1.27)
75
- googleapis-common-protos-types (1.3.0)
76
- google-protobuf (~> 3.14)
77
- googleauth (1.1.0)
78
- faraday (>= 0.17.3, < 2.0)
79
- jwt (>= 1.4, < 3.0)
80
- memoist (~> 0.16)
81
- multi_json (~> 1.11)
82
- os (>= 0.9, < 2.0)
83
- signet (>= 0.16, < 2.a)
84
- grpc (1.42.0)
85
- google-protobuf (~> 3.18)
86
- googleapis-common-protos-types (~> 1.0)
87
- grpc-google-iam-v1 (1.0.0)
88
- google-protobuf (~> 3.14)
89
- googleapis-common-protos (>= 1.3.12, < 2.0)
90
- grpc (~> 1.27)
91
- hashdiff (1.0.1)
92
- i18n (1.8.11)
93
- concurrent-ruby (~> 1.0)
94
- jaro_winkler (1.5.4)
95
- jwt (2.3.0)
96
- memoist (0.16.2)
97
- minitest (5.15.0)
98
- multi_json (1.15.0)
99
- multipart-post (2.1.1)
100
- os (1.1.4)
101
- parallel (1.21.0)
102
- parser (3.1.0.0)
103
- ast (~> 2.4.1)
104
- public_suffix (4.0.6)
105
- rainbow (3.0.0)
106
- rake (13.0.6)
107
- retriable (3.1.2)
108
- rexml (3.2.5)
109
- rspec (3.10.0)
110
- rspec-core (~> 3.10.0)
111
- rspec-expectations (~> 3.10.0)
112
- rspec-mocks (~> 3.10.0)
113
- rspec-core (3.10.1)
114
- rspec-support (~> 3.10.0)
115
- rspec-expectations (3.10.1)
116
- diff-lcs (>= 1.2.0, < 2.0)
117
- rspec-support (~> 3.10.0)
118
- rspec-mocks (3.10.2)
119
- diff-lcs (>= 1.2.0, < 2.0)
120
- rspec-support (~> 3.10.0)
121
- rspec-support (3.10.3)
122
- rubocop (0.76.0)
123
- jaro_winkler (~> 1.5.1)
124
- parallel (~> 1.10)
125
- parser (>= 2.6)
126
- rainbow (>= 2.2.2, < 4.0)
127
- ruby-progressbar (~> 1.7)
128
- unicode-display_width (>= 1.4.0, < 1.7)
129
- rubocop-rspec (1.37.0)
130
- rubocop (>= 0.68.1)
131
- ruby-progressbar (1.11.0)
132
- ruby2_keywords (0.0.5)
133
- semantic_logger (4.7.2)
134
- concurrent-ruby (~> 1.0)
135
- signet (0.16.0)
136
- addressable (~> 2.8)
137
- faraday (>= 0.17.3, < 2.0)
138
- jwt (>= 1.5, < 3.0)
139
- multi_json (~> 1.10)
140
- thor (1.1.0)
141
- timecop (0.9.4)
142
- tzinfo (2.0.4)
143
- concurrent-ruby (~> 1.0)
144
- unicode-display_width (1.6.1)
145
- webmock (3.14.0)
146
- addressable (>= 2.8.0)
147
- crack (>= 0.3.2)
148
- hashdiff (>= 0.4.0, < 2.0.0)
149
- zeitwerk (2.5.3)
150
-
151
- PLATFORMS
152
- ruby
153
-
154
- DEPENDENCIES
155
- activesupport (= 6.1)
156
- appraisal
157
- cloudenvoy!
158
- rake (>= 12.3.3)
159
- rspec (~> 3.0)
160
- rubocop (= 0.76.0)
161
- rubocop-rspec (= 1.37.0)
162
- semantic_logger (= 4.7.2)
163
- timecop
164
- webmock
165
-
166
- BUNDLED WITH
167
- 2.3.4