my_api_client 2.0.0 → 2.1.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.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +48 -0
- data/.github/workflows/ci.yml +29 -15
- data/.github/workflows/dependabot-auto-merge.yml +62 -10
- data/.github/workflows/release.yml +4 -2
- data/.github/workflows/rubocop_challenge.yml +4 -2
- data/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/AGENTS.md +26 -5
- data/CHANGELOG.md +27 -0
- data/Dockerfile +1 -1
- data/Gemfile +3 -1
- data/Gemfile.lock +5 -11
- data/README.md +1 -1
- data/docs/runbooks/dependabot_pr_auto_merge.md +9 -0
- data/lib/my_api_client/version.rb +1 -1
- data/my_api/Gemfile.lock +124 -131
- data/my_api_client.gemspec +2 -2
- data/rails_app/rails_7.2/Dockerfile +1 -1
- data/rails_app/rails_7.2/Gemfile +1 -1
- data/rails_app/rails_7.2/Gemfile.lock +88 -85
- data/rails_app/rails_8.0/.ruby-version +1 -1
- data/rails_app/rails_8.0/Dockerfile +1 -1
- data/rails_app/rails_8.0/Gemfile +1 -1
- data/rails_app/rails_8.0/Gemfile.lock +80 -79
- data/rails_app/rails_8.1/.ruby-version +1 -1
- data/rails_app/rails_8.1/Dockerfile +1 -1
- data/rails_app/rails_8.1/Gemfile.lock +80 -79
- metadata +4 -4
data/my_api/Gemfile.lock
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: https://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
action_text-trix (2.1.
|
|
4
|
+
action_text-trix (2.1.18)
|
|
5
5
|
railties
|
|
6
|
-
actioncable (8.1.3)
|
|
7
|
-
actionpack (= 8.1.3)
|
|
8
|
-
activesupport (= 8.1.3)
|
|
6
|
+
actioncable (8.1.3.1)
|
|
7
|
+
actionpack (= 8.1.3.1)
|
|
8
|
+
activesupport (= 8.1.3.1)
|
|
9
9
|
nio4r (~> 2.0)
|
|
10
10
|
websocket-driver (>= 0.6.1)
|
|
11
11
|
zeitwerk (~> 2.6)
|
|
12
|
-
actionmailbox (8.1.3)
|
|
13
|
-
actionpack (= 8.1.3)
|
|
14
|
-
activejob (= 8.1.3)
|
|
15
|
-
activerecord (= 8.1.3)
|
|
16
|
-
activestorage (= 8.1.3)
|
|
17
|
-
activesupport (= 8.1.3)
|
|
12
|
+
actionmailbox (8.1.3.1)
|
|
13
|
+
actionpack (= 8.1.3.1)
|
|
14
|
+
activejob (= 8.1.3.1)
|
|
15
|
+
activerecord (= 8.1.3.1)
|
|
16
|
+
activestorage (= 8.1.3.1)
|
|
17
|
+
activesupport (= 8.1.3.1)
|
|
18
18
|
mail (>= 2.8.0)
|
|
19
|
-
actionmailer (8.1.3)
|
|
20
|
-
actionpack (= 8.1.3)
|
|
21
|
-
actionview (= 8.1.3)
|
|
22
|
-
activejob (= 8.1.3)
|
|
23
|
-
activesupport (= 8.1.3)
|
|
19
|
+
actionmailer (8.1.3.1)
|
|
20
|
+
actionpack (= 8.1.3.1)
|
|
21
|
+
actionview (= 8.1.3.1)
|
|
22
|
+
activejob (= 8.1.3.1)
|
|
23
|
+
activesupport (= 8.1.3.1)
|
|
24
24
|
mail (>= 2.8.0)
|
|
25
25
|
rails-dom-testing (~> 2.2)
|
|
26
|
-
actionpack (8.1.3)
|
|
27
|
-
actionview (= 8.1.3)
|
|
28
|
-
activesupport (= 8.1.3)
|
|
26
|
+
actionpack (8.1.3.1)
|
|
27
|
+
actionview (= 8.1.3.1)
|
|
28
|
+
activesupport (= 8.1.3.1)
|
|
29
29
|
nokogiri (>= 1.8.5)
|
|
30
30
|
rack (>= 2.2.4)
|
|
31
31
|
rack-session (>= 1.0.1)
|
|
@@ -33,36 +33,36 @@ GEM
|
|
|
33
33
|
rails-dom-testing (~> 2.2)
|
|
34
34
|
rails-html-sanitizer (~> 1.6)
|
|
35
35
|
useragent (~> 0.16)
|
|
36
|
-
actiontext (8.1.3)
|
|
36
|
+
actiontext (8.1.3.1)
|
|
37
37
|
action_text-trix (~> 2.1.15)
|
|
38
|
-
actionpack (= 8.1.3)
|
|
39
|
-
activerecord (= 8.1.3)
|
|
40
|
-
activestorage (= 8.1.3)
|
|
41
|
-
activesupport (= 8.1.3)
|
|
38
|
+
actionpack (= 8.1.3.1)
|
|
39
|
+
activerecord (= 8.1.3.1)
|
|
40
|
+
activestorage (= 8.1.3.1)
|
|
41
|
+
activesupport (= 8.1.3.1)
|
|
42
42
|
globalid (>= 0.6.0)
|
|
43
43
|
nokogiri (>= 1.8.5)
|
|
44
|
-
actionview (8.1.3)
|
|
45
|
-
activesupport (= 8.1.3)
|
|
44
|
+
actionview (8.1.3.1)
|
|
45
|
+
activesupport (= 8.1.3.1)
|
|
46
46
|
builder (~> 3.1)
|
|
47
47
|
erubi (~> 1.11)
|
|
48
48
|
rails-dom-testing (~> 2.2)
|
|
49
49
|
rails-html-sanitizer (~> 1.6)
|
|
50
|
-
activejob (8.1.3)
|
|
51
|
-
activesupport (= 8.1.3)
|
|
50
|
+
activejob (8.1.3.1)
|
|
51
|
+
activesupport (= 8.1.3.1)
|
|
52
52
|
globalid (>= 0.3.6)
|
|
53
|
-
activemodel (8.1.3)
|
|
54
|
-
activesupport (= 8.1.3)
|
|
55
|
-
activerecord (8.1.3)
|
|
56
|
-
activemodel (= 8.1.3)
|
|
57
|
-
activesupport (= 8.1.3)
|
|
53
|
+
activemodel (8.1.3.1)
|
|
54
|
+
activesupport (= 8.1.3.1)
|
|
55
|
+
activerecord (8.1.3.1)
|
|
56
|
+
activemodel (= 8.1.3.1)
|
|
57
|
+
activesupport (= 8.1.3.1)
|
|
58
58
|
timeout (>= 0.4.0)
|
|
59
|
-
activestorage (8.1.3)
|
|
60
|
-
actionpack (= 8.1.3)
|
|
61
|
-
activejob (= 8.1.3)
|
|
62
|
-
activerecord (= 8.1.3)
|
|
63
|
-
activesupport (= 8.1.3)
|
|
59
|
+
activestorage (8.1.3.1)
|
|
60
|
+
actionpack (= 8.1.3.1)
|
|
61
|
+
activejob (= 8.1.3.1)
|
|
62
|
+
activerecord (= 8.1.3.1)
|
|
63
|
+
activesupport (= 8.1.3.1)
|
|
64
64
|
marcel (~> 1.0)
|
|
65
|
-
activesupport (8.1.3)
|
|
65
|
+
activesupport (8.1.3.1)
|
|
66
66
|
base64
|
|
67
67
|
bigdecimal
|
|
68
68
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
@@ -76,30 +76,29 @@ GEM
|
|
|
76
76
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
77
77
|
uri (>= 0.13.1)
|
|
78
78
|
base64 (0.3.0)
|
|
79
|
-
bigdecimal (4.
|
|
79
|
+
bigdecimal (4.1.2)
|
|
80
80
|
builder (3.3.0)
|
|
81
|
-
concurrent-ruby (1.3.
|
|
81
|
+
concurrent-ruby (1.3.8)
|
|
82
82
|
connection_pool (3.0.2)
|
|
83
|
-
crass (1.0.
|
|
83
|
+
crass (1.0.7)
|
|
84
84
|
date (3.5.1)
|
|
85
85
|
diff-lcs (1.6.2)
|
|
86
|
-
docile (1.4.1)
|
|
87
86
|
drb (2.2.3)
|
|
88
|
-
erb (6.0.
|
|
87
|
+
erb (6.0.6)
|
|
89
88
|
erubi (1.13.1)
|
|
90
|
-
globalid (1.
|
|
89
|
+
globalid (1.4.0)
|
|
91
90
|
activesupport (>= 6.1)
|
|
92
|
-
i18n (1.
|
|
91
|
+
i18n (1.15.2)
|
|
93
92
|
concurrent-ruby (~> 1.0)
|
|
94
93
|
io-console (0.8.2)
|
|
95
|
-
irb (1.
|
|
94
|
+
irb (1.18.0)
|
|
96
95
|
pp (>= 0.6.0)
|
|
97
96
|
prism (>= 1.3.0)
|
|
98
97
|
rdoc (>= 4.0.0)
|
|
99
98
|
reline (>= 0.4.2)
|
|
100
|
-
json (2.
|
|
99
|
+
json (2.21.2)
|
|
101
100
|
logger (1.7.0)
|
|
102
|
-
loofah (2.25.
|
|
101
|
+
loofah (2.25.2)
|
|
103
102
|
crass (~> 1.0.2)
|
|
104
103
|
nokogiri (>= 1.12.0)
|
|
105
104
|
mail (2.9.0)
|
|
@@ -108,12 +107,12 @@ GEM
|
|
|
108
107
|
net-imap
|
|
109
108
|
net-pop
|
|
110
109
|
net-smtp
|
|
111
|
-
marcel (1.1
|
|
110
|
+
marcel (1.2.1)
|
|
112
111
|
mini_mime (1.1.5)
|
|
113
|
-
minitest (6.0.
|
|
112
|
+
minitest (6.0.6)
|
|
114
113
|
drb (~> 2.0)
|
|
115
114
|
prism (~> 1.5)
|
|
116
|
-
net-imap (0.6.
|
|
115
|
+
net-imap (0.6.4.1)
|
|
117
116
|
date
|
|
118
117
|
net-protocol
|
|
119
118
|
net-pop (0.1.2)
|
|
@@ -123,62 +122,64 @@ GEM
|
|
|
123
122
|
net-smtp (0.5.1)
|
|
124
123
|
net-protocol
|
|
125
124
|
nio4r (2.7.5)
|
|
126
|
-
nokogiri (1.19.
|
|
125
|
+
nokogiri (1.19.4-aarch64-linux-gnu)
|
|
127
126
|
racc (~> 1.4)
|
|
128
|
-
nokogiri (1.19.
|
|
127
|
+
nokogiri (1.19.4-x86_64-linux-gnu)
|
|
129
128
|
racc (~> 1.4)
|
|
130
|
-
pp (0.6.
|
|
129
|
+
pp (0.6.4)
|
|
131
130
|
prettyprint
|
|
132
131
|
prettyprint (0.2.0)
|
|
133
132
|
prism (1.9.0)
|
|
134
|
-
|
|
135
|
-
date
|
|
136
|
-
stringio
|
|
137
|
-
puma (7.2.0)
|
|
133
|
+
puma (8.0.2)
|
|
138
134
|
nio4r (~> 2.0)
|
|
139
135
|
racc (1.8.1)
|
|
140
|
-
rack (3.2.
|
|
141
|
-
rack-session (2.1.
|
|
136
|
+
rack (3.2.6)
|
|
137
|
+
rack-session (2.1.2)
|
|
142
138
|
base64 (>= 0.1.0)
|
|
143
139
|
rack (>= 3.0.0)
|
|
144
140
|
rack-test (2.2.0)
|
|
145
141
|
rack (>= 1.3)
|
|
146
142
|
rackup (2.3.1)
|
|
147
143
|
rack (>= 3)
|
|
148
|
-
rails (8.1.3)
|
|
149
|
-
actioncable (= 8.1.3)
|
|
150
|
-
actionmailbox (= 8.1.3)
|
|
151
|
-
actionmailer (= 8.1.3)
|
|
152
|
-
actionpack (= 8.1.3)
|
|
153
|
-
actiontext (= 8.1.3)
|
|
154
|
-
actionview (= 8.1.3)
|
|
155
|
-
activejob (= 8.1.3)
|
|
156
|
-
activemodel (= 8.1.3)
|
|
157
|
-
activerecord (= 8.1.3)
|
|
158
|
-
activestorage (= 8.1.3)
|
|
159
|
-
activesupport (= 8.1.3)
|
|
144
|
+
rails (8.1.3.1)
|
|
145
|
+
actioncable (= 8.1.3.1)
|
|
146
|
+
actionmailbox (= 8.1.3.1)
|
|
147
|
+
actionmailer (= 8.1.3.1)
|
|
148
|
+
actionpack (= 8.1.3.1)
|
|
149
|
+
actiontext (= 8.1.3.1)
|
|
150
|
+
actionview (= 8.1.3.1)
|
|
151
|
+
activejob (= 8.1.3.1)
|
|
152
|
+
activemodel (= 8.1.3.1)
|
|
153
|
+
activerecord (= 8.1.3.1)
|
|
154
|
+
activestorage (= 8.1.3.1)
|
|
155
|
+
activesupport (= 8.1.3.1)
|
|
160
156
|
bundler (>= 1.15.0)
|
|
161
|
-
railties (= 8.1.3)
|
|
157
|
+
railties (= 8.1.3.1)
|
|
162
158
|
rails-dom-testing (2.3.0)
|
|
163
159
|
activesupport (>= 5.0.0)
|
|
164
160
|
minitest
|
|
165
161
|
nokogiri (>= 1.6)
|
|
166
|
-
rails-html-sanitizer (1.7.
|
|
167
|
-
loofah (~> 2.25)
|
|
162
|
+
rails-html-sanitizer (1.7.1)
|
|
163
|
+
loofah (~> 2.25, >= 2.25.2)
|
|
168
164
|
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
169
|
-
railties (8.1.3)
|
|
170
|
-
actionpack (= 8.1.3)
|
|
171
|
-
activesupport (= 8.1.3)
|
|
165
|
+
railties (8.1.3.1)
|
|
166
|
+
actionpack (= 8.1.3.1)
|
|
167
|
+
activesupport (= 8.1.3.1)
|
|
172
168
|
irb (~> 1.13)
|
|
173
169
|
rackup (>= 1.0.0)
|
|
174
170
|
rake (>= 12.2)
|
|
175
171
|
thor (~> 1.0, >= 1.2.2)
|
|
176
172
|
tsort (>= 0.2)
|
|
177
173
|
zeitwerk (~> 2.6)
|
|
178
|
-
rake (13.
|
|
179
|
-
|
|
174
|
+
rake (13.4.2)
|
|
175
|
+
rbs (4.1.1)
|
|
176
|
+
logger
|
|
177
|
+
prism (>= 1.6.0)
|
|
178
|
+
tsort
|
|
179
|
+
rdoc (8.0.0)
|
|
180
180
|
erb
|
|
181
|
-
|
|
181
|
+
prism (>= 1.6.0)
|
|
182
|
+
rbs (>= 4.0.0)
|
|
182
183
|
tsort
|
|
183
184
|
reline (0.6.3)
|
|
184
185
|
io-console (~> 0.5)
|
|
@@ -200,13 +201,8 @@ GEM
|
|
|
200
201
|
rspec-support (>= 3.13.0, < 5.0.0)
|
|
201
202
|
rspec-support (3.13.7)
|
|
202
203
|
securerandom (0.4.1)
|
|
203
|
-
simplecov (0.
|
|
204
|
-
docile (~> 1.1)
|
|
205
|
-
simplecov-html (~> 0.11)
|
|
206
|
-
simplecov_json_formatter (~> 0.1)
|
|
207
|
-
simplecov-html (0.13.2)
|
|
204
|
+
simplecov (1.0.3)
|
|
208
205
|
simplecov_json_formatter (0.1.4)
|
|
209
|
-
stringio (3.2.0)
|
|
210
206
|
thor (1.5.0)
|
|
211
207
|
timeout (0.6.1)
|
|
212
208
|
tsort (0.2.0)
|
|
@@ -214,11 +210,11 @@ GEM
|
|
|
214
210
|
concurrent-ruby (~> 1.0)
|
|
215
211
|
uri (1.1.1)
|
|
216
212
|
useragent (0.16.11)
|
|
217
|
-
websocket-driver (0.8.
|
|
213
|
+
websocket-driver (0.8.2)
|
|
218
214
|
base64
|
|
219
215
|
websocket-extensions (>= 0.1.0)
|
|
220
216
|
websocket-extensions (0.1.5)
|
|
221
|
-
zeitwerk (2.
|
|
217
|
+
zeitwerk (2.8.3)
|
|
222
218
|
|
|
223
219
|
PLATFORMS
|
|
224
220
|
aarch64-linux-gnu
|
|
@@ -232,64 +228,63 @@ DEPENDENCIES
|
|
|
232
228
|
simplecov_json_formatter
|
|
233
229
|
|
|
234
230
|
CHECKSUMS
|
|
235
|
-
action_text-trix (2.1.
|
|
236
|
-
actioncable (8.1.3) sha256=
|
|
237
|
-
actionmailbox (8.1.3) sha256=
|
|
238
|
-
actionmailer (8.1.3) sha256=
|
|
239
|
-
actionpack (8.1.3) sha256=
|
|
240
|
-
actiontext (8.1.3) sha256=
|
|
241
|
-
actionview (8.1.3) sha256=
|
|
242
|
-
activejob (8.1.3) sha256=
|
|
243
|
-
activemodel (8.1.3) sha256=
|
|
244
|
-
activerecord (8.1.3) sha256=
|
|
245
|
-
activestorage (8.1.3) sha256=
|
|
246
|
-
activesupport (8.1.3) sha256=
|
|
231
|
+
action_text-trix (2.1.18) sha256=3fdb83f8bff4145d098be283cdd47ac41caf5110bfa6df4695ed7127d7fb3642
|
|
232
|
+
actioncable (8.1.3.1) sha256=e318528295c878a3efdfe25f0f2267c80cb7a76eba41bb5f64d44aa380a3d91b
|
|
233
|
+
actionmailbox (8.1.3.1) sha256=5f704972097d843ade8e435e93694a1dac732b926df1717aceba1f3840082b1c
|
|
234
|
+
actionmailer (8.1.3.1) sha256=88ea441b28ff02a0c6c006468892642a3d9942affce9d294e81a74504aa5c43c
|
|
235
|
+
actionpack (8.1.3.1) sha256=974cb7154548e81f470b1b0f247b99cb38e87825899dca58610596e2817723d0
|
|
236
|
+
actiontext (8.1.3.1) sha256=5da729d833d1a29cddb1eee938878e55e503d2613e00e735f5daf58c2ba98af2
|
|
237
|
+
actionview (8.1.3.1) sha256=2da68b8414c47b43bfbed1ce69c5afe1c04f78c267aacb5660a4cab5ca12cfb6
|
|
238
|
+
activejob (8.1.3.1) sha256=1c8dd275df930df40deecffec63d913a550a33fd94bd298f69721dd96939954a
|
|
239
|
+
activemodel (8.1.3.1) sha256=99cc02ce2faec371d14440949d85787ebd23a907c9baef0a9d4bcd4d21888f88
|
|
240
|
+
activerecord (8.1.3.1) sha256=0a2fb6c28f4938f6b013a3a549bec0a7e37d535f3dc8990e804bcc3258c0403b
|
|
241
|
+
activestorage (8.1.3.1) sha256=f555254f387b1cffa499d2fd3115d12635eadc5b15206a8534316a67036163ef
|
|
242
|
+
activesupport (8.1.3.1) sha256=85458765f25ea48b9019c46b6bb3fa5683197bf4280d9f06710a6e8d7a831376
|
|
247
243
|
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
248
|
-
bigdecimal (4.
|
|
244
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
249
245
|
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
250
|
-
concurrent-ruby (1.3.
|
|
246
|
+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
251
247
|
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
252
|
-
crass (1.0.
|
|
248
|
+
crass (1.0.7) sha256=94868719948664c89ddcaf0a37c65048413dfcb1c869470a5f7a7ceb5390b295
|
|
253
249
|
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
254
250
|
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
255
|
-
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
256
251
|
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
257
|
-
erb (6.0.
|
|
252
|
+
erb (6.0.6) sha256=a9b24986700f5bf127c4f297c5403c3ca41b83b0a316c0cd09a096b56e644ae5
|
|
258
253
|
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
259
|
-
globalid (1.
|
|
260
|
-
i18n (1.
|
|
254
|
+
globalid (1.4.0) sha256=037f12fbf1d9d7a014d501c2d5c77356fd4ddd96d7a7991d6700bba96706f427
|
|
255
|
+
i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5
|
|
261
256
|
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
262
|
-
irb (1.
|
|
263
|
-
json (2.
|
|
257
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
258
|
+
json (2.21.2) sha256=1f1d3b7cf2b3ba1a69beca0bb6db13d5438b80bff3cd54cdaaa620b9b07c1c6a
|
|
264
259
|
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
265
|
-
loofah (2.25.
|
|
260
|
+
loofah (2.25.2) sha256=2007f746959ac65552456e04b433e83deb22759ab38c838b4445c70e43425918
|
|
266
261
|
mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
|
|
267
|
-
marcel (1.1
|
|
262
|
+
marcel (1.2.1) sha256=1678e9360e32f9eafa917c80029e2f6d10b2715c66a4b87b6d0da9b9cd1f859f
|
|
268
263
|
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
|
|
269
|
-
minitest (6.0.
|
|
270
|
-
net-imap (0.6.
|
|
264
|
+
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
|
|
265
|
+
net-imap (0.6.4.1) sha256=29f0360d75a7efd3539f16ac1957dea5c0a51ddeceb348db4553c3120914ea0d
|
|
271
266
|
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
|
|
272
267
|
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
|
|
273
268
|
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
|
|
274
269
|
nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
|
|
275
|
-
nokogiri (1.19.
|
|
276
|
-
nokogiri (1.19.
|
|
277
|
-
pp (0.6.
|
|
270
|
+
nokogiri (1.19.4-aarch64-linux-gnu) sha256=1269fb644a6de405057a53dd5c762b1209b43ca7424f839454d3dbc677c31a8f
|
|
271
|
+
nokogiri (1.19.4-x86_64-linux-gnu) sha256=379fae440b28915e3f19d752ce2dcf8465ed2b2fbefd2a7ca0dd497bc981a06a
|
|
272
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
278
273
|
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
279
274
|
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
280
|
-
|
|
281
|
-
puma (7.2.0) sha256=bf8ef4ab514a4e6d4554cb4326b2004eba5036ae05cf765cfe51aba9706a72a8
|
|
275
|
+
puma (8.0.2) sha256=c8ed871dfbbe66448ea9ffd46692342d9804d4071522b52b5331b7b6e7b686fb
|
|
282
276
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
283
|
-
rack (3.2.
|
|
284
|
-
rack-session (2.1.
|
|
277
|
+
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
|
|
278
|
+
rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8
|
|
285
279
|
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
|
|
286
280
|
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
|
|
287
|
-
rails (8.1.3) sha256=
|
|
281
|
+
rails (8.1.3.1) sha256=ccd11a36bfc171bf9c66d585d14c0ece91c0c9dde840aae60c0118d6f5c9c52a
|
|
288
282
|
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
|
|
289
|
-
rails-html-sanitizer (1.7.
|
|
290
|
-
railties (8.1.3) sha256=
|
|
291
|
-
rake (13.
|
|
292
|
-
|
|
283
|
+
rails-html-sanitizer (1.7.1) sha256=e797a7c9b01e567307e317c576b49ab4168017e63eea4dba9ce3cb587e2f22c2
|
|
284
|
+
railties (8.1.3.1) sha256=2388a232579a00cefea4487de66c8553c3408c1300abdc6cf1799d86ffb04487
|
|
285
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
286
|
+
rbs (4.1.1) sha256=1bf118f2f95d1cd3956357645d495152b661e0257e57781d18ceecd461622b9e
|
|
287
|
+
rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
|
|
293
288
|
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
294
289
|
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
295
290
|
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
@@ -297,19 +292,17 @@ CHECKSUMS
|
|
|
297
292
|
rspec-rails (8.0.4) sha256=06235692fc0892683d3d34977e081db867434b3a24ae0dd0c6f3516bad4e22df
|
|
298
293
|
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
299
294
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
300
|
-
simplecov (0.
|
|
301
|
-
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
295
|
+
simplecov (1.0.3) sha256=38ef0514f16ae7562f0d0f4df02610071115103d301b6de7dacbcc000082e39b
|
|
302
296
|
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
303
|
-
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
304
297
|
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
305
298
|
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
|
|
306
299
|
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
307
300
|
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
308
301
|
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
309
302
|
useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
|
|
310
|
-
websocket-driver (0.8.
|
|
303
|
+
websocket-driver (0.8.2) sha256=97c556b019bf3410b4961002ac501621e9322d3f8a7bc02161a09301cc4c4146
|
|
311
304
|
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
|
|
312
|
-
zeitwerk (2.
|
|
305
|
+
zeitwerk (2.8.3) sha256=2c85125a8467ce069e20123d1e709a08955c9d29c118c25b46b7b7fafdbb92e5
|
|
313
306
|
|
|
314
307
|
BUNDLED WITH
|
|
315
308
|
4.0.3
|
data/my_api_client.gemspec
CHANGED
|
@@ -22,7 +22,7 @@ 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 = '>= 3.
|
|
25
|
+
spec.required_ruby_version = '>= 3.3.0'
|
|
26
26
|
|
|
27
27
|
spec.add_dependency 'activesupport', '>= 7.2.0'
|
|
28
28
|
spec.add_dependency 'faraday', '>= 0.17.1'
|
|
@@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
|
|
|
39
39
|
spec.add_development_dependency 'rubocop-rake'
|
|
40
40
|
spec.add_development_dependency 'rubocop-rspec'
|
|
41
41
|
spec.add_development_dependency 'rubocop-rspec_rails'
|
|
42
|
-
spec.add_development_dependency 'simplecov', '0.
|
|
42
|
+
spec.add_development_dependency 'simplecov', '1.0.3'
|
|
43
43
|
spec.add_development_dependency 'webmock'
|
|
44
44
|
spec.add_development_dependency 'yard'
|
|
45
45
|
spec.metadata = {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# docker run -d -p 80:80 -p 443:443 --name my-app -e RAILS_MASTER_KEY=<value from config/master.key> my-app
|
|
6
6
|
|
|
7
7
|
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
|
|
8
|
-
ARG RUBY_VERSION=3.
|
|
8
|
+
ARG RUBY_VERSION=3.3.12
|
|
9
9
|
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
|
|
10
10
|
|
|
11
11
|
# Rails app lives here
|