my_api_client 0.23.0 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +5 -23
- data/.rubocop.yml +8 -0
- data/.rubocop_todo.yml +2 -2
- data/CHANGELOG.md +45 -0
- data/Gemfile.lock +53 -45
- data/README.jp.md +17 -2
- data/README.md +22 -3
- data/example/api_clients/my_errors.rb +9 -0
- data/example/api_clients/my_header_api_client.rb +38 -0
- data/lib/my_api_client/error_handling/generator.rb +16 -3
- data/lib/my_api_client/rspec/stub.rb +1 -1
- data/lib/my_api_client/version.rb +1 -1
- data/my_api/Gemfile +2 -2
- data/my_api/Gemfile.lock +110 -96
- data/my_api/app/controllers/header_controller.rb +12 -0
- data/my_api/config/routes.rb +1 -0
- data/my_api/spec/controllers/error_controller_spec.rb +1 -1
- data/my_api/spec/controllers/header_controller_spec.rb +33 -0
- data/my_api/spec/controllers/pagination_controller_spec.rb +1 -1
- data/my_api/spec/controllers/rest_controller_spec.rb +1 -1
- data/my_api/spec/controllers/status_controller_spec.rb +1 -1
- data/my_api_client.gemspec +3 -2
- data/rails_app/rails_6.0/Gemfile.lock +21 -21
- data/rails_app/rails_6.1/Gemfile.lock +21 -21
- data/rails_app/rails_7.0/Gemfile.lock +20 -20
- metadata +24 -43
- data/gemfiles/rails_5.0.gemfile +0 -16
- data/gemfiles/rails_5.1.gemfile +0 -16
- data/gemfiles/rails_5.2.gemfile +0 -16
- data/rails_app/rails_5.2/.rspec +0 -3
- data/rails_app/rails_5.2/Gemfile +0 -17
- data/rails_app/rails_5.2/Gemfile.lock +0 -180
- data/rails_app/rails_5.2/README.md +0 -24
- data/rails_app/rails_5.2/Rakefile +0 -8
- data/rails_app/rails_5.2/app/controllers/application_controller.rb +0 -4
- data/rails_app/rails_5.2/app/jobs/application_job.rb +0 -4
- data/rails_app/rails_5.2/bin/bundle +0 -5
- data/rails_app/rails_5.2/bin/rails +0 -6
- data/rails_app/rails_5.2/bin/rake +0 -6
- data/rails_app/rails_5.2/bin/setup +0 -27
- data/rails_app/rails_5.2/bin/update +0 -27
- data/rails_app/rails_5.2/config/application.rb +0 -37
- data/rails_app/rails_5.2/config/boot.rb +0 -6
- data/rails_app/rails_5.2/config/credentials.yml.enc +0 -1
- data/rails_app/rails_5.2/config/environment.rb +0 -7
- data/rails_app/rails_5.2/config/environments/development.rb +0 -41
- data/rails_app/rails_5.2/config/environments/production.rb +0 -70
- data/rails_app/rails_5.2/config/environments/test.rb +0 -38
- data/rails_app/rails_5.2/config/initializers/application_controller_renderer.rb +0 -9
- data/rails_app/rails_5.2/config/initializers/backtrace_silencers.rb +0 -8
- data/rails_app/rails_5.2/config/initializers/cors.rb +0 -17
- data/rails_app/rails_5.2/config/initializers/filter_parameter_logging.rb +0 -6
- data/rails_app/rails_5.2/config/initializers/inflections.rb +0 -17
- data/rails_app/rails_5.2/config/initializers/mime_types.rb +0 -5
- data/rails_app/rails_5.2/config/initializers/wrap_parameters.rb +0 -11
- data/rails_app/rails_5.2/config/locales/en.yml +0 -33
- data/rails_app/rails_5.2/config/routes.rb +0 -5
- data/rails_app/rails_5.2/config/spring.rb +0 -8
- data/rails_app/rails_5.2/config.ru +0 -7
- data/rails_app/rails_5.2/public/robots.txt +0 -1
- data/rails_app/rails_5.2/spec/rails_helper.rb +0 -14
- data/rails_app/rails_5.2/spec/spec_helper.rb +0 -13
data/my_api/Gemfile.lock
CHANGED
@@ -1,42 +1,42 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
actionmailer (6.1.
|
5
|
-
actionpack (= 6.1.
|
6
|
-
actionview (= 6.1.
|
7
|
-
activejob (= 6.1.
|
8
|
-
activesupport (= 6.1.
|
4
|
+
actionmailer (6.1.7.1)
|
5
|
+
actionpack (= 6.1.7.1)
|
6
|
+
actionview (= 6.1.7.1)
|
7
|
+
activejob (= 6.1.7.1)
|
8
|
+
activesupport (= 6.1.7.1)
|
9
9
|
mail (~> 2.5, >= 2.5.4)
|
10
10
|
rails-dom-testing (~> 2.0)
|
11
|
-
actionpack (6.1.
|
12
|
-
actionview (= 6.1.
|
13
|
-
activesupport (= 6.1.
|
11
|
+
actionpack (6.1.7.1)
|
12
|
+
actionview (= 6.1.7.1)
|
13
|
+
activesupport (= 6.1.7.1)
|
14
14
|
rack (~> 2.0, >= 2.0.9)
|
15
15
|
rack-test (>= 0.6.3)
|
16
16
|
rails-dom-testing (~> 2.0)
|
17
17
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
18
|
-
actionview (6.1.
|
19
|
-
activesupport (= 6.1.
|
18
|
+
actionview (6.1.7.1)
|
19
|
+
activesupport (= 6.1.7.1)
|
20
20
|
builder (~> 3.1)
|
21
21
|
erubi (~> 1.4)
|
22
22
|
rails-dom-testing (~> 2.0)
|
23
23
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
24
|
-
activejob (6.1.
|
25
|
-
activesupport (= 6.1.
|
24
|
+
activejob (6.1.7.1)
|
25
|
+
activesupport (= 6.1.7.1)
|
26
26
|
globalid (>= 0.3.6)
|
27
|
-
activemodel (6.1.
|
28
|
-
activesupport (= 6.1.
|
29
|
-
activerecord (6.1.
|
30
|
-
activemodel (= 6.1.
|
31
|
-
activesupport (= 6.1.
|
32
|
-
activesupport (6.1.
|
27
|
+
activemodel (6.1.7.1)
|
28
|
+
activesupport (= 6.1.7.1)
|
29
|
+
activerecord (6.1.7.1)
|
30
|
+
activemodel (= 6.1.7.1)
|
31
|
+
activesupport (= 6.1.7.1)
|
32
|
+
activesupport (6.1.7.1)
|
33
33
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
34
34
|
i18n (>= 1.6, < 2)
|
35
35
|
minitest (>= 5.1)
|
36
36
|
tzinfo (~> 2.0)
|
37
37
|
zeitwerk (~> 2.3)
|
38
|
-
addressable (2.8.
|
39
|
-
public_suffix (>= 2.0.2, <
|
38
|
+
addressable (2.8.1)
|
39
|
+
public_suffix (>= 2.0.2, < 6.0)
|
40
40
|
aws-eventstream (1.2.0)
|
41
41
|
aws-mfa-secure (0.4.4)
|
42
42
|
activesupport
|
@@ -46,52 +46,52 @@ GEM
|
|
46
46
|
rainbow
|
47
47
|
thor
|
48
48
|
zeitwerk
|
49
|
-
aws-partitions (1.
|
50
|
-
aws-sdk-apigateway (1.
|
51
|
-
aws-sdk-core (~> 3, >= 3.
|
49
|
+
aws-partitions (1.686.0)
|
50
|
+
aws-sdk-apigateway (1.80.0)
|
51
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
52
52
|
aws-sigv4 (~> 1.1)
|
53
|
-
aws-sdk-cloudformation (1.
|
54
|
-
aws-sdk-core (~> 3, >= 3.
|
53
|
+
aws-sdk-cloudformation (1.73.0)
|
54
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
55
55
|
aws-sigv4 (~> 1.1)
|
56
|
-
aws-sdk-cloudwatchlogs (1.
|
57
|
-
aws-sdk-core (~> 3, >= 3.
|
56
|
+
aws-sdk-cloudwatchlogs (1.58.0)
|
57
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
58
58
|
aws-sigv4 (~> 1.1)
|
59
|
-
aws-sdk-core (3.
|
59
|
+
aws-sdk-core (3.168.4)
|
60
60
|
aws-eventstream (~> 1, >= 1.0.2)
|
61
|
-
aws-partitions (~> 1, >= 1.
|
61
|
+
aws-partitions (~> 1, >= 1.651.0)
|
62
|
+
aws-sigv4 (~> 1.5)
|
63
|
+
jmespath (~> 1, >= 1.6.1)
|
64
|
+
aws-sdk-dynamodb (1.80.0)
|
65
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
62
66
|
aws-sigv4 (~> 1.1)
|
63
|
-
|
64
|
-
|
65
|
-
aws-sdk-core (~> 3, >= 3.127.0)
|
67
|
+
aws-sdk-kinesis (1.43.0)
|
68
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
66
69
|
aws-sigv4 (~> 1.1)
|
67
|
-
aws-sdk-
|
68
|
-
aws-sdk-core (~> 3, >= 3.
|
70
|
+
aws-sdk-kms (1.61.0)
|
71
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
69
72
|
aws-sigv4 (~> 1.1)
|
70
|
-
aws-sdk-
|
71
|
-
aws-sdk-core (~> 3, >= 3.
|
73
|
+
aws-sdk-lambda (1.88.0)
|
74
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
72
75
|
aws-sigv4 (~> 1.1)
|
73
|
-
aws-sdk-
|
74
|
-
aws-sdk-core (~> 3, >= 3.
|
75
|
-
aws-sigv4 (~> 1.1)
|
76
|
-
aws-sdk-s3 (1.113.0)
|
77
|
-
aws-sdk-core (~> 3, >= 3.127.0)
|
76
|
+
aws-sdk-s3 (1.117.2)
|
77
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
78
78
|
aws-sdk-kms (~> 1)
|
79
79
|
aws-sigv4 (~> 1.4)
|
80
|
-
aws-sdk-sns (1.
|
81
|
-
aws-sdk-core (~> 3, >= 3.
|
80
|
+
aws-sdk-sns (1.57.0)
|
81
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
82
82
|
aws-sigv4 (~> 1.1)
|
83
|
-
aws-sdk-sqs (1.
|
84
|
-
aws-sdk-core (~> 3, >= 3.
|
83
|
+
aws-sdk-sqs (1.52.1)
|
84
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
85
85
|
aws-sigv4 (~> 1.1)
|
86
|
-
aws-sdk-ssm (1.
|
87
|
-
aws-sdk-core (~> 3, >= 3.
|
86
|
+
aws-sdk-ssm (1.146.0)
|
87
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
88
88
|
aws-sigv4 (~> 1.1)
|
89
|
-
aws-sigv4 (1.5.
|
89
|
+
aws-sigv4 (1.5.2)
|
90
90
|
aws-eventstream (~> 1, >= 1.0.2)
|
91
91
|
aws_config (0.1.0)
|
92
92
|
builder (3.2.4)
|
93
93
|
byebug (11.1.3)
|
94
|
-
capybara (3.
|
94
|
+
capybara (3.38.0)
|
95
95
|
addressable
|
96
96
|
matrix
|
97
97
|
mini_mime (>= 0.1.3)
|
@@ -109,20 +109,21 @@ GEM
|
|
109
109
|
cfn_response (0.2.0)
|
110
110
|
concurrent-ruby (1.1.10)
|
111
111
|
crass (1.0.6)
|
112
|
+
date (3.3.3)
|
112
113
|
diff-lcs (1.5.0)
|
113
|
-
dotenv (2.
|
114
|
-
dynomite (1.2.
|
114
|
+
dotenv (2.8.1)
|
115
|
+
dynomite (1.2.7)
|
115
116
|
activesupport
|
116
117
|
aws-sdk-dynamodb
|
117
118
|
rainbow
|
118
|
-
erubi (1.
|
119
|
+
erubi (1.12.0)
|
119
120
|
gems (1.2.0)
|
120
|
-
globalid (1.0.
|
121
|
+
globalid (1.0.1)
|
121
122
|
activesupport (>= 5.0)
|
122
123
|
hashie (5.0.0)
|
123
|
-
i18n (1.
|
124
|
+
i18n (1.12.0)
|
124
125
|
concurrent-ruby (~> 1.0)
|
125
|
-
jets (3.
|
126
|
+
jets (3.2.0)
|
126
127
|
actionmailer (~> 6.1.0)
|
127
128
|
actionpack (~> 6.1.0)
|
128
129
|
actionview (~> 6.1.0)
|
@@ -140,7 +141,7 @@ GEM
|
|
140
141
|
aws-sdk-sqs
|
141
142
|
aws-sdk-ssm
|
142
143
|
cfn-status
|
143
|
-
cfn_camelizer (
|
144
|
+
cfn_camelizer (>= 0.4.9)
|
144
145
|
cfn_response
|
145
146
|
dotenv
|
146
147
|
gems
|
@@ -153,72 +154,84 @@ GEM
|
|
153
154
|
railties (~> 6.1.0)
|
154
155
|
rainbow
|
155
156
|
recursive-open-struct
|
156
|
-
serverlessgems (
|
157
|
+
serverlessgems (>= 0.2.0)
|
157
158
|
shotgun
|
158
159
|
text-table
|
159
160
|
thor
|
160
|
-
zeitwerk (
|
161
|
+
zeitwerk (>= 2.6.0)
|
161
162
|
jets-html-sanitizer (1.0.4)
|
162
163
|
loofah (~> 2.2, >= 2.2.2)
|
163
|
-
jmespath (1.6.
|
164
|
-
kramdown (2.
|
164
|
+
jmespath (1.6.2)
|
165
|
+
kramdown (2.4.0)
|
165
166
|
rexml
|
166
|
-
launchy (2.5.
|
167
|
-
addressable (~> 2.
|
168
|
-
loofah (2.
|
167
|
+
launchy (2.5.2)
|
168
|
+
addressable (~> 2.8)
|
169
|
+
loofah (2.19.1)
|
169
170
|
crass (~> 1.0.2)
|
170
171
|
nokogiri (>= 1.5.9)
|
171
|
-
mail (2.
|
172
|
+
mail (2.8.0)
|
172
173
|
mini_mime (>= 0.1.1)
|
174
|
+
net-imap
|
175
|
+
net-pop
|
176
|
+
net-smtp
|
173
177
|
matrix (0.4.2)
|
174
178
|
memoist (0.16.2)
|
175
179
|
method_source (1.0.0)
|
176
180
|
mini_mime (1.1.2)
|
177
|
-
mini_portile2 (2.8.
|
178
|
-
minitest (5.
|
181
|
+
mini_portile2 (2.8.1)
|
182
|
+
minitest (5.17.0)
|
183
|
+
net-imap (0.3.4)
|
184
|
+
date
|
185
|
+
net-protocol
|
186
|
+
net-pop (0.1.2)
|
187
|
+
net-protocol
|
188
|
+
net-protocol (0.2.1)
|
189
|
+
timeout
|
190
|
+
net-smtp (0.3.3)
|
191
|
+
net-protocol
|
179
192
|
nio4r (2.5.8)
|
180
|
-
nokogiri (1.
|
193
|
+
nokogiri (1.14.1)
|
181
194
|
mini_portile2 (~> 2.8.0)
|
182
195
|
racc (~> 1.4)
|
183
|
-
public_suffix (
|
184
|
-
puma (
|
196
|
+
public_suffix (5.0.1)
|
197
|
+
puma (6.0.2)
|
185
198
|
nio4r (~> 2.0)
|
186
|
-
racc (1.6.
|
187
|
-
rack (2.2.
|
188
|
-
rack-test (
|
189
|
-
rack (>= 1.
|
199
|
+
racc (1.6.2)
|
200
|
+
rack (2.2.6.2)
|
201
|
+
rack-test (2.0.2)
|
202
|
+
rack (>= 1.3)
|
190
203
|
rails-dom-testing (2.0.3)
|
191
204
|
activesupport (>= 4.2.0)
|
192
205
|
nokogiri (>= 1.6)
|
193
|
-
rails-html-sanitizer (1.4.
|
194
|
-
loofah (~> 2.
|
195
|
-
railties (6.1.
|
196
|
-
actionpack (= 6.1.
|
197
|
-
activesupport (= 6.1.
|
206
|
+
rails-html-sanitizer (1.4.4)
|
207
|
+
loofah (~> 2.19, >= 2.19.1)
|
208
|
+
railties (6.1.7.1)
|
209
|
+
actionpack (= 6.1.7.1)
|
210
|
+
activesupport (= 6.1.7.1)
|
198
211
|
method_source
|
199
212
|
rake (>= 12.2)
|
200
213
|
thor (~> 1.0)
|
201
214
|
rainbow (3.1.1)
|
202
215
|
rake (13.0.6)
|
203
216
|
recursive-open-struct (1.1.3)
|
204
|
-
regexp_parser (2.
|
217
|
+
regexp_parser (2.6.0)
|
205
218
|
rexml (3.2.5)
|
206
|
-
rspec (3.
|
207
|
-
rspec-core (~> 3.
|
208
|
-
rspec-expectations (~> 3.
|
209
|
-
rspec-mocks (~> 3.
|
210
|
-
rspec-core (3.
|
211
|
-
rspec-support (~> 3.
|
212
|
-
rspec-expectations (3.
|
219
|
+
rspec (3.12.0)
|
220
|
+
rspec-core (~> 3.12.0)
|
221
|
+
rspec-expectations (~> 3.12.0)
|
222
|
+
rspec-mocks (~> 3.12.0)
|
223
|
+
rspec-core (3.12.0)
|
224
|
+
rspec-support (~> 3.12.0)
|
225
|
+
rspec-expectations (3.12.0)
|
213
226
|
diff-lcs (>= 1.2.0, < 2.0)
|
214
|
-
rspec-support (~> 3.
|
215
|
-
rspec-mocks (3.
|
227
|
+
rspec-support (~> 3.12.0)
|
228
|
+
rspec-mocks (3.12.0)
|
216
229
|
diff-lcs (>= 1.2.0, < 2.0)
|
217
|
-
rspec-support (~> 3.
|
218
|
-
rspec-support (3.
|
219
|
-
rspec_junit_formatter (0.
|
230
|
+
rspec-support (~> 3.12.0)
|
231
|
+
rspec-support (3.12.0)
|
232
|
+
rspec_junit_formatter (0.6.0)
|
220
233
|
rspec-core (>= 2, < 4, != 2.12.0)
|
221
|
-
serverlessgems (0.
|
234
|
+
serverlessgems (0.2.0)
|
222
235
|
gems
|
223
236
|
memoist
|
224
237
|
zeitwerk
|
@@ -226,11 +239,12 @@ GEM
|
|
226
239
|
rack (>= 1.0)
|
227
240
|
text-table (1.2.4)
|
228
241
|
thor (1.2.1)
|
229
|
-
|
242
|
+
timeout (0.3.1)
|
243
|
+
tzinfo (2.0.5)
|
230
244
|
concurrent-ruby (~> 1.0)
|
231
245
|
xpath (3.2.0)
|
232
246
|
nokogiri (~> 1.8)
|
233
|
-
zeitwerk (2.
|
247
|
+
zeitwerk (2.6.6)
|
234
248
|
|
235
249
|
PLATFORMS
|
236
250
|
ruby
|
@@ -239,9 +253,9 @@ DEPENDENCIES
|
|
239
253
|
byebug
|
240
254
|
capybara
|
241
255
|
dynomite
|
242
|
-
jets
|
256
|
+
jets (~> 3.2.0)
|
243
257
|
launchy
|
244
|
-
nokogiri (~> 1.
|
258
|
+
nokogiri (~> 1.14.1)
|
245
259
|
puma
|
246
260
|
rack
|
247
261
|
rspec
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# The header API
|
4
|
+
class HeaderController < ApplicationController
|
5
|
+
# GET header
|
6
|
+
def index
|
7
|
+
params.each do |header_name, header_value|
|
8
|
+
response.set_header(header_name, header_value)
|
9
|
+
end
|
10
|
+
render status: :ok, json: {}
|
11
|
+
end
|
12
|
+
end
|
data/my_api/config/routes.rb
CHANGED
@@ -0,0 +1,33 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
describe HeaderController do
|
4
|
+
describe '#index' do
|
5
|
+
context 'when request header with a header' do
|
6
|
+
let(:headers) { { 'x-header': 'value' } }
|
7
|
+
|
8
|
+
it 'returns 200 OK request with header' do
|
9
|
+
get '/header', query: headers
|
10
|
+
expect(response.status).to eq 200
|
11
|
+
expect(response.body).to eq '{}'
|
12
|
+
expect(response.headers['x-header']).to eq 'value'
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
context 'when request header with multiple headers' do
|
17
|
+
let(:headers) do
|
18
|
+
{
|
19
|
+
'x-header': 'value1',
|
20
|
+
'x-second-header': 'value2',
|
21
|
+
}
|
22
|
+
end
|
23
|
+
|
24
|
+
it 'returns 200 OK request with header' do
|
25
|
+
get '/header', query: headers
|
26
|
+
expect(response.status).to eq 200
|
27
|
+
expect(response.body).to eq '{}'
|
28
|
+
expect(response.headers['x-header']).to eq 'value1'
|
29
|
+
expect(response.headers['x-second-header']).to eq 'value2'
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
data/my_api_client.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
24
24
|
|
25
25
|
spec.required_ruby_version = '>= 2.7.0'
|
26
26
|
|
27
|
-
spec.add_dependency 'activesupport', '>=
|
27
|
+
spec.add_dependency 'activesupport', '>= 6.0.0'
|
28
28
|
spec.add_dependency 'faraday', '>= 0.17.1'
|
29
29
|
spec.add_dependency 'jsonpath'
|
30
30
|
spec.add_dependency 'sawyer', '>= 0.8.2'
|
@@ -36,8 +36,9 @@ Gem::Specification.new do |spec|
|
|
36
36
|
spec.add_development_dependency 'rspec_junit_formatter'
|
37
37
|
spec.add_development_dependency 'rubocop'
|
38
38
|
spec.add_development_dependency 'rubocop-performance'
|
39
|
+
spec.add_development_dependency 'rubocop-rake'
|
39
40
|
spec.add_development_dependency 'rubocop-rspec'
|
40
|
-
spec.add_development_dependency 'simplecov', '0.
|
41
|
+
spec.add_development_dependency 'simplecov', '0.22.0'
|
41
42
|
spec.add_development_dependency 'webmock'
|
42
43
|
spec.add_development_dependency 'yard'
|
43
44
|
spec.metadata = {
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
|
-
my_api_client (0.
|
5
|
-
activesupport (>=
|
4
|
+
my_api_client (0.24.0)
|
5
|
+
activesupport (>= 6.0.0)
|
6
6
|
faraday (>= 0.17.1)
|
7
7
|
jsonpath
|
8
8
|
sawyer (>= 0.8.2)
|
@@ -65,8 +65,8 @@ GEM
|
|
65
65
|
minitest (~> 5.1)
|
66
66
|
tzinfo (~> 1.1)
|
67
67
|
zeitwerk (~> 2.2, >= 2.2.2)
|
68
|
-
addressable (2.8.
|
69
|
-
public_suffix (>= 2.0.2, <
|
68
|
+
addressable (2.8.1)
|
69
|
+
public_suffix (>= 2.0.2, < 6.0)
|
70
70
|
bootsnap (1.9.3)
|
71
71
|
msgpack (~> 1.0)
|
72
72
|
builder (3.2.4)
|
@@ -75,17 +75,17 @@ GEM
|
|
75
75
|
crass (1.0.6)
|
76
76
|
diff-lcs (1.4.4)
|
77
77
|
erubi (1.10.0)
|
78
|
-
faraday (2.
|
79
|
-
faraday-net_http (
|
78
|
+
faraday (2.7.4)
|
79
|
+
faraday-net_http (>= 2.0, < 3.1)
|
80
80
|
ruby2_keywords (>= 0.0.4)
|
81
|
-
faraday-net_http (
|
82
|
-
globalid (1.0.
|
81
|
+
faraday-net_http (3.0.2)
|
82
|
+
globalid (1.0.1)
|
83
83
|
activesupport (>= 5.0)
|
84
|
-
i18n (1.
|
84
|
+
i18n (1.12.0)
|
85
85
|
concurrent-ruby (~> 1.0)
|
86
86
|
jsonpath (1.1.2)
|
87
87
|
multi_json
|
88
|
-
loofah (2.
|
88
|
+
loofah (2.19.1)
|
89
89
|
crass (~> 1.0.2)
|
90
90
|
nokogiri (>= 1.5.9)
|
91
91
|
mail (2.7.1)
|
@@ -93,18 +93,18 @@ GEM
|
|
93
93
|
marcel (1.0.2)
|
94
94
|
method_source (1.0.0)
|
95
95
|
mini_mime (1.1.2)
|
96
|
-
mini_portile2 (2.8.
|
97
|
-
minitest (5.
|
96
|
+
mini_portile2 (2.8.1)
|
97
|
+
minitest (5.17.0)
|
98
98
|
msgpack (1.4.2)
|
99
99
|
multi_json (1.15.0)
|
100
100
|
nio4r (2.5.8)
|
101
|
-
nokogiri (1.
|
101
|
+
nokogiri (1.14.1)
|
102
102
|
mini_portile2 (~> 2.8.0)
|
103
103
|
racc (~> 1.4)
|
104
104
|
psych (3.3.2)
|
105
|
-
public_suffix (
|
106
|
-
racc (1.6.
|
107
|
-
rack (2.2.
|
105
|
+
public_suffix (5.0.1)
|
106
|
+
racc (1.6.2)
|
107
|
+
rack (2.2.6.2)
|
108
108
|
rack-test (1.1.0)
|
109
109
|
rack (>= 1.0, < 3)
|
110
110
|
rails (6.0.4.8)
|
@@ -125,8 +125,8 @@ GEM
|
|
125
125
|
rails-dom-testing (2.0.3)
|
126
126
|
activesupport (>= 4.2.0)
|
127
127
|
nokogiri (>= 1.6)
|
128
|
-
rails-html-sanitizer (1.4.
|
129
|
-
loofah (~> 2.
|
128
|
+
rails-html-sanitizer (1.4.4)
|
129
|
+
loofah (~> 2.19, >= 2.19.1)
|
130
130
|
railties (6.0.4.8)
|
131
131
|
actionpack (= 6.0.4.8)
|
132
132
|
activesupport (= 6.0.4.8)
|
@@ -152,7 +152,7 @@ GEM
|
|
152
152
|
rspec-support (~> 3.9)
|
153
153
|
rspec-support (3.9.3)
|
154
154
|
ruby2_keywords (0.0.5)
|
155
|
-
sawyer (0.9.
|
155
|
+
sawyer (0.9.2)
|
156
156
|
addressable (>= 2.3.5)
|
157
157
|
faraday (>= 0.17.3, < 3)
|
158
158
|
spring (2.1.1)
|
@@ -165,12 +165,12 @@ GEM
|
|
165
165
|
sprockets (>= 3.0.0)
|
166
166
|
thor (1.2.1)
|
167
167
|
thread_safe (0.3.6)
|
168
|
-
tzinfo (1.2.
|
168
|
+
tzinfo (1.2.10)
|
169
169
|
thread_safe (~> 0.1)
|
170
170
|
websocket-driver (0.7.5)
|
171
171
|
websocket-extensions (>= 0.1.0)
|
172
172
|
websocket-extensions (0.1.5)
|
173
|
-
zeitwerk (2.
|
173
|
+
zeitwerk (2.6.6)
|
174
174
|
|
175
175
|
PLATFORMS
|
176
176
|
ruby
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
|
-
my_api_client (0.
|
5
|
-
activesupport (>=
|
4
|
+
my_api_client (0.24.0)
|
5
|
+
activesupport (>= 6.0.0)
|
6
6
|
faraday (>= 0.17.1)
|
7
7
|
jsonpath
|
8
8
|
sawyer (>= 0.8.2)
|
@@ -69,29 +69,29 @@ GEM
|
|
69
69
|
minitest (>= 5.1)
|
70
70
|
tzinfo (~> 2.0)
|
71
71
|
zeitwerk (~> 2.3)
|
72
|
-
addressable (2.8.
|
73
|
-
public_suffix (>= 2.0.2, <
|
72
|
+
addressable (2.8.1)
|
73
|
+
public_suffix (>= 2.0.2, < 6.0)
|
74
74
|
builder (3.2.4)
|
75
75
|
byebug (11.1.3)
|
76
76
|
concurrent-ruby (1.1.10)
|
77
77
|
crass (1.0.6)
|
78
78
|
diff-lcs (1.4.4)
|
79
79
|
erubi (1.10.0)
|
80
|
-
faraday (2.
|
81
|
-
faraday-net_http (
|
80
|
+
faraday (2.7.4)
|
81
|
+
faraday-net_http (>= 2.0, < 3.1)
|
82
82
|
ruby2_keywords (>= 0.0.4)
|
83
|
-
faraday-net_http (
|
83
|
+
faraday-net_http (3.0.2)
|
84
84
|
ffi (1.14.2)
|
85
|
-
globalid (1.0.
|
85
|
+
globalid (1.0.1)
|
86
86
|
activesupport (>= 5.0)
|
87
|
-
i18n (1.
|
87
|
+
i18n (1.12.0)
|
88
88
|
concurrent-ruby (~> 1.0)
|
89
89
|
jsonpath (1.1.2)
|
90
90
|
multi_json
|
91
91
|
listen (3.3.3)
|
92
92
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
93
93
|
rb-inotify (~> 0.9, >= 0.9.10)
|
94
|
-
loofah (2.
|
94
|
+
loofah (2.19.1)
|
95
95
|
crass (~> 1.0.2)
|
96
96
|
nokogiri (>= 1.5.9)
|
97
97
|
mail (2.7.1)
|
@@ -99,16 +99,16 @@ GEM
|
|
99
99
|
marcel (1.0.2)
|
100
100
|
method_source (1.0.0)
|
101
101
|
mini_mime (1.1.2)
|
102
|
-
mini_portile2 (2.8.
|
103
|
-
minitest (5.
|
102
|
+
mini_portile2 (2.8.1)
|
103
|
+
minitest (5.17.0)
|
104
104
|
multi_json (1.15.0)
|
105
105
|
nio4r (2.5.8)
|
106
|
-
nokogiri (1.
|
106
|
+
nokogiri (1.14.1)
|
107
107
|
mini_portile2 (~> 2.8.0)
|
108
108
|
racc (~> 1.4)
|
109
|
-
public_suffix (
|
110
|
-
racc (1.6.
|
111
|
-
rack (2.2.
|
109
|
+
public_suffix (5.0.1)
|
110
|
+
racc (1.6.2)
|
111
|
+
rack (2.2.6.2)
|
112
112
|
rack-test (1.1.0)
|
113
113
|
rack (>= 1.0, < 3)
|
114
114
|
rails (6.1.5.1)
|
@@ -129,8 +129,8 @@ GEM
|
|
129
129
|
rails-dom-testing (2.0.3)
|
130
130
|
activesupport (>= 4.2.0)
|
131
131
|
nokogiri (>= 1.6)
|
132
|
-
rails-html-sanitizer (1.4.
|
133
|
-
loofah (~> 2.
|
132
|
+
rails-html-sanitizer (1.4.4)
|
133
|
+
loofah (~> 2.19, >= 2.19.1)
|
134
134
|
railties (6.1.5.1)
|
135
135
|
actionpack (= 6.1.5.1)
|
136
136
|
activesupport (= 6.1.5.1)
|
@@ -159,7 +159,7 @@ GEM
|
|
159
159
|
rspec-support (~> 3.9)
|
160
160
|
rspec-support (3.10.0)
|
161
161
|
ruby2_keywords (0.0.5)
|
162
|
-
sawyer (0.9.
|
162
|
+
sawyer (0.9.2)
|
163
163
|
addressable (>= 2.3.5)
|
164
164
|
faraday (>= 0.17.3, < 3)
|
165
165
|
sprockets (4.0.3)
|
@@ -171,12 +171,12 @@ GEM
|
|
171
171
|
sprockets (>= 3.0.0)
|
172
172
|
sqlite3 (1.4.2)
|
173
173
|
thor (1.2.1)
|
174
|
-
tzinfo (2.0.
|
174
|
+
tzinfo (2.0.5)
|
175
175
|
concurrent-ruby (~> 1.0)
|
176
176
|
websocket-driver (0.7.5)
|
177
177
|
websocket-extensions (>= 0.1.0)
|
178
178
|
websocket-extensions (0.1.5)
|
179
|
-
zeitwerk (2.
|
179
|
+
zeitwerk (2.6.6)
|
180
180
|
|
181
181
|
PLATFORMS
|
182
182
|
ruby
|