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
|
@@ -10,29 +10,29 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
actioncable (7.2.3.
|
|
14
|
-
actionpack (= 7.2.3.
|
|
15
|
-
activesupport (= 7.2.3.
|
|
13
|
+
actioncable (7.2.3.2)
|
|
14
|
+
actionpack (= 7.2.3.2)
|
|
15
|
+
activesupport (= 7.2.3.2)
|
|
16
16
|
nio4r (~> 2.0)
|
|
17
17
|
websocket-driver (>= 0.6.1)
|
|
18
18
|
zeitwerk (~> 2.6)
|
|
19
|
-
actionmailbox (7.2.3.
|
|
20
|
-
actionpack (= 7.2.3.
|
|
21
|
-
activejob (= 7.2.3.
|
|
22
|
-
activerecord (= 7.2.3.
|
|
23
|
-
activestorage (= 7.2.3.
|
|
24
|
-
activesupport (= 7.2.3.
|
|
19
|
+
actionmailbox (7.2.3.2)
|
|
20
|
+
actionpack (= 7.2.3.2)
|
|
21
|
+
activejob (= 7.2.3.2)
|
|
22
|
+
activerecord (= 7.2.3.2)
|
|
23
|
+
activestorage (= 7.2.3.2)
|
|
24
|
+
activesupport (= 7.2.3.2)
|
|
25
25
|
mail (>= 2.8.0)
|
|
26
|
-
actionmailer (7.2.3.
|
|
27
|
-
actionpack (= 7.2.3.
|
|
28
|
-
actionview (= 7.2.3.
|
|
29
|
-
activejob (= 7.2.3.
|
|
30
|
-
activesupport (= 7.2.3.
|
|
26
|
+
actionmailer (7.2.3.2)
|
|
27
|
+
actionpack (= 7.2.3.2)
|
|
28
|
+
actionview (= 7.2.3.2)
|
|
29
|
+
activejob (= 7.2.3.2)
|
|
30
|
+
activesupport (= 7.2.3.2)
|
|
31
31
|
mail (>= 2.8.0)
|
|
32
32
|
rails-dom-testing (~> 2.2)
|
|
33
|
-
actionpack (7.2.3.
|
|
34
|
-
actionview (= 7.2.3.
|
|
35
|
-
activesupport (= 7.2.3.
|
|
33
|
+
actionpack (7.2.3.2)
|
|
34
|
+
actionview (= 7.2.3.2)
|
|
35
|
+
activesupport (= 7.2.3.2)
|
|
36
36
|
cgi
|
|
37
37
|
nokogiri (>= 1.8.5)
|
|
38
38
|
racc
|
|
@@ -42,36 +42,36 @@ GEM
|
|
|
42
42
|
rails-dom-testing (~> 2.2)
|
|
43
43
|
rails-html-sanitizer (~> 1.6)
|
|
44
44
|
useragent (~> 0.16)
|
|
45
|
-
actiontext (7.2.3.
|
|
46
|
-
actionpack (= 7.2.3.
|
|
47
|
-
activerecord (= 7.2.3.
|
|
48
|
-
activestorage (= 7.2.3.
|
|
49
|
-
activesupport (= 7.2.3.
|
|
45
|
+
actiontext (7.2.3.2)
|
|
46
|
+
actionpack (= 7.2.3.2)
|
|
47
|
+
activerecord (= 7.2.3.2)
|
|
48
|
+
activestorage (= 7.2.3.2)
|
|
49
|
+
activesupport (= 7.2.3.2)
|
|
50
50
|
globalid (>= 0.6.0)
|
|
51
51
|
nokogiri (>= 1.8.5)
|
|
52
|
-
actionview (7.2.3.
|
|
53
|
-
activesupport (= 7.2.3.
|
|
52
|
+
actionview (7.2.3.2)
|
|
53
|
+
activesupport (= 7.2.3.2)
|
|
54
54
|
builder (~> 3.1)
|
|
55
55
|
cgi
|
|
56
56
|
erubi (~> 1.11)
|
|
57
57
|
rails-dom-testing (~> 2.2)
|
|
58
58
|
rails-html-sanitizer (~> 1.6)
|
|
59
|
-
activejob (7.2.3.
|
|
60
|
-
activesupport (= 7.2.3.
|
|
59
|
+
activejob (7.2.3.2)
|
|
60
|
+
activesupport (= 7.2.3.2)
|
|
61
61
|
globalid (>= 0.3.6)
|
|
62
|
-
activemodel (7.2.3.
|
|
63
|
-
activesupport (= 7.2.3.
|
|
64
|
-
activerecord (7.2.3.
|
|
65
|
-
activemodel (= 7.2.3.
|
|
66
|
-
activesupport (= 7.2.3.
|
|
62
|
+
activemodel (7.2.3.2)
|
|
63
|
+
activesupport (= 7.2.3.2)
|
|
64
|
+
activerecord (7.2.3.2)
|
|
65
|
+
activemodel (= 7.2.3.2)
|
|
66
|
+
activesupport (= 7.2.3.2)
|
|
67
67
|
timeout (>= 0.4.0)
|
|
68
|
-
activestorage (7.2.3.
|
|
69
|
-
actionpack (= 7.2.3.
|
|
70
|
-
activejob (= 7.2.3.
|
|
71
|
-
activerecord (= 7.2.3.
|
|
72
|
-
activesupport (= 7.2.3.
|
|
68
|
+
activestorage (7.2.3.2)
|
|
69
|
+
actionpack (= 7.2.3.2)
|
|
70
|
+
activejob (= 7.2.3.2)
|
|
71
|
+
activerecord (= 7.2.3.2)
|
|
72
|
+
activesupport (= 7.2.3.2)
|
|
73
73
|
marcel (~> 1.0)
|
|
74
|
-
activesupport (7.2.3.
|
|
74
|
+
activesupport (7.2.3.2)
|
|
75
75
|
base64
|
|
76
76
|
benchmark (>= 0.3)
|
|
77
77
|
bigdecimal
|
|
@@ -87,19 +87,19 @@ GEM
|
|
|
87
87
|
public_suffix (>= 2.0.2, < 8.0)
|
|
88
88
|
base64 (0.3.0)
|
|
89
89
|
benchmark (0.5.0)
|
|
90
|
-
bigdecimal (4.
|
|
90
|
+
bigdecimal (4.1.2)
|
|
91
91
|
builder (3.3.0)
|
|
92
92
|
cgi (0.5.2)
|
|
93
|
-
concurrent-ruby (1.3.
|
|
93
|
+
concurrent-ruby (1.3.8)
|
|
94
94
|
connection_pool (3.0.2)
|
|
95
|
-
crass (1.0.
|
|
95
|
+
crass (1.0.7)
|
|
96
96
|
date (3.5.1)
|
|
97
97
|
debug (1.11.1)
|
|
98
98
|
irb (~> 1.10)
|
|
99
99
|
reline (>= 0.3.8)
|
|
100
100
|
diff-lcs (1.6.2)
|
|
101
101
|
drb (2.2.3)
|
|
102
|
-
erb (6.0.
|
|
102
|
+
erb (6.0.7)
|
|
103
103
|
erubi (1.13.1)
|
|
104
104
|
faraday (2.14.3)
|
|
105
105
|
faraday-net_http (>= 2.0, < 3.5)
|
|
@@ -107,12 +107,12 @@ GEM
|
|
|
107
107
|
logger
|
|
108
108
|
faraday-net_http (3.4.4)
|
|
109
109
|
net-http (~> 0.5)
|
|
110
|
-
globalid (1.
|
|
110
|
+
globalid (1.4.0)
|
|
111
111
|
activesupport (>= 6.1)
|
|
112
|
-
i18n (1.
|
|
112
|
+
i18n (1.15.2)
|
|
113
113
|
concurrent-ruby (~> 1.0)
|
|
114
|
-
io-console (0.
|
|
115
|
-
irb (1.
|
|
114
|
+
io-console (0.9.1)
|
|
115
|
+
irb (1.18.0)
|
|
116
116
|
pp (>= 0.6.0)
|
|
117
117
|
prism (>= 1.3.0)
|
|
118
118
|
rdoc (>= 4.0.0)
|
|
@@ -121,77 +121,75 @@ GEM
|
|
|
121
121
|
jsonpath (1.1.5)
|
|
122
122
|
multi_json
|
|
123
123
|
logger (1.7.0)
|
|
124
|
-
loofah (2.25.
|
|
124
|
+
loofah (2.25.2)
|
|
125
125
|
crass (~> 1.0.2)
|
|
126
126
|
nokogiri (>= 1.12.0)
|
|
127
|
-
mail (2.
|
|
127
|
+
mail (2.9.1)
|
|
128
|
+
logger
|
|
128
129
|
mini_mime (>= 0.1.1)
|
|
129
130
|
net-imap
|
|
130
131
|
net-pop
|
|
131
132
|
net-smtp
|
|
132
|
-
marcel (1.
|
|
133
|
+
marcel (1.2.1)
|
|
133
134
|
mini_mime (1.1.5)
|
|
134
135
|
minitest (5.27.0)
|
|
135
136
|
multi_json (1.15.0)
|
|
136
137
|
net-http (0.9.1)
|
|
137
138
|
uri (>= 0.11.1)
|
|
138
|
-
net-imap (0.
|
|
139
|
+
net-imap (0.6.6)
|
|
139
140
|
date
|
|
140
141
|
net-protocol
|
|
141
142
|
net-pop (0.1.2)
|
|
142
143
|
net-protocol
|
|
143
144
|
net-protocol (0.2.2)
|
|
144
145
|
timeout
|
|
145
|
-
net-smtp (0.5.
|
|
146
|
+
net-smtp (0.5.1)
|
|
146
147
|
net-protocol
|
|
147
148
|
nio4r (2.7.5)
|
|
148
|
-
nokogiri (1.19.
|
|
149
|
+
nokogiri (1.19.4-x86_64-darwin)
|
|
149
150
|
racc (~> 1.4)
|
|
150
|
-
nokogiri (1.19.
|
|
151
|
+
nokogiri (1.19.4-x86_64-linux-gnu)
|
|
151
152
|
racc (~> 1.4)
|
|
152
|
-
pp (0.6.
|
|
153
|
+
pp (0.6.4)
|
|
153
154
|
prettyprint
|
|
154
155
|
prettyprint (0.2.0)
|
|
155
156
|
prism (1.9.0)
|
|
156
|
-
psych (5.3.1)
|
|
157
|
-
date
|
|
158
|
-
stringio
|
|
159
157
|
public_suffix (7.0.2)
|
|
160
|
-
puma (
|
|
158
|
+
puma (8.0.2)
|
|
161
159
|
nio4r (~> 2.0)
|
|
162
160
|
racc (1.8.1)
|
|
163
|
-
rack (3.2.
|
|
164
|
-
rack-session (2.1.
|
|
161
|
+
rack (3.2.6)
|
|
162
|
+
rack-session (2.1.2)
|
|
165
163
|
base64 (>= 0.1.0)
|
|
166
164
|
rack (>= 3.0.0)
|
|
167
165
|
rack-test (2.2.0)
|
|
168
166
|
rack (>= 1.3)
|
|
169
167
|
rackup (2.3.1)
|
|
170
168
|
rack (>= 3)
|
|
171
|
-
rails (7.2.3.
|
|
172
|
-
actioncable (= 7.2.3.
|
|
173
|
-
actionmailbox (= 7.2.3.
|
|
174
|
-
actionmailer (= 7.2.3.
|
|
175
|
-
actionpack (= 7.2.3.
|
|
176
|
-
actiontext (= 7.2.3.
|
|
177
|
-
actionview (= 7.2.3.
|
|
178
|
-
activejob (= 7.2.3.
|
|
179
|
-
activemodel (= 7.2.3.
|
|
180
|
-
activerecord (= 7.2.3.
|
|
181
|
-
activestorage (= 7.2.3.
|
|
182
|
-
activesupport (= 7.2.3.
|
|
169
|
+
rails (7.2.3.2)
|
|
170
|
+
actioncable (= 7.2.3.2)
|
|
171
|
+
actionmailbox (= 7.2.3.2)
|
|
172
|
+
actionmailer (= 7.2.3.2)
|
|
173
|
+
actionpack (= 7.2.3.2)
|
|
174
|
+
actiontext (= 7.2.3.2)
|
|
175
|
+
actionview (= 7.2.3.2)
|
|
176
|
+
activejob (= 7.2.3.2)
|
|
177
|
+
activemodel (= 7.2.3.2)
|
|
178
|
+
activerecord (= 7.2.3.2)
|
|
179
|
+
activestorage (= 7.2.3.2)
|
|
180
|
+
activesupport (= 7.2.3.2)
|
|
183
181
|
bundler (>= 1.15.0)
|
|
184
|
-
railties (= 7.2.3.
|
|
182
|
+
railties (= 7.2.3.2)
|
|
185
183
|
rails-dom-testing (2.3.0)
|
|
186
184
|
activesupport (>= 5.0.0)
|
|
187
185
|
minitest
|
|
188
186
|
nokogiri (>= 1.6)
|
|
189
|
-
rails-html-sanitizer (1.7.
|
|
190
|
-
loofah (~> 2.25)
|
|
187
|
+
rails-html-sanitizer (1.7.1)
|
|
188
|
+
loofah (~> 2.25, >= 2.25.2)
|
|
191
189
|
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)
|
|
192
|
-
railties (7.2.3.
|
|
193
|
-
actionpack (= 7.2.3.
|
|
194
|
-
activesupport (= 7.2.3.
|
|
190
|
+
railties (7.2.3.2)
|
|
191
|
+
actionpack (= 7.2.3.2)
|
|
192
|
+
activesupport (= 7.2.3.2)
|
|
195
193
|
cgi
|
|
196
194
|
irb (~> 1.13)
|
|
197
195
|
rackup (>= 1.0.0)
|
|
@@ -200,11 +198,16 @@ GEM
|
|
|
200
198
|
tsort (>= 0.2)
|
|
201
199
|
zeitwerk (~> 2.6)
|
|
202
200
|
rake (13.4.2)
|
|
203
|
-
|
|
201
|
+
rbs (4.1.2)
|
|
202
|
+
logger
|
|
203
|
+
prism (>= 1.6.0)
|
|
204
|
+
tsort
|
|
205
|
+
rdoc (8.0.0)
|
|
204
206
|
erb
|
|
205
|
-
|
|
207
|
+
prism (>= 1.6.0)
|
|
208
|
+
rbs (>= 4.0.0)
|
|
206
209
|
tsort
|
|
207
|
-
reline (0.
|
|
210
|
+
reline (0.7.0)
|
|
208
211
|
io-console (~> 0.5)
|
|
209
212
|
rspec-core (3.13.6)
|
|
210
213
|
rspec-support (~> 3.13.0)
|
|
@@ -229,18 +232,18 @@ GEM
|
|
|
229
232
|
securerandom (0.4.1)
|
|
230
233
|
sqlite3 (2.9.5-x86_64-darwin)
|
|
231
234
|
sqlite3 (2.9.5-x86_64-linux-gnu)
|
|
232
|
-
stringio (3.2.0)
|
|
233
235
|
thor (1.5.0)
|
|
234
|
-
timeout (0.6.
|
|
236
|
+
timeout (0.6.1)
|
|
235
237
|
tsort (0.2.0)
|
|
236
238
|
tzinfo (2.0.6)
|
|
237
239
|
concurrent-ruby (~> 1.0)
|
|
238
240
|
uri (1.1.1)
|
|
239
241
|
useragent (0.16.11)
|
|
240
|
-
websocket-driver (0.
|
|
242
|
+
websocket-driver (0.8.2)
|
|
243
|
+
base64
|
|
241
244
|
websocket-extensions (>= 0.1.0)
|
|
242
245
|
websocket-extensions (0.1.5)
|
|
243
|
-
zeitwerk (2.
|
|
246
|
+
zeitwerk (2.8.3)
|
|
244
247
|
|
|
245
248
|
PLATFORMS
|
|
246
249
|
x86_64-darwin-23
|
|
@@ -252,7 +255,7 @@ DEPENDENCIES
|
|
|
252
255
|
debug
|
|
253
256
|
my_api_client!
|
|
254
257
|
puma (>= 5.0)
|
|
255
|
-
rails (~> 7.2.
|
|
258
|
+
rails (~> 7.2.3)
|
|
256
259
|
rspec-rails
|
|
257
260
|
sqlite3 (>= 1.4)
|
|
258
261
|
tzinfo-data
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3.3.12
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
|
|
9
9
|
|
|
10
10
|
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
|
|
11
|
-
ARG RUBY_VERSION=3.
|
|
11
|
+
ARG RUBY_VERSION=3.3.12
|
|
12
12
|
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
|
|
13
13
|
|
|
14
14
|
# Rails app lives here
|
data/rails_app/rails_8.0/Gemfile
CHANGED
|
@@ -10,29 +10,29 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
actioncable (8.0.5)
|
|
14
|
-
actionpack (= 8.0.5)
|
|
15
|
-
activesupport (= 8.0.5)
|
|
13
|
+
actioncable (8.0.5.1)
|
|
14
|
+
actionpack (= 8.0.5.1)
|
|
15
|
+
activesupport (= 8.0.5.1)
|
|
16
16
|
nio4r (~> 2.0)
|
|
17
17
|
websocket-driver (>= 0.6.1)
|
|
18
18
|
zeitwerk (~> 2.6)
|
|
19
|
-
actionmailbox (8.0.5)
|
|
20
|
-
actionpack (= 8.0.5)
|
|
21
|
-
activejob (= 8.0.5)
|
|
22
|
-
activerecord (= 8.0.5)
|
|
23
|
-
activestorage (= 8.0.5)
|
|
24
|
-
activesupport (= 8.0.5)
|
|
19
|
+
actionmailbox (8.0.5.1)
|
|
20
|
+
actionpack (= 8.0.5.1)
|
|
21
|
+
activejob (= 8.0.5.1)
|
|
22
|
+
activerecord (= 8.0.5.1)
|
|
23
|
+
activestorage (= 8.0.5.1)
|
|
24
|
+
activesupport (= 8.0.5.1)
|
|
25
25
|
mail (>= 2.8.0)
|
|
26
|
-
actionmailer (8.0.5)
|
|
27
|
-
actionpack (= 8.0.5)
|
|
28
|
-
actionview (= 8.0.5)
|
|
29
|
-
activejob (= 8.0.5)
|
|
30
|
-
activesupport (= 8.0.5)
|
|
26
|
+
actionmailer (8.0.5.1)
|
|
27
|
+
actionpack (= 8.0.5.1)
|
|
28
|
+
actionview (= 8.0.5.1)
|
|
29
|
+
activejob (= 8.0.5.1)
|
|
30
|
+
activesupport (= 8.0.5.1)
|
|
31
31
|
mail (>= 2.8.0)
|
|
32
32
|
rails-dom-testing (~> 2.2)
|
|
33
|
-
actionpack (8.0.5)
|
|
34
|
-
actionview (= 8.0.5)
|
|
35
|
-
activesupport (= 8.0.5)
|
|
33
|
+
actionpack (8.0.5.1)
|
|
34
|
+
actionview (= 8.0.5.1)
|
|
35
|
+
activesupport (= 8.0.5.1)
|
|
36
36
|
nokogiri (>= 1.8.5)
|
|
37
37
|
rack (>= 2.2.4)
|
|
38
38
|
rack-session (>= 1.0.1)
|
|
@@ -40,35 +40,35 @@ GEM
|
|
|
40
40
|
rails-dom-testing (~> 2.2)
|
|
41
41
|
rails-html-sanitizer (~> 1.6)
|
|
42
42
|
useragent (~> 0.16)
|
|
43
|
-
actiontext (8.0.5)
|
|
44
|
-
actionpack (= 8.0.5)
|
|
45
|
-
activerecord (= 8.0.5)
|
|
46
|
-
activestorage (= 8.0.5)
|
|
47
|
-
activesupport (= 8.0.5)
|
|
43
|
+
actiontext (8.0.5.1)
|
|
44
|
+
actionpack (= 8.0.5.1)
|
|
45
|
+
activerecord (= 8.0.5.1)
|
|
46
|
+
activestorage (= 8.0.5.1)
|
|
47
|
+
activesupport (= 8.0.5.1)
|
|
48
48
|
globalid (>= 0.6.0)
|
|
49
49
|
nokogiri (>= 1.8.5)
|
|
50
|
-
actionview (8.0.5)
|
|
51
|
-
activesupport (= 8.0.5)
|
|
50
|
+
actionview (8.0.5.1)
|
|
51
|
+
activesupport (= 8.0.5.1)
|
|
52
52
|
builder (~> 3.1)
|
|
53
53
|
erubi (~> 1.11)
|
|
54
54
|
rails-dom-testing (~> 2.2)
|
|
55
55
|
rails-html-sanitizer (~> 1.6)
|
|
56
|
-
activejob (8.0.5)
|
|
57
|
-
activesupport (= 8.0.5)
|
|
56
|
+
activejob (8.0.5.1)
|
|
57
|
+
activesupport (= 8.0.5.1)
|
|
58
58
|
globalid (>= 0.3.6)
|
|
59
|
-
activemodel (8.0.5)
|
|
60
|
-
activesupport (= 8.0.5)
|
|
61
|
-
activerecord (8.0.5)
|
|
62
|
-
activemodel (= 8.0.5)
|
|
63
|
-
activesupport (= 8.0.5)
|
|
59
|
+
activemodel (8.0.5.1)
|
|
60
|
+
activesupport (= 8.0.5.1)
|
|
61
|
+
activerecord (8.0.5.1)
|
|
62
|
+
activemodel (= 8.0.5.1)
|
|
63
|
+
activesupport (= 8.0.5.1)
|
|
64
64
|
timeout (>= 0.4.0)
|
|
65
|
-
activestorage (8.0.5)
|
|
66
|
-
actionpack (= 8.0.5)
|
|
67
|
-
activejob (= 8.0.5)
|
|
68
|
-
activerecord (= 8.0.5)
|
|
69
|
-
activesupport (= 8.0.5)
|
|
65
|
+
activestorage (8.0.5.1)
|
|
66
|
+
actionpack (= 8.0.5.1)
|
|
67
|
+
activejob (= 8.0.5.1)
|
|
68
|
+
activerecord (= 8.0.5.1)
|
|
69
|
+
activesupport (= 8.0.5.1)
|
|
70
70
|
marcel (~> 1.0)
|
|
71
|
-
activesupport (8.0.5)
|
|
71
|
+
activesupport (8.0.5.1)
|
|
72
72
|
base64
|
|
73
73
|
benchmark (>= 0.3)
|
|
74
74
|
bigdecimal
|
|
@@ -85,19 +85,19 @@ GEM
|
|
|
85
85
|
public_suffix (>= 2.0.2, < 8.0)
|
|
86
86
|
base64 (0.3.0)
|
|
87
87
|
benchmark (0.5.0)
|
|
88
|
-
bigdecimal (4.
|
|
88
|
+
bigdecimal (4.1.2)
|
|
89
89
|
builder (3.3.0)
|
|
90
|
-
cgi (0.5.
|
|
91
|
-
concurrent-ruby (1.3.
|
|
90
|
+
cgi (0.5.2)
|
|
91
|
+
concurrent-ruby (1.3.8)
|
|
92
92
|
connection_pool (3.0.2)
|
|
93
|
-
crass (1.0.
|
|
93
|
+
crass (1.0.7)
|
|
94
94
|
date (3.5.1)
|
|
95
95
|
debug (1.11.1)
|
|
96
96
|
irb (~> 1.10)
|
|
97
97
|
reline (>= 0.3.8)
|
|
98
98
|
diff-lcs (1.6.2)
|
|
99
99
|
drb (2.2.3)
|
|
100
|
-
erb (6.0.
|
|
100
|
+
erb (6.0.6)
|
|
101
101
|
erubi (1.13.1)
|
|
102
102
|
faraday (2.14.3)
|
|
103
103
|
faraday-net_http (>= 2.0, < 3.5)
|
|
@@ -105,12 +105,12 @@ GEM
|
|
|
105
105
|
logger
|
|
106
106
|
faraday-net_http (3.4.4)
|
|
107
107
|
net-http (~> 0.5)
|
|
108
|
-
globalid (1.
|
|
108
|
+
globalid (1.4.0)
|
|
109
109
|
activesupport (>= 6.1)
|
|
110
|
-
i18n (1.
|
|
110
|
+
i18n (1.15.2)
|
|
111
111
|
concurrent-ruby (~> 1.0)
|
|
112
112
|
io-console (0.8.2)
|
|
113
|
-
irb (1.
|
|
113
|
+
irb (1.18.0)
|
|
114
114
|
pp (>= 0.6.0)
|
|
115
115
|
prism (>= 1.3.0)
|
|
116
116
|
rdoc (>= 4.0.0)
|
|
@@ -119,24 +119,24 @@ GEM
|
|
|
119
119
|
jsonpath (1.1.5)
|
|
120
120
|
multi_json
|
|
121
121
|
logger (1.7.0)
|
|
122
|
-
loofah (2.25.
|
|
122
|
+
loofah (2.25.2)
|
|
123
123
|
crass (~> 1.0.2)
|
|
124
124
|
nokogiri (>= 1.12.0)
|
|
125
|
-
mail (2.9.
|
|
125
|
+
mail (2.9.1)
|
|
126
126
|
logger
|
|
127
127
|
mini_mime (>= 0.1.1)
|
|
128
128
|
net-imap
|
|
129
129
|
net-pop
|
|
130
130
|
net-smtp
|
|
131
|
-
marcel (1.1
|
|
131
|
+
marcel (1.2.1)
|
|
132
132
|
mini_mime (1.1.5)
|
|
133
|
-
minitest (6.0.
|
|
133
|
+
minitest (6.0.6)
|
|
134
134
|
drb (~> 2.0)
|
|
135
135
|
prism (~> 1.5)
|
|
136
136
|
multi_json (1.19.1)
|
|
137
137
|
net-http (0.9.1)
|
|
138
138
|
uri (>= 0.11.1)
|
|
139
|
-
net-imap (0.6.
|
|
139
|
+
net-imap (0.6.6)
|
|
140
140
|
date
|
|
141
141
|
net-protocol
|
|
142
142
|
net-pop (0.1.2)
|
|
@@ -162,15 +162,12 @@ GEM
|
|
|
162
162
|
racc (~> 1.4)
|
|
163
163
|
nokogiri (1.19.4-x86_64-linux-musl)
|
|
164
164
|
racc (~> 1.4)
|
|
165
|
-
pp (0.6.
|
|
165
|
+
pp (0.6.4)
|
|
166
166
|
prettyprint
|
|
167
167
|
prettyprint (0.2.0)
|
|
168
168
|
prism (1.9.0)
|
|
169
|
-
psych (5.3.1)
|
|
170
|
-
date
|
|
171
|
-
stringio
|
|
172
169
|
public_suffix (7.0.5)
|
|
173
|
-
puma (
|
|
170
|
+
puma (8.0.2)
|
|
174
171
|
nio4r (~> 2.0)
|
|
175
172
|
racc (1.8.1)
|
|
176
173
|
rack (3.2.6)
|
|
@@ -181,30 +178,30 @@ GEM
|
|
|
181
178
|
rack (>= 1.3)
|
|
182
179
|
rackup (2.3.1)
|
|
183
180
|
rack (>= 3)
|
|
184
|
-
rails (8.0.5)
|
|
185
|
-
actioncable (= 8.0.5)
|
|
186
|
-
actionmailbox (= 8.0.5)
|
|
187
|
-
actionmailer (= 8.0.5)
|
|
188
|
-
actionpack (= 8.0.5)
|
|
189
|
-
actiontext (= 8.0.5)
|
|
190
|
-
actionview (= 8.0.5)
|
|
191
|
-
activejob (= 8.0.5)
|
|
192
|
-
activemodel (= 8.0.5)
|
|
193
|
-
activerecord (= 8.0.5)
|
|
194
|
-
activestorage (= 8.0.5)
|
|
195
|
-
activesupport (= 8.0.5)
|
|
181
|
+
rails (8.0.5.1)
|
|
182
|
+
actioncable (= 8.0.5.1)
|
|
183
|
+
actionmailbox (= 8.0.5.1)
|
|
184
|
+
actionmailer (= 8.0.5.1)
|
|
185
|
+
actionpack (= 8.0.5.1)
|
|
186
|
+
actiontext (= 8.0.5.1)
|
|
187
|
+
actionview (= 8.0.5.1)
|
|
188
|
+
activejob (= 8.0.5.1)
|
|
189
|
+
activemodel (= 8.0.5.1)
|
|
190
|
+
activerecord (= 8.0.5.1)
|
|
191
|
+
activestorage (= 8.0.5.1)
|
|
192
|
+
activesupport (= 8.0.5.1)
|
|
196
193
|
bundler (>= 1.15.0)
|
|
197
|
-
railties (= 8.0.5)
|
|
194
|
+
railties (= 8.0.5.1)
|
|
198
195
|
rails-dom-testing (2.3.0)
|
|
199
196
|
activesupport (>= 5.0.0)
|
|
200
197
|
minitest
|
|
201
198
|
nokogiri (>= 1.6)
|
|
202
|
-
rails-html-sanitizer (1.7.
|
|
203
|
-
loofah (~> 2.25)
|
|
199
|
+
rails-html-sanitizer (1.7.1)
|
|
200
|
+
loofah (~> 2.25, >= 2.25.2)
|
|
204
201
|
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)
|
|
205
|
-
railties (8.0.5)
|
|
206
|
-
actionpack (= 8.0.5)
|
|
207
|
-
activesupport (= 8.0.5)
|
|
202
|
+
railties (8.0.5.1)
|
|
203
|
+
actionpack (= 8.0.5.1)
|
|
204
|
+
activesupport (= 8.0.5.1)
|
|
208
205
|
irb (~> 1.13)
|
|
209
206
|
rackup (>= 1.0.0)
|
|
210
207
|
rake (>= 12.2)
|
|
@@ -212,9 +209,14 @@ GEM
|
|
|
212
209
|
tsort (>= 0.2)
|
|
213
210
|
zeitwerk (~> 2.6)
|
|
214
211
|
rake (13.4.2)
|
|
215
|
-
|
|
212
|
+
rbs (4.1.2)
|
|
213
|
+
logger
|
|
214
|
+
prism (>= 1.6.0)
|
|
215
|
+
tsort
|
|
216
|
+
rdoc (8.0.0)
|
|
216
217
|
erb
|
|
217
|
-
|
|
218
|
+
prism (>= 1.6.0)
|
|
219
|
+
rbs (>= 4.0.0)
|
|
218
220
|
tsort
|
|
219
221
|
reline (0.6.3)
|
|
220
222
|
io-console (~> 0.5)
|
|
@@ -247,7 +249,6 @@ GEM
|
|
|
247
249
|
sqlite3 (2.9.5-x86_64-darwin)
|
|
248
250
|
sqlite3 (2.9.5-x86_64-linux-gnu)
|
|
249
251
|
sqlite3 (2.9.5-x86_64-linux-musl)
|
|
250
|
-
stringio (3.2.0)
|
|
251
252
|
thor (1.5.0)
|
|
252
253
|
timeout (0.6.1)
|
|
253
254
|
tsort (0.2.0)
|
|
@@ -255,11 +256,11 @@ GEM
|
|
|
255
256
|
concurrent-ruby (~> 1.0)
|
|
256
257
|
uri (1.1.1)
|
|
257
258
|
useragent (0.16.11)
|
|
258
|
-
websocket-driver (0.8.
|
|
259
|
+
websocket-driver (0.8.2)
|
|
259
260
|
base64
|
|
260
261
|
websocket-extensions (>= 0.1.0)
|
|
261
262
|
websocket-extensions (0.1.5)
|
|
262
|
-
zeitwerk (2.
|
|
263
|
+
zeitwerk (2.8.3)
|
|
263
264
|
|
|
264
265
|
PLATFORMS
|
|
265
266
|
aarch64-linux-gnu
|
|
@@ -277,7 +278,7 @@ DEPENDENCIES
|
|
|
277
278
|
debug
|
|
278
279
|
my_api_client!
|
|
279
280
|
puma (>= 5.0)
|
|
280
|
-
rails (~> 8.0.
|
|
281
|
+
rails (~> 8.0.5)
|
|
281
282
|
rspec-rails
|
|
282
283
|
sqlite3 (>= 2.1)
|
|
283
284
|
tzinfo-data
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3.3.12
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
|
|
9
9
|
|
|
10
10
|
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
|
|
11
|
-
ARG RUBY_VERSION=3.
|
|
11
|
+
ARG RUBY_VERSION=3.3.12
|
|
12
12
|
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
|
|
13
13
|
|
|
14
14
|
# Rails app lives here
|