trusty-cms 7.2 → 8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2378bbe6b853e3290648de1a8a832b61a25303f3078f4903ac70581a031bb3a5
4
- data.tar.gz: 3e704c6349a8bf385190cc70ee6cf0021aa8c0cc575d5e033a3c1423a32e5e20
3
+ metadata.gz: 77d3850c23f30e1a9654c68e84bf5f34c3c7ebd3f0deaf5baadd91a34423eb3f
4
+ data.tar.gz: d21af2702b713670e01cd1f33ae95e8d2ea9803e1134921a8d76f90e2d75ec0d
5
5
  SHA512:
6
- metadata.gz: b4c137e5c84e08a9fc8395282986fe8a7b8b0c7c28d6e3b888b60a4e8a0c19f30d1520bc92a5580c8a3472961470e57558215ff3965546626dbb934863cd9f07
7
- data.tar.gz: 42f087dbc0e78b43ffb48ad804b891992eafafe7d8e3ee5589b2d983902eaef2590f5325bb03f1df568227e52ae4a391d7ca8000432e9be82f59710c332f34b4
6
+ metadata.gz: 4847f7ef1367b73749feead54eae6d0c7ffa76d953b6ac6dd0c29af23cdfe11b0b4c9a26e8a9018b0d0200ae30818f65cb6aba4be1bc3e41a5e4c4089ac0cd0f
7
+ data.tar.gz: bdd09ed13ebc928624962d5d44b0eb82d63694a55a9fbcd5b50584a206ae998c81f5f68353c97738cb0a1e6c84f2fe158cb222bd37f22c3798f932f6346fbc07
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-cms (7.2)
4
+ trusty-cms (8.0)
5
5
  RedCloth (= 4.3.4)
6
6
  activestorage-validator
7
7
  acts_as_list (>= 0.9.5, < 1.3.0)
@@ -20,6 +20,7 @@ PATH
20
20
  highline (>= 1.7.8, < 3.2.0)
21
21
  image_processing
22
22
  kraken-io
23
+ mini_magick (~> 5.0)
23
24
  mini_racer
24
25
  mutex_m
25
26
  mysql2
@@ -29,7 +30,7 @@ PATH
29
30
  rack (>= 2.0.1, < 3.2.0)
30
31
  rack-cache (~> 1.7)
31
32
  radius (~> 0.8)
32
- rails (>= 7.2, < 8.0)
33
+ rails (~> 8.0.0)
33
34
  rake (< 14.0)
34
35
  ransack (~> 4.2.1)
35
36
  rdoc (>= 5.1, < 9.0)
@@ -46,70 +47,67 @@ GEM
46
47
  remote: https://rubygems.org/
47
48
  specs:
48
49
  RedCloth (4.3.4)
49
- actioncable (7.2.3.2)
50
- actionpack (= 7.2.3.2)
51
- activesupport (= 7.2.3.2)
50
+ actioncable (8.0.5.1)
51
+ actionpack (= 8.0.5.1)
52
+ activesupport (= 8.0.5.1)
52
53
  nio4r (~> 2.0)
53
54
  websocket-driver (>= 0.6.1)
54
55
  zeitwerk (~> 2.6)
55
- actionmailbox (7.2.3.2)
56
- actionpack (= 7.2.3.2)
57
- activejob (= 7.2.3.2)
58
- activerecord (= 7.2.3.2)
59
- activestorage (= 7.2.3.2)
60
- activesupport (= 7.2.3.2)
56
+ actionmailbox (8.0.5.1)
57
+ actionpack (= 8.0.5.1)
58
+ activejob (= 8.0.5.1)
59
+ activerecord (= 8.0.5.1)
60
+ activestorage (= 8.0.5.1)
61
+ activesupport (= 8.0.5.1)
61
62
  mail (>= 2.8.0)
62
- actionmailer (7.2.3.2)
63
- actionpack (= 7.2.3.2)
64
- actionview (= 7.2.3.2)
65
- activejob (= 7.2.3.2)
66
- activesupport (= 7.2.3.2)
63
+ actionmailer (8.0.5.1)
64
+ actionpack (= 8.0.5.1)
65
+ actionview (= 8.0.5.1)
66
+ activejob (= 8.0.5.1)
67
+ activesupport (= 8.0.5.1)
67
68
  mail (>= 2.8.0)
68
69
  rails-dom-testing (~> 2.2)
69
- actionpack (7.2.3.2)
70
- actionview (= 7.2.3.2)
71
- activesupport (= 7.2.3.2)
72
- cgi
70
+ actionpack (8.0.5.1)
71
+ actionview (= 8.0.5.1)
72
+ activesupport (= 8.0.5.1)
73
73
  nokogiri (>= 1.8.5)
74
- racc
75
- rack (>= 2.2.4, < 3.3)
74
+ rack (>= 2.2.4)
76
75
  rack-session (>= 1.0.1)
77
76
  rack-test (>= 0.6.3)
78
77
  rails-dom-testing (~> 2.2)
79
78
  rails-html-sanitizer (~> 1.6)
80
79
  useragent (~> 0.16)
81
- actiontext (7.2.3.2)
82
- actionpack (= 7.2.3.2)
83
- activerecord (= 7.2.3.2)
84
- activestorage (= 7.2.3.2)
85
- activesupport (= 7.2.3.2)
80
+ actiontext (8.0.5.1)
81
+ actionpack (= 8.0.5.1)
82
+ activerecord (= 8.0.5.1)
83
+ activestorage (= 8.0.5.1)
84
+ activesupport (= 8.0.5.1)
86
85
  globalid (>= 0.6.0)
87
86
  nokogiri (>= 1.8.5)
88
- actionview (7.2.3.2)
89
- activesupport (= 7.2.3.2)
87
+ actionview (8.0.5.1)
88
+ activesupport (= 8.0.5.1)
90
89
  builder (~> 3.1)
91
- cgi
92
90
  erubi (~> 1.11)
93
91
  rails-dom-testing (~> 2.2)
94
92
  rails-html-sanitizer (~> 1.6)
95
- activejob (7.2.3.2)
96
- activesupport (= 7.2.3.2)
93
+ activejob (8.0.5.1)
94
+ activesupport (= 8.0.5.1)
97
95
  globalid (>= 0.3.6)
98
- activemodel (7.2.3.2)
99
- activesupport (= 7.2.3.2)
100
- activerecord (7.2.3.2)
101
- activemodel (= 7.2.3.2)
102
- activesupport (= 7.2.3.2)
96
+ activemodel (8.0.5.1)
97
+ activesupport (= 8.0.5.1)
98
+ activerecord (8.0.5.1)
99
+ activemodel (= 8.0.5.1)
100
+ activesupport (= 8.0.5.1)
103
101
  timeout (>= 0.4.0)
104
- activestorage (7.2.3.2)
105
- actionpack (= 7.2.3.2)
106
- activejob (= 7.2.3.2)
107
- activerecord (= 7.2.3.2)
108
- activesupport (= 7.2.3.2)
102
+ activestorage (8.0.5.1)
103
+ actionpack (= 8.0.5.1)
104
+ activejob (= 8.0.5.1)
105
+ activerecord (= 8.0.5.1)
106
+ activesupport (= 8.0.5.1)
109
107
  marcel (~> 1.0)
110
- activestorage-validator (0.4.0)
111
- rails (>= 6.1.0)
112
- activesupport (7.2.3.2)
108
+ activestorage-validator (0.8.0)
109
+ rails (>= 7.2.0)
110
+ activesupport (8.0.5.1)
113
111
  base64
114
112
  benchmark (>= 0.3)
115
113
  bigdecimal
@@ -118,9 +116,10 @@ GEM
118
116
  drb
119
117
  i18n (>= 1.6, < 2)
120
118
  logger (>= 1.4.2)
121
- minitest (>= 5.1, < 6)
119
+ minitest (>= 5.1)
122
120
  securerandom (>= 0.3)
123
121
  tzinfo (~> 2.0, >= 2.0.5)
122
+ uri (>= 0.13.1)
124
123
  acts_as_list (1.2.6)
125
124
  activerecord (>= 6.1)
126
125
  activesupport (>= 6.1)
@@ -144,7 +143,6 @@ GEM
144
143
  rack-test (>= 0.6.3)
145
144
  regexp_parser (>= 1.5, < 3.0)
146
145
  xpath (~> 3.2)
147
- cgi (0.5.2)
148
146
  childprocess (5.1.0)
149
147
  logger (~> 1.5)
150
148
  chunky_png (1.4.0)
@@ -158,13 +156,13 @@ GEM
158
156
  ssrf_filter (~> 1.5)
159
157
  csso-rails (0.9.0)
160
158
  execjs (>= 1)
161
- csv (3.3.0)
159
+ csv (3.3.6)
162
160
  database_cleaner (2.1.0)
163
161
  database_cleaner-active_record (>= 2, < 3)
164
- database_cleaner-active_record (2.2.0)
162
+ database_cleaner-active_record (2.2.2)
165
163
  activerecord (>= 5.a)
166
- database_cleaner-core (~> 2.0.0)
167
- database_cleaner-core (2.0.1)
164
+ database_cleaner-core (~> 2.0)
165
+ database_cleaner-core (2.1.0)
168
166
  date (3.5.1)
169
167
  delocalize (1.2.0)
170
168
  rails (>= 2)
@@ -181,32 +179,31 @@ GEM
181
179
  rotp (~> 6.0)
182
180
  diff-lcs (1.6.2)
183
181
  diffy (3.4.4)
184
- docile (1.4.1)
185
182
  drb (2.2.3)
186
183
  erb (6.0.6)
187
184
  erubi (1.13.1)
188
- execjs (2.10.0)
185
+ execjs (2.10.1)
189
186
  factory_bot (6.6.0)
190
187
  activesupport (>= 6.1.0)
191
188
  factory_bot_rails (6.5.1)
192
189
  factory_bot (~> 6.5)
193
190
  railties (>= 6.1.0)
194
- ffi (1.17.0-aarch64-linux-gnu)
195
- ffi (1.17.0-aarch64-linux-musl)
196
- ffi (1.17.0-arm-linux-gnu)
197
- ffi (1.17.0-arm-linux-musl)
198
- ffi (1.17.0-arm64-darwin)
199
- ffi (1.17.0-x86-linux-gnu)
200
- ffi (1.17.0-x86-linux-musl)
201
- ffi (1.17.0-x86_64-darwin)
202
- ffi (1.17.0-x86_64-linux-gnu)
203
- ffi (1.17.0-x86_64-linux-musl)
191
+ ffi (1.17.4-aarch64-linux-gnu)
192
+ ffi (1.17.4-aarch64-linux-musl)
193
+ ffi (1.17.4-arm-linux-gnu)
194
+ ffi (1.17.4-arm-linux-musl)
195
+ ffi (1.17.4-arm64-darwin)
196
+ ffi (1.17.4-x86-linux-gnu)
197
+ ffi (1.17.4-x86-linux-musl)
198
+ ffi (1.17.4-x86_64-darwin)
199
+ ffi (1.17.4-x86_64-linux-gnu)
200
+ ffi (1.17.4-x86_64-linux-musl)
204
201
  file_validators (3.0.0)
205
202
  activemodel (>= 3.2)
206
203
  mime-types (>= 1.0)
207
204
  globalid (1.4.0)
208
205
  activesupport (>= 6.1)
209
- haml (6.3.0)
206
+ haml (6.3.1)
210
207
  temple (>= 0.8.2)
211
208
  thor
212
209
  tilt
@@ -217,15 +214,13 @@ GEM
217
214
  railties (>= 5.1)
218
215
  highline (3.1.2)
219
216
  reline
220
- httparty (0.22.0)
217
+ httparty (0.24.2)
221
218
  csv
222
219
  mini_mime (>= 1.0.0)
223
220
  multi_xml (>= 0.5.2)
224
221
  i18n (1.15.2)
225
222
  concurrent-ruby (~> 1.0)
226
- image_processing (1.13.0)
227
- mini_magick (>= 4.9.5, < 5)
228
- ruby-vips (>= 2.0.17, < 3)
223
+ image_processing (2.0.2)
229
224
  io-console (0.8.2)
230
225
  irb (1.18.0)
231
226
  pp (>= 0.6.0)
@@ -234,7 +229,7 @@ GEM
234
229
  reline (>= 0.4.2)
235
230
  jsbundling-rails (1.3.1)
236
231
  railties (>= 6.0.0)
237
- json (2.8.1)
232
+ json (2.21.2)
238
233
  kraken-io (0.1.3)
239
234
  activesupport
240
235
  httparty
@@ -243,13 +238,13 @@ GEM
243
238
  launchy (3.0.1)
244
239
  addressable (~> 2.8)
245
240
  childprocess (~> 5.0)
246
- libv8-node (18.19.0.0)
247
- libv8-node (18.19.0.0-aarch64-linux)
248
- libv8-node (18.19.0.0-aarch64-linux-musl)
249
- libv8-node (18.19.0.0-arm64-darwin)
250
- libv8-node (18.19.0.0-x86_64-darwin)
251
- libv8-node (18.19.0.0-x86_64-linux)
252
- libv8-node (18.19.0.0-x86_64-linux-musl)
241
+ libv8-node (24.12.0.1)
242
+ libv8-node (24.12.0.1-aarch64-linux)
243
+ libv8-node (24.12.0.1-aarch64-linux-musl)
244
+ libv8-node (24.12.0.1-arm64-darwin)
245
+ libv8-node (24.12.0.1-x86_64-darwin)
246
+ libv8-node (24.12.0.1-x86_64-linux)
247
+ libv8-node (24.12.0.1-x86_64-linux-musl)
253
248
  logger (1.7.0)
254
249
  loofah (2.25.2)
255
250
  crass (~> 1.0.2)
@@ -261,23 +256,27 @@ GEM
261
256
  net-pop
262
257
  net-smtp
263
258
  marcel (1.2.1)
264
- matrix (0.4.2)
259
+ matrix (0.4.3)
265
260
  method_source (1.1.0)
266
- mime-types (3.6.0)
261
+ mime-types (3.7.0)
262
+ logger
263
+ mime-types-data (~> 3.2025, >= 3.2025.0507)
264
+ mime-types-data (3.2026.0701)
265
+ mini_magick (5.3.2)
267
266
  logger
268
- mime-types-data (~> 3.2015)
269
- mime-types-data (3.2024.1105)
270
- mini_magick (4.13.2)
271
267
  mini_mime (1.1.5)
272
268
  mini_portile2 (2.8.9)
273
- mini_racer (0.16.0)
274
- libv8-node (~> 18.19.0.0)
275
- minitest (5.27.0)
269
+ mini_racer (0.21.4)
270
+ libv8-node (~> 24.12.0.1)
271
+ minitest (6.0.6)
272
+ drb (~> 2.0)
273
+ prism (~> 1.5)
276
274
  multi_xml (0.9.1)
277
275
  bigdecimal (>= 3.1, < 5)
278
276
  multipart-post (2.4.1)
279
277
  mutex_m (0.3.0)
280
- mysql2 (0.5.6)
278
+ mysql2 (0.5.7)
279
+ bigdecimal
281
280
  net-imap (0.6.6)
282
281
  date
283
282
  net-protocol
@@ -344,20 +343,20 @@ GEM
344
343
  rackup (2.3.1)
345
344
  rack (>= 3)
346
345
  radius (0.8.0)
347
- rails (7.2.3.2)
348
- actioncable (= 7.2.3.2)
349
- actionmailbox (= 7.2.3.2)
350
- actionmailer (= 7.2.3.2)
351
- actionpack (= 7.2.3.2)
352
- actiontext (= 7.2.3.2)
353
- actionview (= 7.2.3.2)
354
- activejob (= 7.2.3.2)
355
- activemodel (= 7.2.3.2)
356
- activerecord (= 7.2.3.2)
357
- activestorage (= 7.2.3.2)
358
- activesupport (= 7.2.3.2)
346
+ rails (8.0.5.1)
347
+ actioncable (= 8.0.5.1)
348
+ actionmailbox (= 8.0.5.1)
349
+ actionmailer (= 8.0.5.1)
350
+ actionpack (= 8.0.5.1)
351
+ actiontext (= 8.0.5.1)
352
+ actionview (= 8.0.5.1)
353
+ activejob (= 8.0.5.1)
354
+ activemodel (= 8.0.5.1)
355
+ activerecord (= 8.0.5.1)
356
+ activestorage (= 8.0.5.1)
357
+ activesupport (= 8.0.5.1)
359
358
  bundler (>= 1.15.0)
360
- railties (= 7.2.3.2)
359
+ railties (= 8.0.5.1)
361
360
  rails-dom-testing (2.3.0)
362
361
  activesupport (>= 5.0.0)
363
362
  minitest
@@ -367,10 +366,9 @@ GEM
367
366
  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)
368
367
  rails-observers (0.1.5)
369
368
  activemodel (>= 4.0)
370
- railties (7.2.3.2)
371
- actionpack (= 7.2.3.2)
372
- activesupport (= 7.2.3.2)
373
- cgi
369
+ railties (8.0.5.1)
370
+ actionpack (= 8.0.5.1)
371
+ activesupport (= 8.0.5.1)
374
372
  irb (~> 1.13)
375
373
  rackup (>= 1.0.0)
376
374
  rake (>= 12.2)
@@ -382,7 +380,7 @@ GEM
382
380
  activerecord (>= 6.1.5)
383
381
  activesupport (>= 6.1.5)
384
382
  i18n
385
- rbs (4.1.0)
383
+ rbs (4.1.2)
386
384
  logger
387
385
  prism (>= 1.6.0)
388
386
  tsort
@@ -391,7 +389,7 @@ GEM
391
389
  prism (>= 1.6.0)
392
390
  rbs (>= 4.0.0)
393
391
  tsort
394
- regexp_parser (2.9.2)
392
+ regexp_parser (2.12.0)
395
393
  reline (0.6.3)
396
394
  io-console (~> 0.5)
397
395
  request_store (1.7.0)
@@ -410,12 +408,12 @@ GEM
410
408
  chunky_png (~> 1.0)
411
409
  rqrcode_core (~> 2.0)
412
410
  rqrcode_core (2.1.0)
413
- rspec-core (3.13.4)
411
+ rspec-core (3.13.6)
414
412
  rspec-support (~> 3.13.0)
415
413
  rspec-expectations (3.13.5)
416
414
  diff-lcs (>= 1.2.0, < 2.0)
417
415
  rspec-support (~> 3.13.0)
418
- rspec-mocks (3.13.5)
416
+ rspec-mocks (3.13.8)
419
417
  diff-lcs (>= 1.2.0, < 2.0)
420
418
  rspec-support (~> 3.13.0)
421
419
  rspec-rails (7.1.1)
@@ -426,12 +424,9 @@ GEM
426
424
  rspec-expectations (~> 3.13)
427
425
  rspec-mocks (~> 3.13)
428
426
  rspec-support (~> 3.13)
429
- rspec-support (3.13.4)
427
+ rspec-support (3.13.7)
430
428
  rspec_junit_formatter (0.6.0)
431
429
  rspec-core (>= 2, < 4, != 2.12.0)
432
- ruby-vips (2.2.2)
433
- ffi (~> 1.12)
434
- logger
435
430
  sass-rails (6.0.0)
436
431
  sassc-rails (~> 2.1, >= 2.1.1)
437
432
  sassc (2.4.0)
@@ -443,15 +438,11 @@ GEM
443
438
  sprockets-rails
444
439
  tilt
445
440
  securerandom (0.4.1)
446
- simplecov (0.22.0)
447
- docile (~> 1.1)
448
- simplecov-html (~> 0.11)
449
- simplecov_json_formatter (~> 0.1)
450
- simplecov-html (0.13.1)
451
- simplecov-lcov (0.8.0)
452
- simplecov_json_formatter (0.1.4)
453
- sprockets (4.2.1)
441
+ simplecov (1.0.3)
442
+ simplecov-lcov (0.9.0)
443
+ sprockets (4.2.2)
454
444
  concurrent-ruby (~> 1.0)
445
+ logger
455
446
  rack (>= 2.2.4, < 4)
456
447
  sprockets-rails (3.5.2)
457
448
  actionpack (>= 6.1)
@@ -460,9 +451,9 @@ GEM
460
451
  ssrf_filter (1.5.0)
461
452
  stringex (2.8.6)
462
453
  stringio (3.2.0)
463
- temple (0.10.3)
454
+ temple (0.10.4)
464
455
  thor (1.5.0)
465
- tilt (2.4.0)
456
+ tilt (2.8.0)
466
457
  timeout (0.6.1)
467
458
  trustygems (0.2.1)
468
459
  rake
@@ -471,7 +462,7 @@ GEM
471
462
  concurrent-ruby (~> 1.0)
472
463
  uglifier (4.2.1)
473
464
  execjs (>= 0.3.0, < 3)
474
- uri (1.0.4)
465
+ uri (1.1.1)
475
466
  useragent (0.16.11)
476
467
  warden (1.2.9)
477
468
  rack (>= 2.0.9)
@@ -482,7 +473,7 @@ GEM
482
473
  will_paginate (4.0.1)
483
474
  xpath (3.2.0)
484
475
  nokogiri (~> 1.8)
485
- zeitwerk (2.8.2)
476
+ zeitwerk (2.8.3)
486
477
 
487
478
  PLATFORMS
488
479
  aarch64-linux
@@ -17,7 +17,11 @@ end
17
17
  module TrustyCms
18
18
  class Application < Rails::Application
19
19
  include TrustyCms::Initializer
20
- config.load_defaults 7.2
20
+ config.load_defaults 8.0
21
+
22
+ # Rails 8.1 will make `to_time` always preserve the receiver's timezone.
23
+ # Opt in now to silence the deprecation and get the new behavior.
24
+ config.active_support.to_time_preserves_timezone = :zone
21
25
 
22
26
  Rails.autoloaders.log!
23
27
  # Enable the asset pipeline
@@ -1,3 +1,3 @@
1
1
  module TrustyCms
2
- VERSION = '7.2'.freeze
2
+ VERSION = '8.0'.freeze
3
3
  end
@@ -41,6 +41,8 @@ module TrustyCms
41
41
 
42
42
  config.encoding = 'utf-8'
43
43
  config.time_zone = 'UTC'
44
+ # Rails 8.1 will make `to_time` always preserve the receiver's timezone.
45
+ config.active_support.to_time_preserves_timezone = :zone
44
46
  # Skip frameworks you're not going to use (only works if using vendor/rails).
45
47
  # To use Rails without a database, you must remove the Active Record framework
46
48
  # config.frameworks -= [ :action_mailer ]
data/trusty_cms.gemspec CHANGED
@@ -42,6 +42,7 @@ a general purpose content management system--not merely a blogging engine.'
42
42
  s.add_dependency 'highline', '>= 1.7.8', '< 3.2.0'
43
43
  s.add_dependency 'image_processing'
44
44
  s.add_dependency 'kraken-io'
45
+ s.add_dependency 'mini_magick', '~> 5.0'
45
46
  s.add_dependency 'mini_racer'
46
47
  s.add_dependency 'mutex_m'
47
48
  s.add_dependency 'mysql2'
@@ -51,7 +52,7 @@ a general purpose content management system--not merely a blogging engine.'
51
52
  s.add_dependency 'rack', '>= 2.0.1', '< 3.2.0'
52
53
  s.add_dependency 'rack-cache', '~> 1.7'
53
54
  s.add_dependency 'radius', '~> 0.8'
54
- s.add_dependency 'rails', '>= 7.2', '< 8.0'
55
+ s.add_dependency 'rails', '~> 8.0.0'
55
56
  s.add_dependency 'rake', '< 14.0'
56
57
  s.add_dependency 'ransack', '~> 4.2.1'
57
58
  s.add_dependency 'rdoc', '>= 5.1', '< 9.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: '7.2'
4
+ version: '8.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - TrustyCms CMS dev team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-04 00:00:00.000000000 Z
11
+ date: 2026-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activestorage-validator
@@ -266,6 +266,20 @@ dependencies:
266
266
  - - ">="
267
267
  - !ruby/object:Gem::Version
268
268
  version: '0'
269
+ - !ruby/object:Gem::Dependency
270
+ name: mini_magick
271
+ requirement: !ruby/object:Gem::Requirement
272
+ requirements:
273
+ - - "~>"
274
+ - !ruby/object:Gem::Version
275
+ version: '5.0'
276
+ type: :runtime
277
+ prerelease: false
278
+ version_requirements: !ruby/object:Gem::Requirement
279
+ requirements:
280
+ - - "~>"
281
+ - !ruby/object:Gem::Version
282
+ version: '5.0'
269
283
  - !ruby/object:Gem::Dependency
270
284
  name: mini_racer
271
285
  requirement: !ruby/object:Gem::Requirement
@@ -408,22 +422,16 @@ dependencies:
408
422
  name: rails
409
423
  requirement: !ruby/object:Gem::Requirement
410
424
  requirements:
411
- - - ">="
412
- - !ruby/object:Gem::Version
413
- version: '7.2'
414
- - - "<"
425
+ - - "~>"
415
426
  - !ruby/object:Gem::Version
416
- version: '8.0'
427
+ version: 8.0.0
417
428
  type: :runtime
418
429
  prerelease: false
419
430
  version_requirements: !ruby/object:Gem::Requirement
420
431
  requirements:
421
- - - ">="
422
- - !ruby/object:Gem::Version
423
- version: '7.2'
424
- - - "<"
432
+ - - "~>"
425
433
  - !ruby/object:Gem::Version
426
- version: '8.0'
434
+ version: 8.0.0
427
435
  - !ruby/object:Gem::Dependency
428
436
  name: rake
429
437
  requirement: !ruby/object:Gem::Requirement