my_api_client 0.24.0 → 0.26.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +5 -23
  3. data/.rubocop.yml +7 -0
  4. data/.rubocop_todo.yml +3 -2
  5. data/CHANGELOG.md +33 -0
  6. data/Gemfile.lock +49 -38
  7. data/README.jp.md +2 -4
  8. data/README.md +7 -3
  9. data/lib/generators/generator_helper.rb +4 -0
  10. data/lib/my_api_client/rspec/stub.rb +1 -1
  11. data/lib/my_api_client/version.rb +1 -1
  12. data/my_api/Gemfile +2 -2
  13. data/my_api/Gemfile.lock +107 -92
  14. data/my_api_client.gemspec +3 -2
  15. data/rails_app/rails_6.0/Gemfile.lock +20 -20
  16. data/rails_app/rails_6.1/Gemfile.lock +21 -21
  17. data/rails_app/rails_7.0/Gemfile.lock +20 -20
  18. metadata +21 -43
  19. data/gemfiles/rails_5.0.gemfile +0 -16
  20. data/gemfiles/rails_5.1.gemfile +0 -16
  21. data/gemfiles/rails_5.2.gemfile +0 -16
  22. data/rails_app/rails_5.2/.rspec +0 -3
  23. data/rails_app/rails_5.2/Gemfile +0 -17
  24. data/rails_app/rails_5.2/Gemfile.lock +0 -180
  25. data/rails_app/rails_5.2/README.md +0 -24
  26. data/rails_app/rails_5.2/Rakefile +0 -8
  27. data/rails_app/rails_5.2/app/controllers/application_controller.rb +0 -4
  28. data/rails_app/rails_5.2/app/jobs/application_job.rb +0 -4
  29. data/rails_app/rails_5.2/bin/bundle +0 -5
  30. data/rails_app/rails_5.2/bin/rails +0 -6
  31. data/rails_app/rails_5.2/bin/rake +0 -6
  32. data/rails_app/rails_5.2/bin/setup +0 -27
  33. data/rails_app/rails_5.2/bin/update +0 -27
  34. data/rails_app/rails_5.2/config/application.rb +0 -37
  35. data/rails_app/rails_5.2/config/boot.rb +0 -6
  36. data/rails_app/rails_5.2/config/credentials.yml.enc +0 -1
  37. data/rails_app/rails_5.2/config/environment.rb +0 -7
  38. data/rails_app/rails_5.2/config/environments/development.rb +0 -41
  39. data/rails_app/rails_5.2/config/environments/production.rb +0 -70
  40. data/rails_app/rails_5.2/config/environments/test.rb +0 -38
  41. data/rails_app/rails_5.2/config/initializers/application_controller_renderer.rb +0 -9
  42. data/rails_app/rails_5.2/config/initializers/backtrace_silencers.rb +0 -8
  43. data/rails_app/rails_5.2/config/initializers/cors.rb +0 -17
  44. data/rails_app/rails_5.2/config/initializers/filter_parameter_logging.rb +0 -6
  45. data/rails_app/rails_5.2/config/initializers/inflections.rb +0 -17
  46. data/rails_app/rails_5.2/config/initializers/mime_types.rb +0 -5
  47. data/rails_app/rails_5.2/config/initializers/wrap_parameters.rb +0 -11
  48. data/rails_app/rails_5.2/config/locales/en.yml +0 -33
  49. data/rails_app/rails_5.2/config/routes.rb +0 -5
  50. data/rails_app/rails_5.2/config/spring.rb +0 -8
  51. data/rails_app/rails_5.2/config.ru +0 -7
  52. data/rails_app/rails_5.2/public/robots.txt +0 -1
  53. data/rails_app/rails_5.2/spec/rails_helper.rb +0 -14
  54. 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.6.1)
5
- actionpack (= 6.1.6.1)
6
- actionview (= 6.1.6.1)
7
- activejob (= 6.1.6.1)
8
- activesupport (= 6.1.6.1)
4
+ actionmailer (6.1.7.4)
5
+ actionpack (= 6.1.7.4)
6
+ actionview (= 6.1.7.4)
7
+ activejob (= 6.1.7.4)
8
+ activesupport (= 6.1.7.4)
9
9
  mail (~> 2.5, >= 2.5.4)
10
10
  rails-dom-testing (~> 2.0)
11
- actionpack (6.1.6.1)
12
- actionview (= 6.1.6.1)
13
- activesupport (= 6.1.6.1)
11
+ actionpack (6.1.7.4)
12
+ actionview (= 6.1.7.4)
13
+ activesupport (= 6.1.7.4)
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.6.1)
19
- activesupport (= 6.1.6.1)
18
+ actionview (6.1.7.4)
19
+ activesupport (= 6.1.7.4)
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.6.1)
25
- activesupport (= 6.1.6.1)
24
+ activejob (6.1.7.4)
25
+ activesupport (= 6.1.7.4)
26
26
  globalid (>= 0.3.6)
27
- activemodel (6.1.6.1)
28
- activesupport (= 6.1.6.1)
29
- activerecord (6.1.6.1)
30
- activemodel (= 6.1.6.1)
31
- activesupport (= 6.1.6.1)
32
- activesupport (6.1.6.1)
27
+ activemodel (6.1.7.4)
28
+ activesupport (= 6.1.7.4)
29
+ activerecord (6.1.7.4)
30
+ activemodel (= 6.1.7.4)
31
+ activesupport (= 6.1.7.4)
32
+ activesupport (6.1.7.4)
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.0)
39
- public_suffix (>= 2.0.2, < 5.0)
38
+ addressable (2.8.4)
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.616.0)
50
- aws-sdk-apigateway (1.78.0)
51
- aws-sdk-core (~> 3, >= 3.127.0)
49
+ aws-partitions (1.776.0)
50
+ aws-sdk-apigateway (1.82.0)
51
+ aws-sdk-core (~> 3, >= 3.174.0)
52
52
  aws-sigv4 (~> 1.1)
53
- aws-sdk-cloudformation (1.70.0)
54
- aws-sdk-core (~> 3, >= 3.127.0)
53
+ aws-sdk-cloudformation (1.79.0)
54
+ aws-sdk-core (~> 3, >= 3.174.0)
55
55
  aws-sigv4 (~> 1.1)
56
- aws-sdk-cloudwatchlogs (1.53.0)
57
- aws-sdk-core (~> 3, >= 3.127.0)
56
+ aws-sdk-cloudwatchlogs (1.63.0)
57
+ aws-sdk-core (~> 3, >= 3.174.0)
58
58
  aws-sigv4 (~> 1.1)
59
- aws-sdk-core (3.132.0)
59
+ aws-sdk-core (3.174.0)
60
60
  aws-eventstream (~> 1, >= 1.0.2)
61
- aws-partitions (~> 1, >= 1.525.0)
62
- aws-sigv4 (~> 1.1)
61
+ aws-partitions (~> 1, >= 1.651.0)
62
+ aws-sigv4 (~> 1.5)
63
63
  jmespath (~> 1, >= 1.6.1)
64
- aws-sdk-dynamodb (1.75.0)
65
- aws-sdk-core (~> 3, >= 3.127.0)
64
+ aws-sdk-dynamodb (1.85.0)
65
+ aws-sdk-core (~> 3, >= 3.174.0)
66
66
  aws-sigv4 (~> 1.1)
67
- aws-sdk-kinesis (1.41.0)
68
- aws-sdk-core (~> 3, >= 3.127.0)
67
+ aws-sdk-kinesis (1.46.0)
68
+ aws-sdk-core (~> 3, >= 3.174.0)
69
69
  aws-sigv4 (~> 1.1)
70
- aws-sdk-kms (1.58.0)
71
- aws-sdk-core (~> 3, >= 3.127.0)
70
+ aws-sdk-kms (1.66.0)
71
+ aws-sdk-core (~> 3, >= 3.174.0)
72
72
  aws-sigv4 (~> 1.1)
73
- aws-sdk-lambda (1.84.0)
74
- aws-sdk-core (~> 3, >= 3.127.0)
73
+ aws-sdk-lambda (1.98.0)
74
+ aws-sdk-core (~> 3, >= 3.174.0)
75
75
  aws-sigv4 (~> 1.1)
76
- aws-sdk-s3 (1.114.0)
77
- aws-sdk-core (~> 3, >= 3.127.0)
76
+ aws-sdk-s3 (1.123.1)
77
+ aws-sdk-core (~> 3, >= 3.174.0)
78
78
  aws-sdk-kms (~> 1)
79
79
  aws-sigv4 (~> 1.4)
80
- aws-sdk-sns (1.53.0)
81
- aws-sdk-core (~> 3, >= 3.127.0)
80
+ aws-sdk-sns (1.61.0)
81
+ aws-sdk-core (~> 3, >= 3.174.0)
82
82
  aws-sigv4 (~> 1.1)
83
- aws-sdk-sqs (1.51.1)
84
- aws-sdk-core (~> 3, >= 3.127.0)
83
+ aws-sdk-sqs (1.57.0)
84
+ aws-sdk-core (~> 3, >= 3.174.0)
85
85
  aws-sigv4 (~> 1.1)
86
- aws-sdk-ssm (1.138.0)
87
- aws-sdk-core (~> 3, >= 3.127.0)
86
+ aws-sdk-ssm (1.151.0)
87
+ aws-sdk-core (~> 3, >= 3.174.0)
88
88
  aws-sigv4 (~> 1.1)
89
- aws-sigv4 (1.5.1)
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.37.1)
94
+ capybara (3.39.2)
95
95
  addressable
96
96
  matrix
97
97
  mini_mime (>= 0.1.3)
@@ -107,22 +107,23 @@ GEM
107
107
  memoist
108
108
  rainbow
109
109
  cfn_response (0.2.0)
110
- concurrent-ruby (1.1.10)
110
+ concurrent-ruby (1.2.2)
111
111
  crass (1.0.6)
112
+ date (3.3.3)
112
113
  diff-lcs (1.5.0)
113
114
  dotenv (2.8.1)
114
115
  dynomite (1.2.7)
115
116
  activesupport
116
117
  aws-sdk-dynamodb
117
118
  rainbow
118
- erubi (1.11.0)
119
+ erubi (1.12.0)
119
120
  gems (1.2.0)
120
- globalid (1.0.0)
121
+ globalid (1.1.0)
121
122
  activesupport (>= 5.0)
122
123
  hashie (5.0.0)
123
- i18n (1.12.0)
124
+ i18n (1.14.1)
124
125
  concurrent-ruby (~> 1.0)
125
- jets (3.1.5)
126
+ jets (4.0.1)
126
127
  actionmailer (~> 6.1.0)
127
128
  actionpack (~> 6.1.0)
128
129
  actionview (~> 6.1.0)
@@ -160,77 +161,91 @@ GEM
160
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.1)
164
+ jmespath (1.6.2)
164
165
  kramdown (2.4.0)
165
166
  rexml
166
- launchy (2.5.0)
167
- addressable (~> 2.7)
168
- loofah (2.18.0)
167
+ launchy (2.5.2)
168
+ addressable (~> 2.8)
169
+ loofah (2.21.3)
169
170
  crass (~> 1.0.2)
170
- nokogiri (>= 1.5.9)
171
- mail (2.7.1)
171
+ nokogiri (>= 1.12.0)
172
+ mail (2.8.1)
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.0)
178
- minitest (5.16.2)
179
- nio4r (2.5.8)
180
- nokogiri (1.13.8)
181
- mini_portile2 (~> 2.8.0)
181
+ mini_portile2 (2.8.2)
182
+ minitest (5.18.1)
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
192
+ nio4r (2.5.9)
193
+ nokogiri (1.15.2)
194
+ mini_portile2 (~> 2.8.2)
182
195
  racc (~> 1.4)
183
- public_suffix (4.0.7)
184
- puma (5.6.5)
196
+ public_suffix (5.0.1)
197
+ puma (6.3.0)
185
198
  nio4r (~> 2.0)
186
- racc (1.6.0)
187
- rack (2.2.4)
188
- rack-test (2.0.2)
199
+ racc (1.7.1)
200
+ rack (2.2.7)
201
+ rack-test (2.1.0)
189
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.3)
194
- loofah (~> 2.3)
195
- railties (6.1.6.1)
196
- actionpack (= 6.1.6.1)
197
- activesupport (= 6.1.6.1)
206
+ rails-html-sanitizer (1.6.0)
207
+ loofah (~> 2.21)
208
+ nokogiri (~> 1.14)
209
+ railties (6.1.7.4)
210
+ actionpack (= 6.1.7.4)
211
+ activesupport (= 6.1.7.4)
198
212
  method_source
199
213
  rake (>= 12.2)
200
214
  thor (~> 1.0)
201
215
  rainbow (3.1.1)
202
216
  rake (13.0.6)
203
217
  recursive-open-struct (1.1.3)
204
- regexp_parser (2.4.0)
218
+ regexp_parser (2.8.1)
205
219
  rexml (3.2.5)
206
- rspec (3.11.0)
207
- rspec-core (~> 3.11.0)
208
- rspec-expectations (~> 3.11.0)
209
- rspec-mocks (~> 3.11.0)
210
- rspec-core (3.11.0)
211
- rspec-support (~> 3.11.0)
212
- rspec-expectations (3.11.0)
220
+ rspec (3.12.0)
221
+ rspec-core (~> 3.12.0)
222
+ rspec-expectations (~> 3.12.0)
223
+ rspec-mocks (~> 3.12.0)
224
+ rspec-core (3.12.0)
225
+ rspec-support (~> 3.12.0)
226
+ rspec-expectations (3.12.0)
213
227
  diff-lcs (>= 1.2.0, < 2.0)
214
- rspec-support (~> 3.11.0)
215
- rspec-mocks (3.11.0)
228
+ rspec-support (~> 3.12.0)
229
+ rspec-mocks (3.12.0)
216
230
  diff-lcs (>= 1.2.0, < 2.0)
217
- rspec-support (~> 3.11.0)
218
- rspec-support (3.11.1)
231
+ rspec-support (~> 3.12.0)
232
+ rspec-support (3.12.0)
219
233
  rspec_junit_formatter (0.6.0)
220
234
  rspec-core (>= 2, < 4, != 2.12.0)
221
- serverlessgems (0.2.0)
235
+ serverlessgems (0.3.0)
222
236
  gems
223
237
  memoist
224
238
  zeitwerk
225
239
  shotgun (0.9.2)
226
240
  rack (>= 1.0)
227
241
  text-table (1.2.4)
228
- thor (1.2.1)
229
- tzinfo (2.0.5)
242
+ thor (1.2.2)
243
+ timeout (0.3.2)
244
+ tzinfo (2.0.6)
230
245
  concurrent-ruby (~> 1.0)
231
246
  xpath (3.2.0)
232
247
  nokogiri (~> 1.8)
233
- zeitwerk (2.6.0)
248
+ zeitwerk (2.6.8)
234
249
 
235
250
  PLATFORMS
236
251
  ruby
@@ -239,9 +254,9 @@ DEPENDENCIES
239
254
  byebug
240
255
  capybara
241
256
  dynomite
242
- jets (~> 3.1.5)
257
+ jets (~> 4.0.1)
243
258
  launchy
244
- nokogiri (~> 1.13.8)
259
+ nokogiri (~> 1.15.2)
245
260
  puma
246
261
  rack
247
262
  rspec
@@ -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', '>= 5.2.0'
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.21.2'
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.22.0)
5
- activesupport (>= 5.2.0)
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.0)
69
- public_suffix (>= 2.0.2, < 5.0)
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.3.0)
79
- faraday-net_http (~> 2.0)
78
+ faraday (2.7.4)
79
+ faraday-net_http (>= 2.0, < 3.1)
80
80
  ruby2_keywords (>= 0.0.4)
81
- faraday-net_http (2.0.2)
82
- globalid (1.0.0)
81
+ faraday-net_http (3.0.2)
82
+ globalid (1.0.1)
83
83
  activesupport (>= 5.0)
84
- i18n (1.10.0)
84
+ i18n (1.12.0)
85
85
  concurrent-ruby (~> 1.0)
86
86
  jsonpath (1.1.2)
87
87
  multi_json
88
- loofah (2.18.0)
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.0)
97
- minitest (5.15.0)
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.13.9)
101
+ nokogiri (1.14.3)
102
102
  mini_portile2 (~> 2.8.0)
103
103
  racc (~> 1.4)
104
104
  psych (3.3.2)
105
- public_suffix (4.0.7)
106
- racc (1.6.0)
107
- rack (2.2.3.1)
105
+ public_suffix (5.0.1)
106
+ racc (1.6.2)
107
+ rack (2.2.6.4)
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.3)
129
- loofah (~> 2.3)
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.1)
155
+ sawyer (0.9.2)
156
156
  addressable (>= 2.3.5)
157
157
  faraday (>= 0.17.3, < 3)
158
158
  spring (2.1.1)
@@ -170,7 +170,7 @@ GEM
170
170
  websocket-driver (0.7.5)
171
171
  websocket-extensions (>= 0.1.0)
172
172
  websocket-extensions (0.1.5)
173
- zeitwerk (2.5.4)
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.22.0)
5
- activesupport (>= 5.2.0)
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.0)
73
- public_suffix (>= 2.0.2, < 5.0)
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.3.0)
81
- faraday-net_http (~> 2.0)
80
+ faraday (2.7.4)
81
+ faraday-net_http (>= 2.0, < 3.1)
82
82
  ruby2_keywords (>= 0.0.4)
83
- faraday-net_http (2.0.2)
83
+ faraday-net_http (3.0.2)
84
84
  ffi (1.14.2)
85
- globalid (1.0.0)
85
+ globalid (1.0.1)
86
86
  activesupport (>= 5.0)
87
- i18n (1.10.0)
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.18.0)
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.0)
103
- minitest (5.15.0)
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.13.9)
106
+ nokogiri (1.14.3)
107
107
  mini_portile2 (~> 2.8.0)
108
108
  racc (~> 1.4)
109
- public_suffix (4.0.7)
110
- racc (1.6.0)
111
- rack (2.2.3.1)
109
+ public_suffix (5.0.1)
110
+ racc (1.6.2)
111
+ rack (2.2.6.4)
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.3)
133
- loofah (~> 2.3)
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.1)
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.4)
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.5.4)
179
+ zeitwerk (2.6.6)
180
180
 
181
181
  PLATFORMS
182
182
  ruby
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- my_api_client (0.22.0)
5
- activesupport (>= 5.2.0)
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)
@@ -75,8 +75,8 @@ GEM
75
75
  i18n (>= 1.6, < 2)
76
76
  minitest (>= 5.1)
77
77
  tzinfo (~> 2.0)
78
- addressable (2.8.0)
79
- public_suffix (>= 2.0.2, < 5.0)
78
+ addressable (2.8.1)
79
+ public_suffix (>= 2.0.2, < 6.0)
80
80
  builder (3.2.4)
81
81
  concurrent-ruby (1.1.10)
82
82
  crass (1.0.6)
@@ -86,20 +86,20 @@ GEM
86
86
  diff-lcs (1.5.0)
87
87
  digest (3.1.0)
88
88
  erubi (1.10.0)
89
- faraday (2.3.0)
90
- faraday-net_http (~> 2.0)
89
+ faraday (2.7.4)
90
+ faraday-net_http (>= 2.0, < 3.1)
91
91
  ruby2_keywords (>= 0.0.4)
92
- faraday-net_http (2.0.2)
93
- globalid (1.0.0)
92
+ faraday-net_http (3.0.2)
93
+ globalid (1.0.1)
94
94
  activesupport (>= 5.0)
95
- i18n (1.10.0)
95
+ i18n (1.12.0)
96
96
  concurrent-ruby (~> 1.0)
97
97
  io-console (0.5.9)
98
98
  irb (1.4.1)
99
99
  reline (>= 0.3.0)
100
100
  jsonpath (1.1.2)
101
101
  multi_json
102
- loofah (2.18.0)
102
+ loofah (2.19.1)
103
103
  crass (~> 1.0.2)
104
104
  nokogiri (>= 1.5.9)
105
105
  mail (2.7.1)
@@ -107,7 +107,7 @@ GEM
107
107
  marcel (1.0.2)
108
108
  method_source (1.0.0)
109
109
  mini_mime (1.1.2)
110
- minitest (5.15.0)
110
+ minitest (5.17.0)
111
111
  multi_json (1.15.0)
112
112
  net-imap (0.2.3)
113
113
  digest
@@ -124,13 +124,13 @@ GEM
124
124
  net-protocol
125
125
  timeout
126
126
  nio4r (2.5.8)
127
- nokogiri (1.13.9-x86_64-darwin)
127
+ nokogiri (1.14.3-x86_64-darwin)
128
128
  racc (~> 1.4)
129
- nokogiri (1.13.9-x86_64-linux)
129
+ nokogiri (1.14.3-x86_64-linux)
130
130
  racc (~> 1.4)
131
- public_suffix (4.0.7)
132
- racc (1.6.0)
133
- rack (2.2.3.1)
131
+ public_suffix (5.0.1)
132
+ racc (1.6.2)
133
+ rack (2.2.6.4)
134
134
  rack-test (1.1.0)
135
135
  rack (>= 1.0, < 3)
136
136
  rails (7.0.2.4)
@@ -150,8 +150,8 @@ GEM
150
150
  rails-dom-testing (2.0.3)
151
151
  activesupport (>= 4.2.0)
152
152
  nokogiri (>= 1.6)
153
- rails-html-sanitizer (1.4.3)
154
- loofah (~> 2.3)
153
+ rails-html-sanitizer (1.4.4)
154
+ loofah (~> 2.19, >= 2.19.1)
155
155
  railties (7.0.2.4)
156
156
  actionpack (= 7.0.2.4)
157
157
  activesupport (= 7.0.2.4)
@@ -180,14 +180,14 @@ GEM
180
180
  rspec-support (~> 3.10)
181
181
  rspec-support (3.11.0)
182
182
  ruby2_keywords (0.0.5)
183
- sawyer (0.9.1)
183
+ sawyer (0.9.2)
184
184
  addressable (>= 2.3.5)
185
185
  faraday (>= 0.17.3, < 3)
186
186
  sqlite3 (1.4.2)
187
187
  strscan (3.0.1)
188
188
  thor (1.2.1)
189
189
  timeout (0.2.0)
190
- tzinfo (2.0.4)
190
+ tzinfo (2.0.5)
191
191
  concurrent-ruby (~> 1.0)
192
192
  websocket-driver (0.7.5)
193
193
  websocket-extensions (>= 0.1.0)