trusty-cms 5.5.9 → 5.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f4ef88729e786d8a0977ac190c8546b49d5324469c7e9eaf80ef77ede977167
4
- data.tar.gz: f2e6ddf0633251c8c6db60676c7f2a6ec83b6f4a39a2785cd7bb4f673c433081
3
+ metadata.gz: 5f8b0bd8937e1904cbd99f07ebd6cb049c116427158203f3690049ac4dcc7808
4
+ data.tar.gz: 0460de350d9c1a6f9a13ed21e0c8e729804912b96dd970675787c075cb17f69e
5
5
  SHA512:
6
- metadata.gz: 4402deb3bc80c490eec946374b38311cba2d447d626d43956ee05c969b393f1502528fe4eeded862610022af5d47d1904cda074f527e36df7a83aeda7a62c7b8
7
- data.tar.gz: f1ce51e5f002ed8dbe4a0182ed0c20cae0b46f079ac3947c97ddd692d7697edb31bef42e19589d465ab327e9b177b09d9e748d5824b41b57ab74658eac7e7406
6
+ metadata.gz: afe7f5c07904b684ffbc6c1865ace738b25c8fcd3c7aa7a7337b79541bb4fdb0108d6c5d81792afbe07c17c66811215f496235965cdb89884ee6d6721e5c6c44
7
+ data.tar.gz: b64ae5a35689107f12b7fe785660183d049e3aac4d34f6a7b66ee19fec49294a03ff3689e1ac7f37a21b4d3dced22f0ada6bf5866b600199826af295f04a1099
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-cms (5.5.8)
4
+ trusty-cms (5.6.0)
5
5
  RedCloth (= 4.3.2)
6
6
  activestorage-validator
7
7
  acts_as_list (>= 0.9.5, < 1.2.0)
@@ -10,7 +10,7 @@ PATH
10
10
  delocalize (>= 0.2, < 2.0)
11
11
  devise
12
12
  execjs (~> 2.7)
13
- haml
13
+ haml (>= 5.0, < 6.0)
14
14
  haml-rails
15
15
  highline (>= 1.7.8, < 2.2.0)
16
16
  image_processing
@@ -35,62 +35,62 @@ GEM
35
35
  remote: https://rubygems.org/
36
36
  specs:
37
37
  RedCloth (4.3.2)
38
- actioncable (6.1.7.4)
39
- actionpack (= 6.1.7.4)
40
- activesupport (= 6.1.7.4)
38
+ actioncable (6.1.7.6)
39
+ actionpack (= 6.1.7.6)
40
+ activesupport (= 6.1.7.6)
41
41
  nio4r (~> 2.0)
42
42
  websocket-driver (>= 0.6.1)
43
- actionmailbox (6.1.7.4)
44
- actionpack (= 6.1.7.4)
45
- activejob (= 6.1.7.4)
46
- activerecord (= 6.1.7.4)
47
- activestorage (= 6.1.7.4)
48
- activesupport (= 6.1.7.4)
43
+ actionmailbox (6.1.7.6)
44
+ actionpack (= 6.1.7.6)
45
+ activejob (= 6.1.7.6)
46
+ activerecord (= 6.1.7.6)
47
+ activestorage (= 6.1.7.6)
48
+ activesupport (= 6.1.7.6)
49
49
  mail (>= 2.7.1)
50
- actionmailer (6.1.7.4)
51
- actionpack (= 6.1.7.4)
52
- actionview (= 6.1.7.4)
53
- activejob (= 6.1.7.4)
54
- activesupport (= 6.1.7.4)
50
+ actionmailer (6.1.7.6)
51
+ actionpack (= 6.1.7.6)
52
+ actionview (= 6.1.7.6)
53
+ activejob (= 6.1.7.6)
54
+ activesupport (= 6.1.7.6)
55
55
  mail (~> 2.5, >= 2.5.4)
56
56
  rails-dom-testing (~> 2.0)
57
- actionpack (6.1.7.4)
58
- actionview (= 6.1.7.4)
59
- activesupport (= 6.1.7.4)
57
+ actionpack (6.1.7.6)
58
+ actionview (= 6.1.7.6)
59
+ activesupport (= 6.1.7.6)
60
60
  rack (~> 2.0, >= 2.0.9)
61
61
  rack-test (>= 0.6.3)
62
62
  rails-dom-testing (~> 2.0)
63
63
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
64
- actiontext (6.1.7.4)
65
- actionpack (= 6.1.7.4)
66
- activerecord (= 6.1.7.4)
67
- activestorage (= 6.1.7.4)
68
- activesupport (= 6.1.7.4)
64
+ actiontext (6.1.7.6)
65
+ actionpack (= 6.1.7.6)
66
+ activerecord (= 6.1.7.6)
67
+ activestorage (= 6.1.7.6)
68
+ activesupport (= 6.1.7.6)
69
69
  nokogiri (>= 1.8.5)
70
- actionview (6.1.7.4)
71
- activesupport (= 6.1.7.4)
70
+ actionview (6.1.7.6)
71
+ activesupport (= 6.1.7.6)
72
72
  builder (~> 3.1)
73
73
  erubi (~> 1.4)
74
74
  rails-dom-testing (~> 2.0)
75
75
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
76
- activejob (6.1.7.4)
77
- activesupport (= 6.1.7.4)
76
+ activejob (6.1.7.6)
77
+ activesupport (= 6.1.7.6)
78
78
  globalid (>= 0.3.6)
79
- activemodel (6.1.7.4)
80
- activesupport (= 6.1.7.4)
81
- activerecord (6.1.7.4)
82
- activemodel (= 6.1.7.4)
83
- activesupport (= 6.1.7.4)
84
- activestorage (6.1.7.4)
85
- actionpack (= 6.1.7.4)
86
- activejob (= 6.1.7.4)
87
- activerecord (= 6.1.7.4)
88
- activesupport (= 6.1.7.4)
79
+ activemodel (6.1.7.6)
80
+ activesupport (= 6.1.7.6)
81
+ activerecord (6.1.7.6)
82
+ activemodel (= 6.1.7.6)
83
+ activesupport (= 6.1.7.6)
84
+ activestorage (6.1.7.6)
85
+ actionpack (= 6.1.7.6)
86
+ activejob (= 6.1.7.6)
87
+ activerecord (= 6.1.7.6)
88
+ activesupport (= 6.1.7.6)
89
89
  marcel (~> 1.0)
90
90
  mini_mime (>= 1.1.0)
91
91
  activestorage-validator (0.3.0)
92
92
  rails (>= 6.1.0)
93
- activesupport (6.1.7.4)
93
+ activesupport (6.1.7.6)
94
94
  concurrent-ruby (~> 1.0, >= 1.0.2)
95
95
  i18n (>= 1.6, < 2)
96
96
  minitest (>= 5.1)
@@ -129,6 +129,7 @@ GEM
129
129
  activerecord (>= 5.a)
130
130
  database_cleaner-core (~> 2.0.0)
131
131
  database_cleaner-core (2.0.1)
132
+ date (3.3.3)
132
133
  delocalize (1.2.0)
133
134
  rails (>= 2)
134
135
  devise (4.9.2)
@@ -138,7 +139,6 @@ GEM
138
139
  responders
139
140
  warden (~> 1.2.3)
140
141
  diff-lcs (1.5.0)
141
- digest (3.1.1)
142
142
  docile (1.4.0)
143
143
  erubi (1.12.0)
144
144
  execjs (2.8.1)
@@ -151,11 +151,10 @@ GEM
151
151
  file_validators (3.0.0)
152
152
  activemodel (>= 3.2)
153
153
  mime-types (>= 1.0)
154
- globalid (1.1.0)
155
- activesupport (>= 5.0)
156
- haml (6.1.1)
157
- temple (>= 0.8.2)
158
- thor
154
+ globalid (1.2.1)
155
+ activesupport (>= 6.1)
156
+ haml (5.2.2)
157
+ temple (>= 0.8.0)
159
158
  tilt
160
159
  haml-rails (2.1.0)
161
160
  actionpack (>= 5.1)
@@ -171,7 +170,6 @@ GEM
171
170
  image_processing (1.12.2)
172
171
  mini_magick (>= 4.9.5, < 5)
173
172
  ruby-vips (>= 2.0.17, < 3)
174
- io-wait (0.3.0)
175
173
  json (2.6.3)
176
174
  kraken-io (0.1.3)
177
175
  activesupport
@@ -196,30 +194,26 @@ GEM
196
194
  mime-types-data (~> 3.2015)
197
195
  mime-types-data (3.2022.0105)
198
196
  mini_magick (4.12.0)
199
- mini_mime (1.1.2)
197
+ mini_mime (1.1.5)
200
198
  mini_racer (0.6.3)
201
199
  libv8-node (~> 16.10.0.0)
202
- minitest (5.15.0)
200
+ minitest (5.20.0)
203
201
  multi_xml (0.6.0)
204
202
  multipart-post (2.2.3)
205
203
  mysql2 (0.5.5)
206
- net-imap (0.2.2)
207
- digest
204
+ net-imap (0.3.7)
205
+ date
208
206
  net-protocol
209
- strscan
210
207
  net-pop (0.1.2)
211
208
  net-protocol
212
- net-protocol (0.1.1)
213
- io-wait
209
+ net-protocol (0.2.1)
214
210
  timeout
215
- net-smtp (0.3.0)
216
- digest
211
+ net-smtp (0.3.3)
217
212
  net-protocol
218
- timeout
219
213
  nio4r (2.5.9)
220
- nokogiri (1.12.5-x86_64-darwin)
214
+ nokogiri (1.15.4-x86_64-darwin)
221
215
  racc (~> 1.4)
222
- nokogiri (1.12.5-x86_64-linux)
216
+ nokogiri (1.15.4-x86_64-linux)
223
217
  racc (~> 1.4)
224
218
  orm_adapter (0.5.0)
225
219
  poltergeist (1.18.1)
@@ -236,38 +230,39 @@ GEM
236
230
  stringio
237
231
  public_suffix (4.0.7)
238
232
  racc (1.7.1)
239
- rack (2.2.7)
240
- rack-cache (1.13.0)
233
+ rack (2.2.8)
234
+ rack-cache (1.14.0)
241
235
  rack (>= 0.4)
242
236
  rack-test (2.1.0)
243
237
  rack (>= 1.3)
244
238
  radius (0.7.5)
245
- rails (6.1.7.4)
246
- actioncable (= 6.1.7.4)
247
- actionmailbox (= 6.1.7.4)
248
- actionmailer (= 6.1.7.4)
249
- actionpack (= 6.1.7.4)
250
- actiontext (= 6.1.7.4)
251
- actionview (= 6.1.7.4)
252
- activejob (= 6.1.7.4)
253
- activemodel (= 6.1.7.4)
254
- activerecord (= 6.1.7.4)
255
- activestorage (= 6.1.7.4)
256
- activesupport (= 6.1.7.4)
239
+ rails (6.1.7.6)
240
+ actioncable (= 6.1.7.6)
241
+ actionmailbox (= 6.1.7.6)
242
+ actionmailer (= 6.1.7.6)
243
+ actionpack (= 6.1.7.6)
244
+ actiontext (= 6.1.7.6)
245
+ actionview (= 6.1.7.6)
246
+ activejob (= 6.1.7.6)
247
+ activemodel (= 6.1.7.6)
248
+ activerecord (= 6.1.7.6)
249
+ activestorage (= 6.1.7.6)
250
+ activesupport (= 6.1.7.6)
257
251
  bundler (>= 1.15.0)
258
- railties (= 6.1.7.4)
252
+ railties (= 6.1.7.6)
259
253
  sprockets-rails (>= 2.0.0)
260
- rails-dom-testing (2.1.1)
254
+ rails-dom-testing (2.2.0)
261
255
  activesupport (>= 5.0.0)
262
256
  minitest
263
257
  nokogiri (>= 1.6)
264
- rails-html-sanitizer (1.5.0)
265
- loofah (~> 2.19, >= 2.19.1)
258
+ rails-html-sanitizer (1.6.0)
259
+ loofah (~> 2.21)
260
+ nokogiri (~> 1.14)
266
261
  rails-observers (0.1.5)
267
262
  activemodel (>= 4.0)
268
- railties (6.1.7.4)
269
- actionpack (= 6.1.7.4)
270
- activesupport (= 6.1.7.4)
263
+ railties (6.1.7.6)
264
+ actionpack (= 6.1.7.6)
265
+ activesupport (= 6.1.7.6)
271
266
  method_source
272
267
  rake (>= 12.2)
273
268
  thor (~> 1.0)
@@ -319,7 +314,7 @@ GEM
319
314
  simplecov_json_formatter (~> 0.1)
320
315
  simplecov-html (0.12.3)
321
316
  simplecov_json_formatter (0.1.4)
322
- sprockets (4.2.0)
317
+ sprockets (4.2.1)
323
318
  concurrent-ruby (~> 1.0)
324
319
  rack (>= 2.2.4, < 4)
325
320
  sprockets-rails (3.4.2)
@@ -328,7 +323,6 @@ GEM
328
323
  sprockets (>= 3.0.0)
329
324
  stringex (2.8.6)
330
325
  stringio (3.0.5)
331
- strscan (3.0.6)
332
326
  temple (0.10.0)
333
327
  terrapin (0.6.0)
334
328
  climate_control (>= 0.0.3, < 1.0)
@@ -344,13 +338,13 @@ GEM
344
338
  uuidtools (2.2.0)
345
339
  warden (1.2.9)
346
340
  rack (>= 2.0.9)
347
- websocket-driver (0.7.5)
341
+ websocket-driver (0.7.6)
348
342
  websocket-extensions (>= 0.1.0)
349
343
  websocket-extensions (0.1.5)
350
344
  will_paginate (4.0.0)
351
345
  xpath (3.2.0)
352
346
  nokogiri (~> 1.8)
353
- zeitwerk (2.6.8)
347
+ zeitwerk (2.6.11)
354
348
 
355
349
  PLATFORMS
356
350
  x86_64-darwin-18
@@ -377,4 +371,4 @@ DEPENDENCIES
377
371
  trustygems (~> 0.2.0)
378
372
 
379
373
  BUNDLED WITH
380
- 2.4.4
374
+ 2.4.20
data/lib/trusty_cms.rb CHANGED
@@ -2,6 +2,6 @@ TRUSTY_CMS_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..')) unle
2
2
 
3
3
  unless defined? TrustyCms::VERSION
4
4
  module TrustyCms
5
- VERSION = '5.5.9'.freeze
5
+ VERSION = '5.6.0'.freeze
6
6
  end
7
7
  end
data/trusty_cms.gemspec CHANGED
@@ -31,7 +31,7 @@ a general purpose content management system--not merely a blogging engine.'
31
31
  s.add_dependency 'delocalize', '>= 0.2', '< 2.0'
32
32
  s.add_dependency 'devise'
33
33
  s.add_dependency 'execjs', '~> 2.7'
34
- s.add_dependency 'haml'
34
+ s.add_dependency 'haml', '>= 5.0', '< 6.0'
35
35
  s.add_dependency 'haml-rails'
36
36
  s.add_dependency 'highline', '>= 1.7.8', '< 2.2.0'
37
37
  s.add_dependency 'image_processing'