my_api_client 0.25.0 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +5 -5
  3. data/.rubocop.yml +4 -1
  4. data/.rubocop_todo.yml +16 -4
  5. data/CHANGELOG.md +54 -0
  6. data/Gemfile.lock +51 -34
  7. data/README.jp.md +7 -7
  8. data/README.md +5 -5
  9. data/lib/generators/generator_helper.rb +4 -0
  10. data/lib/my_api_client/request/basic.rb +10 -2
  11. data/lib/my_api_client/service_abstract.rb +2 -2
  12. data/lib/my_api_client/version.rb +1 -1
  13. data/my_api/.ruby-version +1 -1
  14. data/my_api/Gemfile +2 -2
  15. data/my_api/Gemfile.lock +85 -83
  16. data/my_api/public/index.html +2 -2
  17. data/my_api_client.gemspec +2 -2
  18. data/rails_app/rails_6.1/Gemfile.lock +2 -2
  19. data/rails_app/rails_7.0/Gemfile.lock +3 -3
  20. metadata +6 -38
  21. data/gemfiles/rails_6.0.gemfile +0 -16
  22. data/rails_app/rails_6.0/.rspec +0 -3
  23. data/rails_app/rails_6.0/Gemfile +0 -18
  24. data/rails_app/rails_6.0/Gemfile.lock +0 -188
  25. data/rails_app/rails_6.0/README.md +0 -24
  26. data/rails_app/rails_6.0/Rakefile +0 -8
  27. data/rails_app/rails_6.0/app/controllers/application_controller.rb +0 -4
  28. data/rails_app/rails_6.0/app/jobs/application_job.rb +0 -9
  29. data/rails_app/rails_6.0/bin/rails +0 -6
  30. data/rails_app/rails_6.0/bin/rake +0 -6
  31. data/rails_app/rails_6.0/bin/setup +0 -27
  32. data/rails_app/rails_6.0/config/application.rb +0 -39
  33. data/rails_app/rails_6.0/config/boot.rb +0 -6
  34. data/rails_app/rails_6.0/config/credentials.yml.enc +0 -1
  35. data/rails_app/rails_6.0/config/environment.rb +0 -7
  36. data/rails_app/rails_6.0/config/environments/development.rb +0 -39
  37. data/rails_app/rails_6.0/config/environments/production.rb +0 -90
  38. data/rails_app/rails_6.0/config/environments/test.rb +0 -41
  39. data/rails_app/rails_6.0/config/initializers/application_controller_renderer.rb +0 -9
  40. data/rails_app/rails_6.0/config/initializers/backtrace_silencers.rb +0 -8
  41. data/rails_app/rails_6.0/config/initializers/cors.rb +0 -17
  42. data/rails_app/rails_6.0/config/initializers/filter_parameter_logging.rb +0 -6
  43. data/rails_app/rails_6.0/config/initializers/inflections.rb +0 -17
  44. data/rails_app/rails_6.0/config/initializers/mime_types.rb +0 -5
  45. data/rails_app/rails_6.0/config/initializers/wrap_parameters.rb +0 -11
  46. data/rails_app/rails_6.0/config/locales/en.yml +0 -33
  47. data/rails_app/rails_6.0/config/routes.rb +0 -5
  48. data/rails_app/rails_6.0/config/spring.rb +0 -8
  49. data/rails_app/rails_6.0/config.ru +0 -7
  50. data/rails_app/rails_6.0/public/robots.txt +0 -1
  51. data/rails_app/rails_6.0/spec/rails_helper.rb +0 -14
  52. data/rails_app/rails_6.0/spec/spec_helper.rb +0 -13
data/my_api/Gemfile.lock CHANGED
@@ -1,41 +1,41 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
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)
4
+ actionmailer (6.1.7.6)
5
+ actionpack (= 6.1.7.6)
6
+ actionview (= 6.1.7.6)
7
+ activejob (= 6.1.7.6)
8
+ activesupport (= 6.1.7.6)
9
9
  mail (~> 2.5, >= 2.5.4)
10
10
  rails-dom-testing (~> 2.0)
11
- actionpack (6.1.7.1)
12
- actionview (= 6.1.7.1)
13
- activesupport (= 6.1.7.1)
11
+ actionpack (6.1.7.6)
12
+ actionview (= 6.1.7.6)
13
+ activesupport (= 6.1.7.6)
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.7.1)
19
- activesupport (= 6.1.7.1)
18
+ actionview (6.1.7.6)
19
+ activesupport (= 6.1.7.6)
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.7.1)
25
- activesupport (= 6.1.7.1)
24
+ activejob (6.1.7.6)
25
+ activesupport (= 6.1.7.6)
26
26
  globalid (>= 0.3.6)
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)
27
+ activemodel (6.1.7.6)
28
+ activesupport (= 6.1.7.6)
29
+ activerecord (6.1.7.6)
30
+ activemodel (= 6.1.7.6)
31
+ activesupport (= 6.1.7.6)
32
+ activesupport (6.1.7.6)
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.1)
38
+ addressable (2.8.4)
39
39
  public_suffix (>= 2.0.2, < 6.0)
40
40
  aws-eventstream (1.2.0)
41
41
  aws-mfa-secure (0.4.4)
@@ -46,52 +46,52 @@ GEM
46
46
  rainbow
47
47
  thor
48
48
  zeitwerk
49
- aws-partitions (1.686.0)
50
- aws-sdk-apigateway (1.80.0)
51
- aws-sdk-core (~> 3, >= 3.165.0)
49
+ aws-partitions (1.839.0)
50
+ aws-sdk-apigateway (1.88.0)
51
+ aws-sdk-core (~> 3, >= 3.184.0)
52
52
  aws-sigv4 (~> 1.1)
53
- aws-sdk-cloudformation (1.73.0)
54
- aws-sdk-core (~> 3, >= 3.165.0)
53
+ aws-sdk-cloudformation (1.91.0)
54
+ aws-sdk-core (~> 3, >= 3.184.0)
55
55
  aws-sigv4 (~> 1.1)
56
- aws-sdk-cloudwatchlogs (1.58.0)
57
- aws-sdk-core (~> 3, >= 3.165.0)
56
+ aws-sdk-cloudwatchlogs (1.71.0)
57
+ aws-sdk-core (~> 3, >= 3.184.0)
58
58
  aws-sigv4 (~> 1.1)
59
- aws-sdk-core (3.168.4)
59
+ aws-sdk-core (3.185.1)
60
60
  aws-eventstream (~> 1, >= 1.0.2)
61
61
  aws-partitions (~> 1, >= 1.651.0)
62
62
  aws-sigv4 (~> 1.5)
63
63
  jmespath (~> 1, >= 1.6.1)
64
- aws-sdk-dynamodb (1.80.0)
65
- aws-sdk-core (~> 3, >= 3.165.0)
64
+ aws-sdk-dynamodb (1.96.0)
65
+ aws-sdk-core (~> 3, >= 3.184.0)
66
66
  aws-sigv4 (~> 1.1)
67
- aws-sdk-kinesis (1.43.0)
68
- aws-sdk-core (~> 3, >= 3.165.0)
67
+ aws-sdk-kinesis (1.52.0)
68
+ aws-sdk-core (~> 3, >= 3.184.0)
69
69
  aws-sigv4 (~> 1.1)
70
- aws-sdk-kms (1.61.0)
71
- aws-sdk-core (~> 3, >= 3.165.0)
70
+ aws-sdk-kms (1.72.0)
71
+ aws-sdk-core (~> 3, >= 3.184.0)
72
72
  aws-sigv4 (~> 1.1)
73
- aws-sdk-lambda (1.88.0)
74
- aws-sdk-core (~> 3, >= 3.165.0)
73
+ aws-sdk-lambda (1.106.0)
74
+ aws-sdk-core (~> 3, >= 3.184.0)
75
75
  aws-sigv4 (~> 1.1)
76
- aws-sdk-s3 (1.117.2)
77
- aws-sdk-core (~> 3, >= 3.165.0)
76
+ aws-sdk-s3 (1.136.0)
77
+ aws-sdk-core (~> 3, >= 3.181.0)
78
78
  aws-sdk-kms (~> 1)
79
- aws-sigv4 (~> 1.4)
80
- aws-sdk-sns (1.57.0)
81
- aws-sdk-core (~> 3, >= 3.165.0)
79
+ aws-sigv4 (~> 1.6)
80
+ aws-sdk-sns (1.67.0)
81
+ aws-sdk-core (~> 3, >= 3.184.0)
82
82
  aws-sigv4 (~> 1.1)
83
- aws-sdk-sqs (1.52.1)
84
- aws-sdk-core (~> 3, >= 3.165.0)
83
+ aws-sdk-sqs (1.64.0)
84
+ aws-sdk-core (~> 3, >= 3.184.0)
85
85
  aws-sigv4 (~> 1.1)
86
- aws-sdk-ssm (1.146.0)
87
- aws-sdk-core (~> 3, >= 3.165.0)
86
+ aws-sdk-ssm (1.159.0)
87
+ aws-sdk-core (~> 3, >= 3.184.0)
88
88
  aws-sigv4 (~> 1.1)
89
- aws-sigv4 (1.5.2)
89
+ aws-sigv4 (1.6.0)
90
90
  aws-eventstream (~> 1, >= 1.0.2)
91
- aws_config (0.1.0)
91
+ aws_config (0.1.1)
92
92
  builder (3.2.4)
93
93
  byebug (11.1.3)
94
- capybara (3.38.0)
94
+ capybara (3.39.2)
95
95
  addressable
96
96
  matrix
97
97
  mini_mime (>= 0.1.3)
@@ -107,7 +107,7 @@ 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
112
  date (3.3.3)
113
113
  diff-lcs (1.5.0)
@@ -118,12 +118,12 @@ GEM
118
118
  rainbow
119
119
  erubi (1.12.0)
120
120
  gems (1.2.0)
121
- globalid (1.0.1)
122
- activesupport (>= 5.0)
121
+ globalid (1.2.1)
122
+ activesupport (>= 6.1)
123
123
  hashie (5.0.0)
124
- i18n (1.12.0)
124
+ i18n (1.14.1)
125
125
  concurrent-ruby (~> 1.0)
126
- jets (3.2.0)
126
+ jets (4.0.7)
127
127
  actionmailer (~> 6.1.0)
128
128
  actionpack (~> 6.1.0)
129
129
  actionview (~> 6.1.0)
@@ -166,10 +166,10 @@ GEM
166
166
  rexml
167
167
  launchy (2.5.2)
168
168
  addressable (~> 2.8)
169
- loofah (2.19.1)
169
+ loofah (2.21.4)
170
170
  crass (~> 1.0.2)
171
- nokogiri (>= 1.5.9)
172
- mail (2.8.0)
171
+ nokogiri (>= 1.12.0)
172
+ mail (2.8.1)
173
173
  mini_mime (>= 0.1.1)
174
174
  net-imap
175
175
  net-pop
@@ -177,45 +177,47 @@ GEM
177
177
  matrix (0.4.2)
178
178
  memoist (0.16.2)
179
179
  method_source (1.0.0)
180
- mini_mime (1.1.2)
181
- mini_portile2 (2.8.1)
182
- minitest (5.17.0)
183
- net-imap (0.3.4)
180
+ mini_mime (1.1.5)
181
+ mini_portile2 (2.8.5)
182
+ minitest (5.20.0)
183
+ net-imap (0.4.2)
184
184
  date
185
185
  net-protocol
186
186
  net-pop (0.1.2)
187
187
  net-protocol
188
188
  net-protocol (0.2.1)
189
189
  timeout
190
- net-smtp (0.3.3)
190
+ net-smtp (0.4.0)
191
191
  net-protocol
192
- nio4r (2.5.8)
193
- nokogiri (1.14.1)
194
- mini_portile2 (~> 2.8.0)
192
+ nio4r (2.5.9)
193
+ nokogiri (1.15.4)
194
+ mini_portile2 (~> 2.8.2)
195
195
  racc (~> 1.4)
196
196
  public_suffix (5.0.1)
197
- puma (6.0.2)
197
+ puma (6.4.0)
198
198
  nio4r (~> 2.0)
199
- racc (1.6.2)
200
- rack (2.2.6.2)
201
- rack-test (2.0.2)
199
+ racc (1.7.1)
200
+ rack (2.2.8)
201
+ rack-test (2.1.0)
202
202
  rack (>= 1.3)
203
- rails-dom-testing (2.0.3)
204
- activesupport (>= 4.2.0)
203
+ rails-dom-testing (2.2.0)
204
+ activesupport (>= 5.0.0)
205
+ minitest
205
206
  nokogiri (>= 1.6)
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)
207
+ rails-html-sanitizer (1.6.0)
208
+ loofah (~> 2.21)
209
+ nokogiri (~> 1.14)
210
+ railties (6.1.7.6)
211
+ actionpack (= 6.1.7.6)
212
+ activesupport (= 6.1.7.6)
211
213
  method_source
212
214
  rake (>= 12.2)
213
215
  thor (~> 1.0)
214
216
  rainbow (3.1.1)
215
217
  rake (13.0.6)
216
218
  recursive-open-struct (1.1.3)
217
- regexp_parser (2.6.0)
218
- rexml (3.2.5)
219
+ regexp_parser (2.8.1)
220
+ rexml (3.2.6)
219
221
  rspec (3.12.0)
220
222
  rspec-core (~> 3.12.0)
221
223
  rspec-expectations (~> 3.12.0)
@@ -231,20 +233,20 @@ GEM
231
233
  rspec-support (3.12.0)
232
234
  rspec_junit_formatter (0.6.0)
233
235
  rspec-core (>= 2, < 4, != 2.12.0)
234
- serverlessgems (0.2.0)
236
+ serverlessgems (0.4.0)
235
237
  gems
236
238
  memoist
237
239
  zeitwerk
238
240
  shotgun (0.9.2)
239
241
  rack (>= 1.0)
240
242
  text-table (1.2.4)
241
- thor (1.2.1)
242
- timeout (0.3.1)
243
- tzinfo (2.0.5)
243
+ thor (1.3.0)
244
+ timeout (0.4.0)
245
+ tzinfo (2.0.6)
244
246
  concurrent-ruby (~> 1.0)
245
247
  xpath (3.2.0)
246
248
  nokogiri (~> 1.8)
247
- zeitwerk (2.6.6)
249
+ zeitwerk (2.6.12)
248
250
 
249
251
  PLATFORMS
250
252
  ruby
@@ -253,9 +255,9 @@ DEPENDENCIES
253
255
  byebug
254
256
  capybara
255
257
  dynomite
256
- jets (~> 3.2.0)
258
+ jets (~> 4.0.7)
257
259
  launchy
258
- nokogiri (~> 1.14.1)
260
+ nokogiri (~> 1.15.4)
259
261
  puma
260
262
  rack
261
263
  rspec
@@ -83,8 +83,8 @@
83
83
  <p>Also check out the <a href="http://rubyonjets.com/reference">Jets CLI reference</a>.</p>
84
84
  </div>
85
85
  <p class="version">
86
- <strong>Jets version:</strong> 3.0.11<br />
87
- <strong>Ruby version:</strong> 2.7.2
86
+ <strong>Jets version:</strong> 4.0<br />
87
+ <strong>Ruby version:</strong> 3.2
88
88
  </p>
89
89
  </div>
90
90
  </body>
@@ -22,9 +22,9 @@ Gem::Specification.new do |spec|
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
23
  spec.require_paths = ['lib']
24
24
 
25
- spec.required_ruby_version = '>= 2.7.0'
25
+ spec.required_ruby_version = '>= 3.0.0'
26
26
 
27
- spec.add_dependency 'activesupport', '>= 6.0.0'
27
+ spec.add_dependency 'activesupport', '>= 6.1.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'
@@ -103,12 +103,12 @@ GEM
103
103
  minitest (5.17.0)
104
104
  multi_json (1.15.0)
105
105
  nio4r (2.5.8)
106
- nokogiri (1.14.1)
106
+ nokogiri (1.14.3)
107
107
  mini_portile2 (~> 2.8.0)
108
108
  racc (~> 1.4)
109
109
  public_suffix (5.0.1)
110
110
  racc (1.6.2)
111
- rack (2.2.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)
@@ -124,13 +124,13 @@ GEM
124
124
  net-protocol
125
125
  timeout
126
126
  nio4r (2.5.8)
127
- nokogiri (1.14.1-x86_64-darwin)
127
+ nokogiri (1.14.3-x86_64-darwin)
128
128
  racc (~> 1.4)
129
- nokogiri (1.14.1-x86_64-linux)
129
+ nokogiri (1.14.3-x86_64-linux)
130
130
  racc (~> 1.4)
131
131
  public_suffix (5.0.1)
132
132
  racc (1.6.2)
133
- rack (2.2.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)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryz310
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-12 00:00:00.000000000 Z
11
+ date: 2023-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 6.0.0
19
+ version: 6.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 6.0.0
26
+ version: 6.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: faraday
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -266,7 +266,6 @@ files:
266
266
  - example/api_clients/my_pagination_api_client.rb
267
267
  - example/api_clients/my_rest_api_client.rb
268
268
  - example/api_clients/my_status_api_client.rb
269
- - gemfiles/rails_6.0.gemfile
270
269
  - gemfiles/rails_6.1.gemfile
271
270
  - gemfiles/rails_7.0.gemfile
272
271
  - lib/generators/generator_helper.rb
@@ -347,37 +346,6 @@ files:
347
346
  - my_api/spec/fixtures/payloads/posts-show.json
348
347
  - my_api/spec/spec_helper.rb
349
348
  - my_api_client.gemspec
350
- - rails_app/rails_6.0/.rspec
351
- - rails_app/rails_6.0/Gemfile
352
- - rails_app/rails_6.0/Gemfile.lock
353
- - rails_app/rails_6.0/README.md
354
- - rails_app/rails_6.0/Rakefile
355
- - rails_app/rails_6.0/app/controllers/application_controller.rb
356
- - rails_app/rails_6.0/app/jobs/application_job.rb
357
- - rails_app/rails_6.0/bin/rails
358
- - rails_app/rails_6.0/bin/rake
359
- - rails_app/rails_6.0/bin/setup
360
- - rails_app/rails_6.0/config.ru
361
- - rails_app/rails_6.0/config/application.rb
362
- - rails_app/rails_6.0/config/boot.rb
363
- - rails_app/rails_6.0/config/credentials.yml.enc
364
- - rails_app/rails_6.0/config/environment.rb
365
- - rails_app/rails_6.0/config/environments/development.rb
366
- - rails_app/rails_6.0/config/environments/production.rb
367
- - rails_app/rails_6.0/config/environments/test.rb
368
- - rails_app/rails_6.0/config/initializers/application_controller_renderer.rb
369
- - rails_app/rails_6.0/config/initializers/backtrace_silencers.rb
370
- - rails_app/rails_6.0/config/initializers/cors.rb
371
- - rails_app/rails_6.0/config/initializers/filter_parameter_logging.rb
372
- - rails_app/rails_6.0/config/initializers/inflections.rb
373
- - rails_app/rails_6.0/config/initializers/mime_types.rb
374
- - rails_app/rails_6.0/config/initializers/wrap_parameters.rb
375
- - rails_app/rails_6.0/config/locales/en.yml
376
- - rails_app/rails_6.0/config/routes.rb
377
- - rails_app/rails_6.0/config/spring.rb
378
- - rails_app/rails_6.0/public/robots.txt
379
- - rails_app/rails_6.0/spec/rails_helper.rb
380
- - rails_app/rails_6.0/spec/spec_helper.rb
381
349
  - rails_app/rails_6.1/.gitattributes
382
350
  - rails_app/rails_6.1/.gitignore
383
351
  - rails_app/rails_6.1/.rspec
@@ -461,14 +429,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
461
429
  requirements:
462
430
  - - ">="
463
431
  - !ruby/object:Gem::Version
464
- version: 2.7.0
432
+ version: 3.0.0
465
433
  required_rubygems_version: !ruby/object:Gem::Requirement
466
434
  requirements:
467
435
  - - ">="
468
436
  - !ruby/object:Gem::Version
469
437
  version: '0'
470
438
  requirements: []
471
- rubygems_version: 3.4.6
439
+ rubygems_version: 3.4.19
472
440
  signing_key:
473
441
  specification_version: 4
474
442
  summary: The framework of Web API Client
@@ -1,16 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source 'https://rubygems.org'
6
-
7
- git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
8
-
9
- gem 'activesupport', '~> 6.0.0'
10
- gem 'tzinfo', '~> 1.1'
11
-
12
- group :integrations, optional: true do
13
- gem 'bugsnag', '>= 6.11.0'
14
- end
15
-
16
- gemspec
@@ -1,3 +0,0 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
@@ -1,18 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source 'https://rubygems.org'
4
- git_source(:github) { |repo| "https://github.com/#{repo}.git" }
5
-
6
- gem 'bootsnap', '>= 1.4.2', require: false
7
- gem 'my_api_client', path: '../..'
8
- gem "psych", "~> 3.0" # for Ruby 3.1
9
- gem 'rails', '~> 6.0.3'
10
-
11
- group :development, :test do
12
- gem 'byebug', platforms: %i[mri mingw x64_mingw]
13
- gem 'rspec-rails'
14
- end
15
-
16
- group :development do
17
- gem 'spring'
18
- end
@@ -1,188 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- my_api_client (0.24.0)
5
- activesupport (>= 6.0.0)
6
- faraday (>= 0.17.1)
7
- jsonpath
8
- sawyer (>= 0.8.2)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- actioncable (6.0.4.8)
14
- actionpack (= 6.0.4.8)
15
- nio4r (~> 2.0)
16
- websocket-driver (>= 0.6.1)
17
- actionmailbox (6.0.4.8)
18
- actionpack (= 6.0.4.8)
19
- activejob (= 6.0.4.8)
20
- activerecord (= 6.0.4.8)
21
- activestorage (= 6.0.4.8)
22
- activesupport (= 6.0.4.8)
23
- mail (>= 2.7.1)
24
- actionmailer (6.0.4.8)
25
- actionpack (= 6.0.4.8)
26
- actionview (= 6.0.4.8)
27
- activejob (= 6.0.4.8)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (6.0.4.8)
31
- actionview (= 6.0.4.8)
32
- activesupport (= 6.0.4.8)
33
- rack (~> 2.0, >= 2.0.8)
34
- rack-test (>= 0.6.3)
35
- rails-dom-testing (~> 2.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.0.4.8)
38
- actionpack (= 6.0.4.8)
39
- activerecord (= 6.0.4.8)
40
- activestorage (= 6.0.4.8)
41
- activesupport (= 6.0.4.8)
42
- nokogiri (>= 1.8.5)
43
- actionview (6.0.4.8)
44
- activesupport (= 6.0.4.8)
45
- builder (~> 3.1)
46
- erubi (~> 1.4)
47
- rails-dom-testing (~> 2.0)
48
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.0.4.8)
50
- activesupport (= 6.0.4.8)
51
- globalid (>= 0.3.6)
52
- activemodel (6.0.4.8)
53
- activesupport (= 6.0.4.8)
54
- activerecord (6.0.4.8)
55
- activemodel (= 6.0.4.8)
56
- activesupport (= 6.0.4.8)
57
- activestorage (6.0.4.8)
58
- actionpack (= 6.0.4.8)
59
- activejob (= 6.0.4.8)
60
- activerecord (= 6.0.4.8)
61
- marcel (~> 1.0.0)
62
- activesupport (6.0.4.8)
63
- concurrent-ruby (~> 1.0, >= 1.0.2)
64
- i18n (>= 0.7, < 2)
65
- minitest (~> 5.1)
66
- tzinfo (~> 1.1)
67
- zeitwerk (~> 2.2, >= 2.2.2)
68
- addressable (2.8.1)
69
- public_suffix (>= 2.0.2, < 6.0)
70
- bootsnap (1.9.3)
71
- msgpack (~> 1.0)
72
- builder (3.2.4)
73
- byebug (11.1.3)
74
- concurrent-ruby (1.1.10)
75
- crass (1.0.6)
76
- diff-lcs (1.4.4)
77
- erubi (1.10.0)
78
- faraday (2.7.4)
79
- faraday-net_http (>= 2.0, < 3.1)
80
- ruby2_keywords (>= 0.0.4)
81
- faraday-net_http (3.0.2)
82
- globalid (1.0.1)
83
- activesupport (>= 5.0)
84
- i18n (1.12.0)
85
- concurrent-ruby (~> 1.0)
86
- jsonpath (1.1.2)
87
- multi_json
88
- loofah (2.19.1)
89
- crass (~> 1.0.2)
90
- nokogiri (>= 1.5.9)
91
- mail (2.7.1)
92
- mini_mime (>= 0.1.1)
93
- marcel (1.0.2)
94
- method_source (1.0.0)
95
- mini_mime (1.1.2)
96
- mini_portile2 (2.8.1)
97
- minitest (5.17.0)
98
- msgpack (1.4.2)
99
- multi_json (1.15.0)
100
- nio4r (2.5.8)
101
- nokogiri (1.14.1)
102
- mini_portile2 (~> 2.8.0)
103
- racc (~> 1.4)
104
- psych (3.3.2)
105
- public_suffix (5.0.1)
106
- racc (1.6.2)
107
- rack (2.2.6.2)
108
- rack-test (1.1.0)
109
- rack (>= 1.0, < 3)
110
- rails (6.0.4.8)
111
- actioncable (= 6.0.4.8)
112
- actionmailbox (= 6.0.4.8)
113
- actionmailer (= 6.0.4.8)
114
- actionpack (= 6.0.4.8)
115
- actiontext (= 6.0.4.8)
116
- actionview (= 6.0.4.8)
117
- activejob (= 6.0.4.8)
118
- activemodel (= 6.0.4.8)
119
- activerecord (= 6.0.4.8)
120
- activestorage (= 6.0.4.8)
121
- activesupport (= 6.0.4.8)
122
- bundler (>= 1.3.0)
123
- railties (= 6.0.4.8)
124
- sprockets-rails (>= 2.0.0)
125
- rails-dom-testing (2.0.3)
126
- activesupport (>= 4.2.0)
127
- nokogiri (>= 1.6)
128
- rails-html-sanitizer (1.4.4)
129
- loofah (~> 2.19, >= 2.19.1)
130
- railties (6.0.4.8)
131
- actionpack (= 6.0.4.8)
132
- activesupport (= 6.0.4.8)
133
- method_source
134
- rake (>= 0.8.7)
135
- thor (>= 0.20.3, < 2.0)
136
- rake (13.0.6)
137
- rspec-core (3.9.2)
138
- rspec-support (~> 3.9.3)
139
- rspec-expectations (3.9.2)
140
- diff-lcs (>= 1.2.0, < 2.0)
141
- rspec-support (~> 3.9.0)
142
- rspec-mocks (3.9.1)
143
- diff-lcs (>= 1.2.0, < 2.0)
144
- rspec-support (~> 3.9.0)
145
- rspec-rails (4.0.1)
146
- actionpack (>= 4.2)
147
- activesupport (>= 4.2)
148
- railties (>= 4.2)
149
- rspec-core (~> 3.9)
150
- rspec-expectations (~> 3.9)
151
- rspec-mocks (~> 3.9)
152
- rspec-support (~> 3.9)
153
- rspec-support (3.9.3)
154
- ruby2_keywords (0.0.5)
155
- sawyer (0.9.2)
156
- addressable (>= 2.3.5)
157
- faraday (>= 0.17.3, < 3)
158
- spring (2.1.1)
159
- sprockets (4.0.3)
160
- concurrent-ruby (~> 1.0)
161
- rack (> 1, < 3)
162
- sprockets-rails (3.4.2)
163
- actionpack (>= 5.2)
164
- activesupport (>= 5.2)
165
- sprockets (>= 3.0.0)
166
- thor (1.2.1)
167
- thread_safe (0.3.6)
168
- tzinfo (1.2.10)
169
- thread_safe (~> 0.1)
170
- websocket-driver (0.7.5)
171
- websocket-extensions (>= 0.1.0)
172
- websocket-extensions (0.1.5)
173
- zeitwerk (2.6.6)
174
-
175
- PLATFORMS
176
- ruby
177
-
178
- DEPENDENCIES
179
- bootsnap (>= 1.4.2)
180
- byebug
181
- my_api_client!
182
- psych (~> 3.0)
183
- rails (~> 6.0.3)
184
- rspec-rails
185
- spring
186
-
187
- BUNDLED WITH
188
- 2.2.4