strongmind-platform-sdk 3.21.4 → 3.21.5

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +141 -162
  3. data/lib/platform_sdk/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4274d526457d59047168655d57e9b4b012ced1313ad6b9725b0096f51729f326
4
- data.tar.gz: c207a8ffa479b361f5ff9b6e2823082cbbc589e1af37fe8bc21aa2672c500191
3
+ metadata.gz: '078bcdb7d09535910b7f0b472f17f5e511365bcb433a4b6765a5a6a6557659a7'
4
+ data.tar.gz: d461ec9cda908ca6fb0df23cd34be015448142f3e050530155c44ad94a501abd
5
5
  SHA512:
6
- metadata.gz: 1ceea9e6f2d8bfc786dcafda09557ca8377b5c074387d4241ba1369e92cfff67060b0258528645681c47537cb2e64004ae10318854fad009ddfafe210220032e
7
- data.tar.gz: af1a9d84f3881f71341c1bacb244f04ee5470fc9dc9672d9e09c734c68234b3f257d75cb0c595d396d323807b77c3b818288b7e8e7812f985175e4ce41ba7a22
6
+ metadata.gz: dd6404727b24f9f0a0031d9a3d9a977ed24fea04386bc9d0742819ee54399c066d1fe1839c305038d2626350a868b2b5bc18f8cef3c0f72cfb2f9c550d7c795e
7
+ data.tar.gz: 1cc1e0aa11063dd45f4e826ad132216e6dc316073afcb83af13073dabd68f668e8c65d78e809e7c9cf44524be68f2453aee082595bf27c45a30f4476bcfba6f6
data/Gemfile.lock CHANGED
@@ -21,77 +21,80 @@ PATH
21
21
  GEM
22
22
  remote: https://rubygems.org/
23
23
  specs:
24
- actioncable (7.2.2)
25
- actionpack (= 7.2.2)
26
- activesupport (= 7.2.2)
24
+ actioncable (7.1.3.4)
25
+ actionpack (= 7.1.3.4)
26
+ activesupport (= 7.1.3.4)
27
27
  nio4r (~> 2.0)
28
28
  websocket-driver (>= 0.6.1)
29
29
  zeitwerk (~> 2.6)
30
- actionmailbox (7.2.2)
31
- actionpack (= 7.2.2)
32
- activejob (= 7.2.2)
33
- activerecord (= 7.2.2)
34
- activestorage (= 7.2.2)
35
- activesupport (= 7.2.2)
36
- mail (>= 2.8.0)
37
- actionmailer (7.2.2)
38
- actionpack (= 7.2.2)
39
- actionview (= 7.2.2)
40
- activejob (= 7.2.2)
41
- activesupport (= 7.2.2)
42
- mail (>= 2.8.0)
30
+ actionmailbox (7.1.3.4)
31
+ actionpack (= 7.1.3.4)
32
+ activejob (= 7.1.3.4)
33
+ activerecord (= 7.1.3.4)
34
+ activestorage (= 7.1.3.4)
35
+ activesupport (= 7.1.3.4)
36
+ mail (>= 2.7.1)
37
+ net-imap
38
+ net-pop
39
+ net-smtp
40
+ actionmailer (7.1.3.4)
41
+ actionpack (= 7.1.3.4)
42
+ actionview (= 7.1.3.4)
43
+ activejob (= 7.1.3.4)
44
+ activesupport (= 7.1.3.4)
45
+ mail (~> 2.5, >= 2.5.4)
46
+ net-imap
47
+ net-pop
48
+ net-smtp
43
49
  rails-dom-testing (~> 2.2)
44
- actionpack (7.2.2)
45
- actionview (= 7.2.2)
46
- activesupport (= 7.2.2)
50
+ actionpack (7.1.3.4)
51
+ actionview (= 7.1.3.4)
52
+ activesupport (= 7.1.3.4)
47
53
  nokogiri (>= 1.8.5)
48
54
  racc
49
- rack (>= 2.2.4, < 3.2)
55
+ rack (>= 2.2.4)
50
56
  rack-session (>= 1.0.1)
51
57
  rack-test (>= 0.6.3)
52
58
  rails-dom-testing (~> 2.2)
53
59
  rails-html-sanitizer (~> 1.6)
54
- useragent (~> 0.16)
55
- actiontext (7.2.2)
56
- actionpack (= 7.2.2)
57
- activerecord (= 7.2.2)
58
- activestorage (= 7.2.2)
59
- activesupport (= 7.2.2)
60
+ actiontext (7.1.3.4)
61
+ actionpack (= 7.1.3.4)
62
+ activerecord (= 7.1.3.4)
63
+ activestorage (= 7.1.3.4)
64
+ activesupport (= 7.1.3.4)
60
65
  globalid (>= 0.6.0)
61
66
  nokogiri (>= 1.8.5)
62
- actionview (7.2.2)
63
- activesupport (= 7.2.2)
67
+ actionview (7.1.3.4)
68
+ activesupport (= 7.1.3.4)
64
69
  builder (~> 3.1)
65
70
  erubi (~> 1.11)
66
71
  rails-dom-testing (~> 2.2)
67
72
  rails-html-sanitizer (~> 1.6)
68
- activejob (7.2.2)
69
- activesupport (= 7.2.2)
73
+ activejob (7.1.3.4)
74
+ activesupport (= 7.1.3.4)
70
75
  globalid (>= 0.3.6)
71
- activemodel (7.2.2)
72
- activesupport (= 7.2.2)
73
- activerecord (7.2.2)
74
- activemodel (= 7.2.2)
75
- activesupport (= 7.2.2)
76
+ activemodel (7.1.3.4)
77
+ activesupport (= 7.1.3.4)
78
+ activerecord (7.1.3.4)
79
+ activemodel (= 7.1.3.4)
80
+ activesupport (= 7.1.3.4)
76
81
  timeout (>= 0.4.0)
77
- activestorage (7.2.2)
78
- actionpack (= 7.2.2)
79
- activejob (= 7.2.2)
80
- activerecord (= 7.2.2)
81
- activesupport (= 7.2.2)
82
+ activestorage (7.1.3.4)
83
+ actionpack (= 7.1.3.4)
84
+ activejob (= 7.1.3.4)
85
+ activerecord (= 7.1.3.4)
86
+ activesupport (= 7.1.3.4)
82
87
  marcel (~> 1.0)
83
- activesupport (7.2.2)
88
+ activesupport (7.1.3.4)
84
89
  base64
85
- benchmark (>= 0.3)
86
90
  bigdecimal
87
- concurrent-ruby (~> 1.0, >= 1.3.1)
91
+ concurrent-ruby (~> 1.0, >= 1.0.2)
88
92
  connection_pool (>= 2.2.5)
89
93
  drb
90
94
  i18n (>= 1.6, < 2)
91
- logger (>= 1.4.2)
92
95
  minitest (>= 5.1)
93
- securerandom (>= 0.3)
94
- tzinfo (~> 2.0, >= 2.0.5)
96
+ mutex_m
97
+ tzinfo (~> 2.0)
95
98
  addressable (2.8.7)
96
99
  public_suffix (>= 2.0.2, < 7.0)
97
100
  asset_sync (2.19.2)
@@ -101,68 +104,59 @@ GEM
101
104
  unf
102
105
  ast (2.4.2)
103
106
  aws-eventstream (1.3.0)
104
- aws-partitions (1.1013.0)
105
- aws-sdk-cloudwatch (1.107.0)
106
- aws-sdk-core (~> 3, >= 3.210.0)
107
+ aws-partitions (1.977.0)
108
+ aws-sdk-cloudwatch (1.100.0)
109
+ aws-sdk-core (~> 3, >= 3.205.0)
107
110
  aws-sigv4 (~> 1.5)
108
- aws-sdk-core (3.214.0)
111
+ aws-sdk-core (3.206.0)
109
112
  aws-eventstream (~> 1, >= 1.3.0)
110
- aws-partitions (~> 1, >= 1.992.0)
113
+ aws-partitions (~> 1, >= 1.651.0)
111
114
  aws-sigv4 (~> 1.9)
112
115
  jmespath (~> 1, >= 1.6.1)
113
- aws-sdk-secretsmanager (1.110.0)
114
- aws-sdk-core (~> 3, >= 3.210.0)
116
+ aws-sdk-secretsmanager (1.105.0)
117
+ aws-sdk-core (~> 3, >= 3.205.0)
115
118
  aws-sigv4 (~> 1.5)
116
- aws-sigv4 (1.10.1)
119
+ aws-sigv4 (1.10.0)
117
120
  aws-eventstream (~> 1, >= 1.0.2)
118
121
  base64 (0.2.0)
119
- benchmark (0.4.0)
120
122
  bigdecimal (3.1.8)
121
123
  builder (3.3.0)
122
124
  coderay (1.1.3)
123
- concurrent-ruby (1.3.4)
125
+ concurrent-ruby (1.3.3)
124
126
  connection_pool (2.4.1)
125
127
  crack (1.0.0)
126
128
  bigdecimal
127
129
  rexml
128
130
  crass (1.0.6)
129
- date (3.4.0)
131
+ date (3.3.4)
130
132
  diff-lcs (1.5.1)
131
133
  drb (2.2.1)
132
134
  erubi (1.13.0)
133
135
  ethon (0.16.0)
134
136
  ffi (>= 1.15.0)
135
- excon (1.2.1)
136
- factory_bot (6.5.0)
137
+ excon (0.111.0)
138
+ factory_bot (6.4.6)
137
139
  activesupport (>= 5.0.0)
138
- faker (3.5.1)
140
+ faker (3.4.2)
139
141
  i18n (>= 1.8.11, < 2)
140
- faraday (2.12.1)
141
- faraday-net_http (>= 2.0, < 3.5)
142
- json
142
+ faraday (2.10.0)
143
+ faraday-net_http (>= 2.0, < 3.2)
143
144
  logger
144
- faraday-net_http (3.4.0)
145
- net-http (>= 0.5.0)
145
+ faraday-net_http (3.1.1)
146
+ net-http
146
147
  faraday-retry (2.2.1)
147
148
  faraday (~> 2.0)
148
- ffi (1.17.0-aarch64-linux-gnu)
149
- ffi (1.17.0-aarch64-linux-musl)
150
- ffi (1.17.0-arm-linux-gnu)
151
- ffi (1.17.0-arm-linux-musl)
152
- ffi (1.17.0-arm64-darwin)
153
- ffi (1.17.0-x86-linux-gnu)
154
- ffi (1.17.0-x86-linux-musl)
149
+ ffi (1.17.0)
155
150
  ffi (1.17.0-x86_64-darwin)
156
151
  ffi (1.17.0-x86_64-linux-gnu)
157
- ffi (1.17.0-x86_64-linux-musl)
158
- fog-aws (3.29.0)
152
+ fog-aws (3.27.0)
159
153
  base64 (~> 0.2.0)
160
- fog-core (~> 2.6)
154
+ fog-core (~> 2.1)
161
155
  fog-json (~> 1.1)
162
156
  fog-xml (~> 0.1)
163
- fog-core (2.6.0)
157
+ fog-core (2.5.0)
164
158
  builder
165
- excon (~> 1.0)
159
+ excon (~> 0.71)
166
160
  formatador (>= 0.2, < 2.0)
167
161
  mime-types
168
162
  fog-json (1.2.0)
@@ -174,21 +168,21 @@ GEM
174
168
  formatador (1.1.0)
175
169
  globalid (1.2.1)
176
170
  activesupport (>= 6.1)
177
- hashdiff (1.1.2)
178
- i18n (1.14.6)
171
+ hashdiff (1.1.0)
172
+ i18n (1.14.5)
179
173
  concurrent-ruby (~> 1.0)
180
174
  io-console (0.7.2)
181
- irb (1.14.1)
175
+ irb (1.14.0)
182
176
  rdoc (>= 4.0.0)
183
177
  reline (>= 0.4.2)
184
178
  jmespath (1.6.2)
185
- json (2.8.2)
179
+ json (2.7.2)
186
180
  jwt (1.5.6)
187
181
  language_server-protocol (3.17.0.3)
188
182
  learnosity-sdk (0.2.2)
189
183
  sys-uname (>= 1.0)
190
- logger (1.6.1)
191
- loofah (2.23.1)
184
+ logger (1.6.0)
185
+ loofah (2.22.0)
192
186
  crass (~> 1.0.2)
193
187
  nokogiri (>= 1.12.0)
194
188
  mail (2.8.1)
@@ -198,16 +192,17 @@ GEM
198
192
  net-smtp
199
193
  marcel (1.0.4)
200
194
  method_source (1.1.0)
201
- mime-types (3.6.0)
202
- logger
195
+ mime-types (3.5.2)
203
196
  mime-types-data (~> 3.2015)
204
- mime-types-data (3.2024.1105)
197
+ mime-types-data (3.2024.0903)
205
198
  mini_mime (1.1.5)
206
- minitest (5.25.2)
199
+ mini_portile2 (2.8.7)
200
+ minitest (5.24.1)
207
201
  multi_json (1.15.0)
208
- net-http (0.5.0)
202
+ mutex_m (0.2.0)
203
+ net-http (0.4.1)
209
204
  uri
210
- net-imap (0.5.1)
205
+ net-imap (0.4.16)
211
206
  date
212
207
  net-protocol
213
208
  net-pop (0.1.2)
@@ -216,51 +211,47 @@ GEM
216
211
  timeout
217
212
  net-smtp (0.5.0)
218
213
  net-protocol
219
- nio4r (2.7.4)
220
- nokogiri (1.16.7-aarch64-linux)
221
- racc (~> 1.4)
222
- nokogiri (1.16.7-arm-linux)
223
- racc (~> 1.4)
224
- nokogiri (1.16.7-arm64-darwin)
225
- racc (~> 1.4)
226
- nokogiri (1.16.7-x86-linux)
214
+ nio4r (2.7.3)
215
+ nokogiri (1.16.7)
216
+ mini_portile2 (~> 2.8.2)
227
217
  racc (~> 1.4)
228
218
  nokogiri (1.16.7-x86_64-darwin)
229
219
  racc (~> 1.4)
230
220
  nokogiri (1.16.7-x86_64-linux)
231
221
  racc (~> 1.4)
232
- parallel (1.26.3)
233
- parser (3.3.6.0)
222
+ parallel (1.25.1)
223
+ parser (3.3.4.0)
234
224
  ast (~> 2.4.1)
235
225
  racc
236
226
  pry (0.14.2)
237
227
  coderay (~> 1.1)
238
228
  method_source (~> 1.0)
239
- psych (5.2.0)
229
+ psych (5.1.2)
240
230
  stringio
241
231
  public_suffix (6.0.1)
242
232
  racc (1.8.1)
243
- rack (3.1.8)
233
+ rack (3.1.7)
244
234
  rack-session (2.0.0)
245
235
  rack (>= 3.0.0)
246
236
  rack-test (2.1.0)
247
237
  rack (>= 1.3)
248
- rackup (2.2.1)
238
+ rackup (2.1.0)
249
239
  rack (>= 3)
250
- rails (7.2.2)
251
- actioncable (= 7.2.2)
252
- actionmailbox (= 7.2.2)
253
- actionmailer (= 7.2.2)
254
- actionpack (= 7.2.2)
255
- actiontext (= 7.2.2)
256
- actionview (= 7.2.2)
257
- activejob (= 7.2.2)
258
- activemodel (= 7.2.2)
259
- activerecord (= 7.2.2)
260
- activestorage (= 7.2.2)
261
- activesupport (= 7.2.2)
240
+ webrick (~> 1.8)
241
+ rails (7.1.3.4)
242
+ actioncable (= 7.1.3.4)
243
+ actionmailbox (= 7.1.3.4)
244
+ actionmailer (= 7.1.3.4)
245
+ actionpack (= 7.1.3.4)
246
+ actiontext (= 7.1.3.4)
247
+ actionview (= 7.1.3.4)
248
+ activejob (= 7.1.3.4)
249
+ activemodel (= 7.1.3.4)
250
+ activerecord (= 7.1.3.4)
251
+ activestorage (= 7.1.3.4)
252
+ activesupport (= 7.1.3.4)
262
253
  bundler (>= 1.15.0)
263
- railties (= 7.2.2)
254
+ railties (= 7.1.3.4)
264
255
  rails-dom-testing (2.2.0)
265
256
  activesupport (>= 5.0.0)
266
257
  minitest
@@ -268,37 +259,38 @@ GEM
268
259
  rails-html-sanitizer (1.6.0)
269
260
  loofah (~> 2.21)
270
261
  nokogiri (~> 1.14)
271
- railties (7.2.2)
272
- actionpack (= 7.2.2)
273
- activesupport (= 7.2.2)
274
- irb (~> 1.13)
262
+ railties (7.1.3.4)
263
+ actionpack (= 7.1.3.4)
264
+ activesupport (= 7.1.3.4)
265
+ irb
275
266
  rackup (>= 1.0.0)
276
267
  rake (>= 12.2)
277
268
  thor (~> 1.0, >= 1.2.2)
278
269
  zeitwerk (~> 2.6)
279
270
  rainbow (3.1.1)
280
271
  rake (13.2.1)
281
- rdoc (6.8.1)
272
+ rdoc (6.7.0)
282
273
  psych (>= 4.0.0)
283
274
  redis-client (0.22.2)
284
275
  connection_pool
285
276
  regexp_parser (2.9.2)
286
- reline (0.5.11)
277
+ reline (0.5.9)
287
278
  io-console (~> 0.5)
288
- rexml (3.3.9)
279
+ rexml (3.3.2)
280
+ strscan
289
281
  rspec (3.13.0)
290
282
  rspec-core (~> 3.13.0)
291
283
  rspec-expectations (~> 3.13.0)
292
284
  rspec-mocks (~> 3.13.0)
293
- rspec-core (3.13.2)
285
+ rspec-core (3.13.0)
294
286
  rspec-support (~> 3.13.0)
295
- rspec-expectations (3.13.3)
287
+ rspec-expectations (3.13.1)
296
288
  diff-lcs (>= 1.2.0, < 2.0)
297
289
  rspec-support (~> 3.13.0)
298
- rspec-mocks (3.13.2)
290
+ rspec-mocks (3.13.1)
299
291
  diff-lcs (>= 1.2.0, < 2.0)
300
292
  rspec-support (~> 3.13.0)
301
- rspec-rails (6.1.5)
293
+ rspec-rails (6.1.3)
302
294
  actionpack (>= 6.1)
303
295
  activesupport (>= 6.1)
304
296
  railties (>= 6.1)
@@ -307,80 +299,67 @@ GEM
307
299
  rspec-mocks (~> 3.13)
308
300
  rspec-support (~> 3.13)
309
301
  rspec-support (3.13.1)
310
- rubocop (1.69.0)
302
+ rubocop (1.65.0)
311
303
  json (~> 2.3)
312
304
  language_server-protocol (>= 3.17.0)
313
305
  parallel (~> 1.10)
314
306
  parser (>= 3.3.0.2)
315
307
  rainbow (>= 2.2.2, < 4.0)
316
308
  regexp_parser (>= 2.4, < 3.0)
317
- rubocop-ast (>= 1.36.1, < 2.0)
309
+ rexml (>= 3.2.5, < 4.0)
310
+ rubocop-ast (>= 1.31.1, < 2.0)
318
311
  ruby-progressbar (~> 1.7)
319
- unicode-display_width (>= 2.4.0, < 4.0)
320
- rubocop-ast (1.36.1)
312
+ unicode-display_width (>= 2.4.0, < 3.0)
313
+ rubocop-ast (1.31.3)
321
314
  parser (>= 3.3.1.0)
322
315
  ruby-progressbar (1.13.0)
323
- securerandom (0.3.2)
324
- sentry-ruby (5.21.0)
316
+ sentry-ruby (5.18.2)
325
317
  bigdecimal
326
318
  concurrent-ruby (~> 1.0, >= 1.0.2)
327
- sidekiq (7.3.6)
319
+ sidekiq (7.3.2)
320
+ concurrent-ruby (< 2)
328
321
  connection_pool (>= 2.3.0)
329
322
  logger
330
323
  rack (>= 2.2.4)
331
324
  redis-client (>= 0.22.2)
332
- sqlite3 (1.7.3-aarch64-linux)
333
- sqlite3 (1.7.3-arm-linux)
334
- sqlite3 (1.7.3-arm64-darwin)
335
- sqlite3 (1.7.3-x86-linux)
325
+ sqlite3 (1.7.3)
326
+ mini_portile2 (~> 2.8.0)
336
327
  sqlite3 (1.7.3-x86_64-darwin)
337
328
  sqlite3 (1.7.3-x86_64-linux)
338
- stringio (3.1.2)
329
+ stringio (3.1.1)
339
330
  strongmind-oneroster-client (2.0.3)
340
331
  json (~> 2.1, >= 2.1.0)
341
332
  typhoeus (~> 1.0, >= 1.0.1)
342
- strongmind-sidekiq-cloudwatchmetrics (2.6.6)
333
+ strongmind-sidekiq-cloudwatchmetrics (2.6.5)
343
334
  aws-sdk-cloudwatch (~> 1.6)
344
335
  sidekiq (>= 5.0, < 8.0)
345
- sys-uname (1.3.1)
336
+ strscan (3.1.0)
337
+ sys-uname (1.3.0)
346
338
  ffi (~> 1.1)
347
- thor (1.3.2)
339
+ thor (1.3.1)
348
340
  timecop (0.9.10)
349
- timeout (0.4.2)
341
+ timeout (0.4.1)
350
342
  typhoeus (1.4.1)
351
343
  ethon (>= 0.9.0)
352
344
  tzinfo (2.0.6)
353
345
  concurrent-ruby (~> 1.0)
354
346
  unf (0.2.0)
355
- unicode-display_width (3.1.2)
356
- unicode-emoji (~> 4.0, >= 4.0.4)
357
- unicode-emoji (4.0.4)
347
+ unicode-display_width (2.5.0)
358
348
  uri (1.0.2)
359
- useragent (0.16.10)
360
- webmock (3.24.0)
349
+ webmock (3.23.1)
361
350
  addressable (>= 2.8.0)
362
351
  crack (>= 0.3.2)
363
352
  hashdiff (>= 0.4.0, < 2.0.0)
353
+ webrick (1.8.1)
364
354
  websocket-driver (0.7.6)
365
355
  websocket-extensions (>= 0.1.0)
366
356
  websocket-extensions (0.1.5)
367
- zeitwerk (2.7.1)
357
+ zeitwerk (2.6.17)
368
358
 
369
359
  PLATFORMS
370
- aarch64-linux
371
- aarch64-linux-gnu
372
- aarch64-linux-musl
373
- arm-linux
374
- arm-linux-gnu
375
- arm-linux-musl
376
- arm64-darwin
377
- x86-linux
378
- x86-linux-gnu
379
- x86-linux-musl
380
- x86_64-darwin
360
+ ruby
361
+ x86_64-darwin-21
381
362
  x86_64-linux
382
- x86_64-linux-gnu
383
- x86_64-linux-musl
384
363
 
385
364
  DEPENDENCIES
386
365
  activesupport (~> 7.1, >= 7.1.3.2)
@@ -407,4 +386,4 @@ DEPENDENCIES
407
386
  webmock
408
387
 
409
388
  BUNDLED WITH
410
- 2.5.14
389
+ 2.3.16
@@ -3,7 +3,7 @@
3
3
  module PlatformSdk
4
4
  MAJOR = 3
5
5
  MINOR = 21
6
- PATCH = 4
6
+ PATCH = 5
7
7
 
8
8
  VERSION = "#{PlatformSdk::MAJOR}.#{PlatformSdk::MINOR}.#{PlatformSdk::PATCH}"
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strongmind-platform-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.21.4
4
+ version: 3.21.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platform Team