my_api_client 0.24.0 → 0.25.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 (53) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +5 -23
  3. data/.rubocop.yml +4 -0
  4. data/.rubocop_todo.yml +2 -2
  5. data/CHANGELOG.md +19 -0
  6. data/Gemfile.lock +35 -29
  7. data/README.jp.md +2 -4
  8. data/README.md +7 -3
  9. data/lib/my_api_client/rspec/stub.rb +1 -1
  10. data/lib/my_api_client/version.rb +1 -1
  11. data/my_api/Gemfile +2 -2
  12. data/my_api/Gemfile.lock +97 -83
  13. data/my_api_client.gemspec +3 -2
  14. data/rails_app/rails_6.0/Gemfile.lock +20 -20
  15. data/rails_app/rails_6.1/Gemfile.lock +21 -21
  16. data/rails_app/rails_7.0/Gemfile.lock +20 -20
  17. metadata +21 -43
  18. data/gemfiles/rails_5.0.gemfile +0 -16
  19. data/gemfiles/rails_5.1.gemfile +0 -16
  20. data/gemfiles/rails_5.2.gemfile +0 -16
  21. data/rails_app/rails_5.2/.rspec +0 -3
  22. data/rails_app/rails_5.2/Gemfile +0 -17
  23. data/rails_app/rails_5.2/Gemfile.lock +0 -180
  24. data/rails_app/rails_5.2/README.md +0 -24
  25. data/rails_app/rails_5.2/Rakefile +0 -8
  26. data/rails_app/rails_5.2/app/controllers/application_controller.rb +0 -4
  27. data/rails_app/rails_5.2/app/jobs/application_job.rb +0 -4
  28. data/rails_app/rails_5.2/bin/bundle +0 -5
  29. data/rails_app/rails_5.2/bin/rails +0 -6
  30. data/rails_app/rails_5.2/bin/rake +0 -6
  31. data/rails_app/rails_5.2/bin/setup +0 -27
  32. data/rails_app/rails_5.2/bin/update +0 -27
  33. data/rails_app/rails_5.2/config/application.rb +0 -37
  34. data/rails_app/rails_5.2/config/boot.rb +0 -6
  35. data/rails_app/rails_5.2/config/credentials.yml.enc +0 -1
  36. data/rails_app/rails_5.2/config/environment.rb +0 -7
  37. data/rails_app/rails_5.2/config/environments/development.rb +0 -41
  38. data/rails_app/rails_5.2/config/environments/production.rb +0 -70
  39. data/rails_app/rails_5.2/config/environments/test.rb +0 -38
  40. data/rails_app/rails_5.2/config/initializers/application_controller_renderer.rb +0 -9
  41. data/rails_app/rails_5.2/config/initializers/backtrace_silencers.rb +0 -8
  42. data/rails_app/rails_5.2/config/initializers/cors.rb +0 -17
  43. data/rails_app/rails_5.2/config/initializers/filter_parameter_logging.rb +0 -6
  44. data/rails_app/rails_5.2/config/initializers/inflections.rb +0 -17
  45. data/rails_app/rails_5.2/config/initializers/mime_types.rb +0 -5
  46. data/rails_app/rails_5.2/config/initializers/wrap_parameters.rb +0 -11
  47. data/rails_app/rails_5.2/config/locales/en.yml +0 -33
  48. data/rails_app/rails_5.2/config/routes.rb +0 -5
  49. data/rails_app/rails_5.2/config/spring.rb +0 -8
  50. data/rails_app/rails_5.2/config.ru +0 -7
  51. data/rails_app/rails_5.2/public/robots.txt +0 -1
  52. data/rails_app/rails_5.2/spec/rails_helper.rb +0 -14
  53. data/rails_app/rails_5.2/spec/spec_helper.rb +0 -13
@@ -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.1)
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.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.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.1)
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.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.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.1-x86_64-darwin)
128
128
  racc (~> 1.4)
129
- nokogiri (1.13.9-x86_64-linux)
129
+ nokogiri (1.14.1-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.2)
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)
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.24.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryz310
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-07 00:00:00.000000000 Z
11
+ date: 2023-02-12 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: 5.2.0
19
+ version: 6.0.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: 5.2.0
26
+ version: 6.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: faraday
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -164,6 +164,20 @@ dependencies:
164
164
  - - ">="
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
+ - !ruby/object:Gem::Dependency
168
+ name: rubocop-rake
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - ">="
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - ">="
179
+ - !ruby/object:Gem::Version
180
+ version: '0'
167
181
  - !ruby/object:Gem::Dependency
168
182
  name: rubocop-rspec
169
183
  requirement: !ruby/object:Gem::Requirement
@@ -184,14 +198,14 @@ dependencies:
184
198
  requirements:
185
199
  - - '='
186
200
  - !ruby/object:Gem::Version
187
- version: 0.21.2
201
+ version: 0.22.0
188
202
  type: :development
189
203
  prerelease: false
190
204
  version_requirements: !ruby/object:Gem::Requirement
191
205
  requirements:
192
206
  - - '='
193
207
  - !ruby/object:Gem::Version
194
- version: 0.21.2
208
+ version: 0.22.0
195
209
  - !ruby/object:Gem::Dependency
196
210
  name: webmock
197
211
  requirement: !ruby/object:Gem::Requirement
@@ -252,9 +266,6 @@ files:
252
266
  - example/api_clients/my_pagination_api_client.rb
253
267
  - example/api_clients/my_rest_api_client.rb
254
268
  - example/api_clients/my_status_api_client.rb
255
- - gemfiles/rails_5.0.gemfile
256
- - gemfiles/rails_5.1.gemfile
257
- - gemfiles/rails_5.2.gemfile
258
269
  - gemfiles/rails_6.0.gemfile
259
270
  - gemfiles/rails_6.1.gemfile
260
271
  - gemfiles/rails_7.0.gemfile
@@ -336,39 +347,6 @@ files:
336
347
  - my_api/spec/fixtures/payloads/posts-show.json
337
348
  - my_api/spec/spec_helper.rb
338
349
  - my_api_client.gemspec
339
- - rails_app/rails_5.2/.rspec
340
- - rails_app/rails_5.2/Gemfile
341
- - rails_app/rails_5.2/Gemfile.lock
342
- - rails_app/rails_5.2/README.md
343
- - rails_app/rails_5.2/Rakefile
344
- - rails_app/rails_5.2/app/controllers/application_controller.rb
345
- - rails_app/rails_5.2/app/jobs/application_job.rb
346
- - rails_app/rails_5.2/bin/bundle
347
- - rails_app/rails_5.2/bin/rails
348
- - rails_app/rails_5.2/bin/rake
349
- - rails_app/rails_5.2/bin/setup
350
- - rails_app/rails_5.2/bin/update
351
- - rails_app/rails_5.2/config.ru
352
- - rails_app/rails_5.2/config/application.rb
353
- - rails_app/rails_5.2/config/boot.rb
354
- - rails_app/rails_5.2/config/credentials.yml.enc
355
- - rails_app/rails_5.2/config/environment.rb
356
- - rails_app/rails_5.2/config/environments/development.rb
357
- - rails_app/rails_5.2/config/environments/production.rb
358
- - rails_app/rails_5.2/config/environments/test.rb
359
- - rails_app/rails_5.2/config/initializers/application_controller_renderer.rb
360
- - rails_app/rails_5.2/config/initializers/backtrace_silencers.rb
361
- - rails_app/rails_5.2/config/initializers/cors.rb
362
- - rails_app/rails_5.2/config/initializers/filter_parameter_logging.rb
363
- - rails_app/rails_5.2/config/initializers/inflections.rb
364
- - rails_app/rails_5.2/config/initializers/mime_types.rb
365
- - rails_app/rails_5.2/config/initializers/wrap_parameters.rb
366
- - rails_app/rails_5.2/config/locales/en.yml
367
- - rails_app/rails_5.2/config/routes.rb
368
- - rails_app/rails_5.2/config/spring.rb
369
- - rails_app/rails_5.2/public/robots.txt
370
- - rails_app/rails_5.2/spec/rails_helper.rb
371
- - rails_app/rails_5.2/spec/spec_helper.rb
372
350
  - rails_app/rails_6.0/.rspec
373
351
  - rails_app/rails_6.0/Gemfile
374
352
  - rails_app/rails_6.0/Gemfile.lock
@@ -490,7 +468,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
490
468
  - !ruby/object:Gem::Version
491
469
  version: '0'
492
470
  requirements: []
493
- rubygems_version: 3.3.11
471
+ rubygems_version: 3.4.6
494
472
  signing_key:
495
473
  specification_version: 4
496
474
  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', '~> 5.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,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', '~> 5.1.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,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', '~> 5.2.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,17 +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.1.0', require: false
7
- gem 'my_api_client', path: '../..'
8
- gem 'rails', '~> 5.2.4'
9
-
10
- group :development, :test do
11
- gem 'byebug', platforms: %i[mri mingw x64_mingw]
12
- gem 'rspec-rails'
13
- end
14
-
15
- group :development do
16
- gem 'spring'
17
- end