decidim-participatory_documents 0.2.0 → 0.2.1

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 (52) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/lint.yml +2 -2
  3. data/.github/workflows/test.yml +8 -5
  4. data/.ruby-version +1 -1
  5. data/.simplecov +15 -9
  6. data/Gemfile.lock +186 -184
  7. data/README.md +32 -28
  8. data/app/commands/decidim/participatory_documents/create_suggestion.rb +3 -1
  9. data/app/controllers/concerns/decidim/participatory_documents/needs_pdf_document.rb +8 -1
  10. data/app/controllers/decidim/participatory_documents/admin/documents_controller.rb +5 -3
  11. data/app/controllers/decidim/participatory_documents/admin/suggestions_controller.rb +21 -1
  12. data/app/controllers/decidim/participatory_documents/admin/valuation_assignments_controller.rb +5 -1
  13. data/app/controllers/decidim/participatory_documents/document_suggestions_controller.rb +14 -0
  14. data/app/controllers/decidim/participatory_documents/section_suggestions_controller.rb +4 -0
  15. data/app/forms/decidim/participatory_documents/admin/document_form.rb +2 -1
  16. data/app/jobs/decidim/participatory_documents/export_my_suggestions_job.rb +16 -0
  17. data/app/models/decidim/participatory_documents/suggestion.rb +12 -0
  18. data/app/packs/entrypoints/decidim_participatory_documents.scss +8 -0
  19. data/app/packs/entrypoints/decidim_participatory_documents_editor.js +1 -3
  20. data/app/packs/entrypoints/decidim_participatory_documents_viewer_off.js +6 -0
  21. data/app/packs/images/export_suggestions.svg +1 -0
  22. data/app/packs/src/decidim/participatory_documents/pdf/pdf_modal_manager.js +4 -1
  23. data/app/packs/src/decidim/participatory_documents/pdf/suggestion_form.js +1 -1
  24. data/app/packs/src/decidim/participatory_documents/pdf.js +46 -0
  25. data/app/packs/src/decidim/participatory_documents/pdf_off.js +39 -0
  26. data/app/packs/stylesheets/decidim/participatory_documents/pdf/admin_modals.scss +9 -5
  27. data/app/packs/stylesheets/decidim/participatory_documents/pdf/admin_tweaks.scss +0 -21
  28. data/app/packs/stylesheets/decidim/participatory_documents/{decidim_admin_classes.scss → pdf/decidim_admin_styles.scss} +0 -3
  29. data/app/packs/stylesheets/decidim/participatory_documents/pdf/modals.scss +49 -0
  30. data/app/packs/stylesheets/decidim/participatory_documents/pdf/tweaks.scss +76 -7
  31. data/app/permissions/decidim/participatory_documents/admin/permissions.rb +30 -15
  32. data/app/permissions/decidim/participatory_documents/permissions.rb +2 -0
  33. data/app/serializers/decidim/participatory_documents/my_suggestion_serializer.rb +22 -0
  34. data/app/serializers/decidim/participatory_documents/suggestion_serializer.rb +1 -1
  35. data/app/uploaders/decidim/participatory_documents/pdf_document_uploader.rb +4 -0
  36. data/app/views/decidim/participatory_documents/admin/documents/_editor_modal.html.erb +1 -1
  37. data/app/views/decidim/participatory_documents/admin/documents/pdf_viewer.html.erb +1 -1
  38. data/app/views/decidim/participatory_documents/admin/sections/_form.html.erb +0 -3
  39. data/app/views/decidim/participatory_documents/admin/suggestions/_suggestion.html.erb +1 -1
  40. data/app/views/decidim/participatory_documents/documents/_export_modal.html.erb +25 -0
  41. data/app/views/decidim/participatory_documents/documents/_pdfjs_base.html.erb +5 -2
  42. data/app/views/decidim/participatory_documents/documents/pdf_viewer.html.erb +40 -33
  43. data/config/assets.rb +1 -0
  44. data/config/locales/ca.yml +259 -0
  45. data/config/locales/de.yml +259 -0
  46. data/config/locales/en.yml +13 -0
  47. data/config/locales/es.yml +259 -0
  48. data/lib/decidim/participatory_documents/component.rb +6 -4
  49. data/lib/decidim/participatory_documents/engine.rb +5 -1
  50. data/lib/decidim/participatory_documents/version.rb +2 -2
  51. data/lib/decidim/participatory_documents.rb +5 -3
  52. metadata +12 -3
data/Gemfile.lock CHANGED
@@ -1,46 +1,46 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- decidim-participatory_documents (0.2.0)
4
+ decidim-participatory_documents (0.2.1)
5
5
  decidim-core (>= 0.27.0, < 0.28)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (6.1.7.4)
11
- actionpack (= 6.1.7.4)
12
- activesupport (= 6.1.7.4)
10
+ actioncable (6.1.7.6)
11
+ actionpack (= 6.1.7.6)
12
+ activesupport (= 6.1.7.6)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailbox (6.1.7.4)
16
- actionpack (= 6.1.7.4)
17
- activejob (= 6.1.7.4)
18
- activerecord (= 6.1.7.4)
19
- activestorage (= 6.1.7.4)
20
- activesupport (= 6.1.7.4)
15
+ actionmailbox (6.1.7.6)
16
+ actionpack (= 6.1.7.6)
17
+ activejob (= 6.1.7.6)
18
+ activerecord (= 6.1.7.6)
19
+ activestorage (= 6.1.7.6)
20
+ activesupport (= 6.1.7.6)
21
21
  mail (>= 2.7.1)
22
- actionmailer (6.1.7.4)
23
- actionpack (= 6.1.7.4)
24
- actionview (= 6.1.7.4)
25
- activejob (= 6.1.7.4)
26
- activesupport (= 6.1.7.4)
22
+ actionmailer (6.1.7.6)
23
+ actionpack (= 6.1.7.6)
24
+ actionview (= 6.1.7.6)
25
+ activejob (= 6.1.7.6)
26
+ activesupport (= 6.1.7.6)
27
27
  mail (~> 2.5, >= 2.5.4)
28
28
  rails-dom-testing (~> 2.0)
29
- actionpack (6.1.7.4)
30
- actionview (= 6.1.7.4)
31
- activesupport (= 6.1.7.4)
29
+ actionpack (6.1.7.6)
30
+ actionview (= 6.1.7.6)
31
+ activesupport (= 6.1.7.6)
32
32
  rack (~> 2.0, >= 2.0.9)
33
33
  rack-test (>= 0.6.3)
34
34
  rails-dom-testing (~> 2.0)
35
35
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (6.1.7.4)
37
- actionpack (= 6.1.7.4)
38
- activerecord (= 6.1.7.4)
39
- activestorage (= 6.1.7.4)
40
- activesupport (= 6.1.7.4)
36
+ actiontext (6.1.7.6)
37
+ actionpack (= 6.1.7.6)
38
+ activerecord (= 6.1.7.6)
39
+ activestorage (= 6.1.7.6)
40
+ activesupport (= 6.1.7.6)
41
41
  nokogiri (>= 1.8.5)
42
- actionview (6.1.7.4)
43
- activesupport (= 6.1.7.4)
42
+ actionview (6.1.7.6)
43
+ activesupport (= 6.1.7.6)
44
44
  builder (~> 3.1)
45
45
  erubi (~> 1.4)
46
46
  rails-dom-testing (~> 2.0)
@@ -48,22 +48,22 @@ GEM
48
48
  active_link_to (1.0.5)
49
49
  actionpack
50
50
  addressable
51
- activejob (6.1.7.4)
52
- activesupport (= 6.1.7.4)
51
+ activejob (6.1.7.6)
52
+ activesupport (= 6.1.7.6)
53
53
  globalid (>= 0.3.6)
54
- activemodel (6.1.7.4)
55
- activesupport (= 6.1.7.4)
56
- activerecord (6.1.7.4)
57
- activemodel (= 6.1.7.4)
58
- activesupport (= 6.1.7.4)
59
- activestorage (6.1.7.4)
60
- actionpack (= 6.1.7.4)
61
- activejob (= 6.1.7.4)
62
- activerecord (= 6.1.7.4)
63
- activesupport (= 6.1.7.4)
54
+ activemodel (6.1.7.6)
55
+ activesupport (= 6.1.7.6)
56
+ activerecord (6.1.7.6)
57
+ activemodel (= 6.1.7.6)
58
+ activesupport (= 6.1.7.6)
59
+ activestorage (6.1.7.6)
60
+ actionpack (= 6.1.7.6)
61
+ activejob (= 6.1.7.6)
62
+ activerecord (= 6.1.7.6)
63
+ activesupport (= 6.1.7.6)
64
64
  marcel (~> 1.0)
65
65
  mini_mime (>= 1.1.0)
66
- activesupport (6.1.7.4)
66
+ activesupport (6.1.7.6)
67
67
  concurrent-ruby (~> 1.0, >= 1.0.2)
68
68
  i18n (>= 1.6, < 2)
69
69
  minitest (>= 5.1)
@@ -71,10 +71,10 @@ GEM
71
71
  zeitwerk (~> 2.3)
72
72
  acts_as_list (0.9.19)
73
73
  activerecord (>= 3.0)
74
- addressable (2.8.4)
74
+ addressable (2.8.5)
75
75
  public_suffix (>= 2.0.2, < 6.0)
76
76
  ast (2.4.2)
77
- axe-core-api (4.7.0)
77
+ axe-core-api (4.8.0)
78
78
  dumb_delegator
79
79
  virtus
80
80
  axe-core-rspec (4.1.0)
@@ -85,6 +85,7 @@ GEM
85
85
  descendants_tracker (~> 0.0.4)
86
86
  ice_nine (~> 0.11.0)
87
87
  thread_safe (~> 0.3, >= 0.3.1)
88
+ base64 (0.1.1)
88
89
  batch-loader (1.5.0)
89
90
  bcrypt (3.1.19)
90
91
  better_html (1.0.16)
@@ -130,7 +131,7 @@ GEM
130
131
  actionpack (>= 5.0)
131
132
  cells (>= 4.1.6, < 5.0.0)
132
133
  charlock_holmes (0.7.7)
133
- chef-utils (18.2.7)
134
+ chef-utils (18.3.0)
134
135
  concurrent-ruby
135
136
  childprocess (4.1.0)
136
137
  codecov (0.6.0)
@@ -144,12 +145,12 @@ GEM
144
145
  coffee-script-source
145
146
  execjs
146
147
  coffee-script-source (1.12.2)
147
- commonmarker (0.23.9)
148
+ commonmarker (0.23.10)
148
149
  concurrent-ruby (1.2.2)
149
150
  crack (0.4.5)
150
151
  rexml
151
152
  crass (1.0.6)
152
- css_parser (1.14.0)
153
+ css_parser (1.16.0)
153
154
  addressable
154
155
  date (3.3.3)
155
156
  date_validator (0.12.0)
@@ -158,53 +159,53 @@ GEM
158
159
  db-query-matchers (0.10.0)
159
160
  activesupport (>= 4.0, < 7)
160
161
  rspec (~> 3.0)
161
- decidim (0.27.3)
162
- decidim-accountability (= 0.27.3)
163
- decidim-admin (= 0.27.3)
164
- decidim-api (= 0.27.3)
165
- decidim-assemblies (= 0.27.3)
166
- decidim-blogs (= 0.27.3)
167
- decidim-budgets (= 0.27.3)
168
- decidim-comments (= 0.27.3)
169
- decidim-core (= 0.27.3)
170
- decidim-debates (= 0.27.3)
171
- decidim-forms (= 0.27.3)
172
- decidim-generators (= 0.27.3)
173
- decidim-meetings (= 0.27.3)
174
- decidim-pages (= 0.27.3)
175
- decidim-participatory_processes (= 0.27.3)
176
- decidim-proposals (= 0.27.3)
177
- decidim-sortitions (= 0.27.3)
178
- decidim-surveys (= 0.27.3)
179
- decidim-system (= 0.27.3)
180
- decidim-templates (= 0.27.3)
181
- decidim-verifications (= 0.27.3)
182
- decidim-accountability (0.27.3)
183
- decidim-comments (= 0.27.3)
184
- decidim-core (= 0.27.3)
185
- decidim-admin (0.27.3)
162
+ decidim (0.27.4)
163
+ decidim-accountability (= 0.27.4)
164
+ decidim-admin (= 0.27.4)
165
+ decidim-api (= 0.27.4)
166
+ decidim-assemblies (= 0.27.4)
167
+ decidim-blogs (= 0.27.4)
168
+ decidim-budgets (= 0.27.4)
169
+ decidim-comments (= 0.27.4)
170
+ decidim-core (= 0.27.4)
171
+ decidim-debates (= 0.27.4)
172
+ decidim-forms (= 0.27.4)
173
+ decidim-generators (= 0.27.4)
174
+ decidim-meetings (= 0.27.4)
175
+ decidim-pages (= 0.27.4)
176
+ decidim-participatory_processes (= 0.27.4)
177
+ decidim-proposals (= 0.27.4)
178
+ decidim-sortitions (= 0.27.4)
179
+ decidim-surveys (= 0.27.4)
180
+ decidim-system (= 0.27.4)
181
+ decidim-templates (= 0.27.4)
182
+ decidim-verifications (= 0.27.4)
183
+ decidim-accountability (0.27.4)
184
+ decidim-comments (= 0.27.4)
185
+ decidim-core (= 0.27.4)
186
+ decidim-admin (0.27.4)
186
187
  active_link_to (~> 1.0)
187
- decidim-core (= 0.27.3)
188
+ decidim-core (= 0.27.4)
188
189
  devise (~> 4.7)
189
190
  devise-i18n (~> 1.2)
190
191
  devise_invitable (~> 2.0)
191
- decidim-api (0.27.3)
192
+ decidim-api (0.27.4)
192
193
  graphql (~> 1.12, < 1.13)
193
194
  graphql-docs (~> 2.1.0)
194
195
  rack-cors (~> 1.0)
195
- decidim-assemblies (0.27.3)
196
- decidim-core (= 0.27.3)
197
- decidim-blogs (0.27.3)
198
- decidim-admin (= 0.27.3)
199
- decidim-comments (= 0.27.3)
200
- decidim-core (= 0.27.3)
201
- decidim-budgets (0.27.3)
202
- decidim-comments (= 0.27.3)
203
- decidim-core (= 0.27.3)
204
- decidim-comments (0.27.3)
205
- decidim-core (= 0.27.3)
196
+ decidim-assemblies (0.27.4)
197
+ decidim-core (= 0.27.4)
198
+ decidim-blogs (0.27.4)
199
+ decidim-admin (= 0.27.4)
200
+ decidim-comments (= 0.27.4)
201
+ decidim-core (= 0.27.4)
202
+ decidim-budgets (0.27.4)
203
+ decidim-comments (= 0.27.4)
204
+ decidim-core (= 0.27.4)
205
+ decidim-comments (0.27.4)
206
+ decidim-core (= 0.27.4)
206
207
  redcarpet (~> 3.5, >= 3.5.1)
207
- decidim-core (0.27.3)
208
+ decidim-core (0.27.4)
208
209
  active_link_to (~> 1.0)
209
210
  acts_as_list (~> 0.9)
210
211
  batch-loader (~> 1.2)
@@ -214,7 +215,7 @@ GEM
214
215
  cells-rails (~> 0.1.3)
215
216
  charlock_holmes (~> 0.7)
216
217
  date_validator (~> 0.12.0)
217
- decidim-api (= 0.27.3)
218
+ decidim-api (= 0.27.4)
218
219
  devise (~> 4.7)
219
220
  devise-i18n (~> 1.2)
220
221
  diffy (~> 3.3)
@@ -227,7 +228,7 @@ GEM
227
228
  hashdiff (>= 0.4.0, < 2.0.0)
228
229
  invisible_captcha (~> 0.12)
229
230
  kaminari (~> 1.2, >= 1.2.1)
230
- loofah (~> 2.3.1)
231
+ loofah (~> 2.19.0)
231
232
  mime-types (>= 1.16, < 4.0)
232
233
  mini_magick (~> 4.9)
233
234
  mustache (~> 1.1.0)
@@ -255,15 +256,15 @@ GEM
255
256
  webpacker (= 6.0.0.rc.5)
256
257
  webpush (~> 1.1)
257
258
  wisper (~> 2.0)
258
- decidim-debates (0.27.3)
259
- decidim-comments (= 0.27.3)
260
- decidim-core (= 0.27.3)
261
- decidim-dev (0.27.3)
259
+ decidim-debates (0.27.4)
260
+ decidim-comments (= 0.27.4)
261
+ decidim-core (= 0.27.4)
262
+ decidim-dev (0.27.4)
262
263
  axe-core-rspec (~> 4.1.0)
263
264
  byebug (~> 11.0)
264
265
  capybara (~> 3.24)
265
266
  db-query-matchers (~> 0.10.0)
266
- decidim (= 0.27.3)
267
+ decidim (= 0.27.4)
267
268
  erb_lint (~> 0.0.35)
268
269
  factory_bot_rails (~> 4.8)
269
270
  i18n-tasks (~> 0.9.18)
@@ -286,57 +287,57 @@ GEM
286
287
  w3c_rspec_validators (~> 0.3.0)
287
288
  webmock (~> 3.6)
288
289
  wisper-rspec (~> 1.0)
289
- decidim-forms (0.27.3)
290
- decidim-core (= 0.27.3)
290
+ decidim-forms (0.27.4)
291
+ decidim-core (= 0.27.4)
291
292
  wicked_pdf (~> 2.1)
292
293
  wkhtmltopdf-binary (~> 0.12)
293
- decidim-generators (0.27.3)
294
- decidim-core (= 0.27.3)
295
- decidim-meetings (0.27.3)
296
- decidim-core (= 0.27.3)
297
- decidim-forms (= 0.27.3)
294
+ decidim-generators (0.27.4)
295
+ decidim-core (= 0.27.4)
296
+ decidim-meetings (0.27.4)
297
+ decidim-core (= 0.27.4)
298
+ decidim-forms (= 0.27.4)
298
299
  icalendar (~> 2.5)
299
- decidim-pages (0.27.3)
300
- decidim-core (= 0.27.3)
301
- decidim-participatory_processes (0.27.3)
302
- decidim-core (= 0.27.3)
303
- decidim-proposals (0.27.3)
304
- decidim-comments (= 0.27.3)
305
- decidim-core (= 0.27.3)
300
+ decidim-pages (0.27.4)
301
+ decidim-core (= 0.27.4)
302
+ decidim-participatory_processes (0.27.4)
303
+ decidim-core (= 0.27.4)
304
+ decidim-proposals (0.27.4)
305
+ decidim-comments (= 0.27.4)
306
+ decidim-core (= 0.27.4)
306
307
  doc2text (~> 0.4.5)
307
308
  redcarpet (~> 3.5, >= 3.5.1)
308
- decidim-sortitions (0.27.3)
309
- decidim-admin (= 0.27.3)
310
- decidim-comments (= 0.27.3)
311
- decidim-core (= 0.27.3)
312
- decidim-proposals (= 0.27.3)
313
- decidim-surveys (0.27.3)
314
- decidim-core (= 0.27.3)
315
- decidim-forms (= 0.27.3)
316
- decidim-templates (= 0.27.3)
317
- decidim-system (0.27.3)
309
+ decidim-sortitions (0.27.4)
310
+ decidim-admin (= 0.27.4)
311
+ decidim-comments (= 0.27.4)
312
+ decidim-core (= 0.27.4)
313
+ decidim-proposals (= 0.27.4)
314
+ decidim-surveys (0.27.4)
315
+ decidim-core (= 0.27.4)
316
+ decidim-forms (= 0.27.4)
317
+ decidim-templates (= 0.27.4)
318
+ decidim-system (0.27.4)
318
319
  active_link_to (~> 1.0)
319
- decidim-core (= 0.27.3)
320
+ decidim-core (= 0.27.4)
320
321
  devise (~> 4.7)
321
322
  devise-i18n (~> 1.2)
322
323
  devise_invitable (~> 2.0)
323
- decidim-templates (0.27.3)
324
- decidim-core (= 0.27.3)
325
- decidim-forms (= 0.27.3)
326
- decidim-verifications (0.27.3)
327
- decidim-core (= 0.27.3)
324
+ decidim-templates (0.27.4)
325
+ decidim-core (= 0.27.4)
326
+ decidim-forms (= 0.27.4)
327
+ decidim-verifications (0.27.4)
328
+ decidim-core (= 0.27.4)
328
329
  declarative-builder (0.1.0)
329
330
  declarative-option (< 0.2.0)
330
331
  declarative-option (0.1.0)
331
332
  descendants_tracker (0.0.4)
332
333
  thread_safe (~> 0.3, >= 0.3.1)
333
- devise (4.9.2)
334
+ devise (4.9.3)
334
335
  bcrypt (~> 3.0)
335
336
  orm_adapter (~> 0.1)
336
337
  railties (>= 4.1.0)
337
338
  responders
338
339
  warden (~> 1.2.3)
339
- devise-i18n (1.11.0)
340
+ devise-i18n (1.12.0)
340
341
  devise (>= 4.9.0)
341
342
  devise_invitable (2.0.8)
342
343
  actionmailer (>= 5.0)
@@ -363,8 +364,8 @@ GEM
363
364
  temple
364
365
  erubi (1.12.0)
365
366
  escape_utils (1.3.0)
366
- excon (0.100.0)
367
- execjs (2.8.1)
367
+ excon (0.104.0)
368
+ execjs (2.9.1)
368
369
  extended-markdown-filter (0.7.0)
369
370
  html-pipeline (~> 2.9)
370
371
  factory_bot (4.11.1)
@@ -374,11 +375,12 @@ GEM
374
375
  railties (>= 3.0.0)
375
376
  faker (2.23.0)
376
377
  i18n (>= 1.8.11, < 2)
377
- faraday (2.7.10)
378
+ faraday (2.7.11)
379
+ base64
378
380
  faraday-net_http (>= 2.0, < 3.1)
379
381
  ruby2_keywords (>= 0.0.4)
380
382
  faraday-net_http (3.0.2)
381
- ffi (1.15.5)
383
+ ffi (1.16.3)
382
384
  file_validators (3.0.0)
383
385
  activemodel (>= 3.2)
384
386
  mime-types (>= 1.0)
@@ -397,8 +399,8 @@ GEM
397
399
  railties (>= 4.1, < 7.1)
398
400
  gemoji (3.0.1)
399
401
  geocoder (1.8.2)
400
- globalid (1.1.0)
401
- activesupport (>= 5.0)
402
+ globalid (1.2.1)
403
+ activesupport (>= 6.1)
402
404
  graphql (1.12.24)
403
405
  graphql-docs (2.1.0)
404
406
  commonmarker (~> 0.16)
@@ -429,7 +431,7 @@ GEM
429
431
  rails-i18n
430
432
  rainbow (>= 2.2.2, < 4.0)
431
433
  terminal-table (>= 1.5.1)
432
- icalendar (2.8.0)
434
+ icalendar (2.9.0)
433
435
  ice_cube (~> 0.16)
434
436
  ice_cube (0.16.4)
435
437
  ice_nine (0.11.2)
@@ -467,7 +469,7 @@ GEM
467
469
  listen (3.8.0)
468
470
  rb-fsevent (~> 0.10, >= 0.10.3)
469
471
  rb-inotify (~> 0.9, >= 0.9.10)
470
- loofah (2.3.1)
472
+ loofah (2.19.1)
471
473
  crass (~> 1.0.2)
472
474
  nokogiri (>= 1.5.9)
473
475
  mail (2.8.1)
@@ -477,35 +479,35 @@ GEM
477
479
  net-smtp
478
480
  marcel (1.0.2)
479
481
  matrix (0.4.2)
480
- mdl (0.12.0)
482
+ mdl (0.13.0)
481
483
  kramdown (~> 2.3)
482
484
  kramdown-parser-gfm (~> 1.1)
483
485
  mixlib-cli (~> 2.1, >= 2.1.1)
484
486
  mixlib-config (>= 2.2.1, < 4)
485
487
  mixlib-shellout
486
488
  method_source (1.0.0)
487
- mime-types (3.4.1)
489
+ mime-types (3.5.1)
488
490
  mime-types-data (~> 3.2015)
489
- mime-types-data (3.2023.0218.1)
491
+ mime-types-data (3.2023.1003)
490
492
  mini_magick (4.12.0)
491
- mini_mime (1.1.2)
492
- minitest (5.18.1)
493
+ mini_mime (1.1.5)
494
+ minitest (5.20.0)
493
495
  mixlib-cli (2.1.8)
494
496
  mixlib-config (3.0.27)
495
497
  tomlrb
496
498
  mixlib-shellout (3.2.7)
497
499
  chef-utils
498
- msgpack (1.7.1)
500
+ msgpack (1.7.2)
499
501
  multi_xml (0.6.0)
500
502
  mustache (1.1.1)
501
- net-imap (0.3.6)
503
+ net-imap (0.4.2)
502
504
  date
503
505
  net-protocol
504
506
  net-pop (0.1.2)
505
507
  net-protocol
506
508
  net-protocol (0.2.1)
507
509
  timeout
508
- net-smtp (0.3.3)
510
+ net-smtp (0.4.0)
509
511
  net-protocol
510
512
  nio4r (2.5.9)
511
513
  nokogiri (1.14.5-x86_64-linux)
@@ -553,7 +555,7 @@ GEM
553
555
  parallel (1.23.0)
554
556
  parallel_tests (3.13.0)
555
557
  parallel
556
- parser (3.2.2.3)
558
+ parser (3.2.2.4)
557
559
  ast (~> 2.4.1)
558
560
  racc
559
561
  pg (1.1.4)
@@ -568,52 +570,52 @@ GEM
568
570
  actionmailer (>= 3)
569
571
  net-smtp
570
572
  premailer (~> 1.7, >= 1.7.9)
571
- public_suffix (5.0.1)
572
- puma (5.6.6)
573
+ public_suffix (5.0.3)
574
+ puma (5.6.7)
573
575
  nio4r (~> 2.0)
574
576
  racc (1.7.1)
575
- rack (2.2.7)
576
- rack-attack (6.6.1)
577
- rack (>= 1.0, < 3)
577
+ rack (2.2.8)
578
+ rack-attack (6.7.0)
579
+ rack (>= 1.0, < 4)
578
580
  rack-cors (1.1.1)
579
581
  rack (>= 2.0.0)
580
- rack-protection (3.0.6)
581
- rack
582
- rack-proxy (0.7.6)
582
+ rack-protection (3.1.0)
583
+ rack (~> 2.2, >= 2.2.4)
584
+ rack-proxy (0.7.7)
583
585
  rack
584
586
  rack-test (2.1.0)
585
587
  rack (>= 1.3)
586
- rails (6.1.7.4)
587
- actioncable (= 6.1.7.4)
588
- actionmailbox (= 6.1.7.4)
589
- actionmailer (= 6.1.7.4)
590
- actionpack (= 6.1.7.4)
591
- actiontext (= 6.1.7.4)
592
- actionview (= 6.1.7.4)
593
- activejob (= 6.1.7.4)
594
- activemodel (= 6.1.7.4)
595
- activerecord (= 6.1.7.4)
596
- activestorage (= 6.1.7.4)
597
- activesupport (= 6.1.7.4)
588
+ rails (6.1.7.6)
589
+ actioncable (= 6.1.7.6)
590
+ actionmailbox (= 6.1.7.6)
591
+ actionmailer (= 6.1.7.6)
592
+ actionpack (= 6.1.7.6)
593
+ actiontext (= 6.1.7.6)
594
+ actionview (= 6.1.7.6)
595
+ activejob (= 6.1.7.6)
596
+ activemodel (= 6.1.7.6)
597
+ activerecord (= 6.1.7.6)
598
+ activestorage (= 6.1.7.6)
599
+ activesupport (= 6.1.7.6)
598
600
  bundler (>= 1.15.0)
599
- railties (= 6.1.7.4)
601
+ railties (= 6.1.7.6)
600
602
  sprockets-rails (>= 2.0.0)
601
603
  rails-controller-testing (1.0.5)
602
604
  actionpack (>= 5.0.1.rc1)
603
605
  actionview (>= 5.0.1.rc1)
604
606
  activesupport (>= 5.0.1.rc1)
605
- rails-dom-testing (2.1.1)
607
+ rails-dom-testing (2.2.0)
606
608
  activesupport (>= 5.0.0)
607
609
  minitest
608
610
  nokogiri (>= 1.6)
609
- rails-html-sanitizer (1.4.3)
610
- loofah (~> 2.3)
611
+ rails-html-sanitizer (1.5.0)
612
+ loofah (~> 2.19, >= 2.19.1)
611
613
  rails-i18n (6.0.0)
612
614
  i18n (>= 0.7, < 2)
613
615
  railties (>= 6.0.0, < 7)
614
- railties (6.1.7.4)
615
- actionpack (= 6.1.7.4)
616
- activesupport (= 6.1.7.4)
616
+ railties (6.1.7.6)
617
+ actionpack (= 6.1.7.6)
618
+ activesupport (= 6.1.7.6)
617
619
  method_source
618
620
  rake (>= 12.2)
619
621
  thor (~> 1.0)
@@ -628,13 +630,13 @@ GEM
628
630
  ffi (~> 1.0)
629
631
  redcarpet (3.6.0)
630
632
  redis (4.8.1)
631
- regexp_parser (2.8.1)
633
+ regexp_parser (2.8.2)
632
634
  request_store (1.5.1)
633
635
  rack (>= 1.4)
634
- responders (3.1.0)
636
+ responders (3.1.1)
635
637
  actionpack (>= 5.2)
636
638
  railties (>= 5.2)
637
- rexml (3.2.5)
639
+ rexml (3.2.6)
638
640
  rspec (3.12.0)
639
641
  rspec-core (~> 3.12.0)
640
642
  rspec-expectations (~> 3.12.0)
@@ -650,7 +652,7 @@ GEM
650
652
  rspec-html-matchers (0.9.4)
651
653
  nokogiri (~> 1)
652
654
  rspec (>= 3.0.0.a, < 4)
653
- rspec-mocks (3.12.5)
655
+ rspec-mocks (3.12.6)
654
656
  diff-lcs (>= 1.2.0, < 2.0)
655
657
  rspec-support (~> 3.12.0)
656
658
  rspec-rails (4.1.2)
@@ -687,7 +689,7 @@ GEM
687
689
  rubocop-rspec (2.11.1)
688
690
  rubocop (~> 1.19)
689
691
  ruby-progressbar (1.13.0)
690
- ruby-vips (2.1.4)
692
+ ruby-vips (2.2.0)
691
693
  ffi (~> 1.12)
692
694
  ruby2_keywords (0.0.5)
693
695
  rubyXL (3.4.25)
@@ -724,26 +726,26 @@ GEM
724
726
  spring-watcher-listen (2.0.1)
725
727
  listen (>= 2.7, < 4.0)
726
728
  spring (>= 1.2, < 3.0)
727
- sprockets (4.2.0)
729
+ sprockets (4.2.1)
728
730
  concurrent-ruby (~> 1.0)
729
731
  rack (>= 2.2.4, < 4)
730
732
  sprockets-rails (3.4.2)
731
733
  actionpack (>= 5.2)
732
734
  activesupport (>= 5.2)
733
735
  sprockets (>= 3.0.0)
734
- ssrf_filter (1.1.1)
735
- temple (0.10.2)
736
+ ssrf_filter (1.1.2)
737
+ temple (0.10.3)
736
738
  terminal-table (3.0.2)
737
739
  unicode-display_width (>= 1.1.1, < 3)
738
- thor (1.2.2)
740
+ thor (1.3.0)
739
741
  thread_safe (0.3.6)
740
- tilt (2.2.0)
742
+ tilt (2.3.0)
741
743
  timeout (0.4.0)
742
744
  tomlrb (2.0.3)
743
745
  tzinfo (2.0.6)
744
746
  concurrent-ruby (~> 1.0)
745
747
  uber (0.1.0)
746
- unicode-display_width (2.4.2)
748
+ unicode-display_width (2.5.0)
747
749
  valid_email2 (2.3.1)
748
750
  activemodel (>= 3.2)
749
751
  mail (~> 2.5)
@@ -762,12 +764,12 @@ GEM
762
764
  rexml (~> 3.2)
763
765
  warden (1.2.9)
764
766
  rack (>= 2.0.9)
765
- web-console (4.2.0)
767
+ web-console (4.2.1)
766
768
  actionview (>= 6.0.0)
767
769
  activemodel (>= 6.0.0)
768
770
  bindex (>= 0.4.0)
769
771
  railties (>= 6.0.0)
770
- webmock (3.18.1)
772
+ webmock (3.19.1)
771
773
  addressable (>= 2.8.0)
772
774
  crack (>= 0.3.2)
773
775
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -779,17 +781,17 @@ GEM
779
781
  webpush (1.1.0)
780
782
  hkdf (~> 0.2)
781
783
  jwt (~> 2.0)
782
- websocket-driver (0.7.5)
784
+ websocket-driver (0.7.6)
783
785
  websocket-extensions (>= 0.1.0)
784
786
  websocket-extensions (0.1.5)
785
- wicked_pdf (2.6.3)
787
+ wicked_pdf (2.7.0)
786
788
  activesupport
787
789
  wisper (2.0.1)
788
790
  wisper-rspec (1.1.0)
789
791
  wkhtmltopdf-binary (0.12.6.6)
790
792
  xpath (3.2.0)
791
793
  nokogiri (~> 1.8)
792
- zeitwerk (2.6.8)
794
+ zeitwerk (2.6.12)
793
795
 
794
796
  PLATFORMS
795
797
  x86_64-linux
@@ -798,8 +800,8 @@ DEPENDENCIES
798
800
  bootsnap (~> 1.7)
799
801
  byebug (~> 11.0)
800
802
  codecov
801
- decidim (= 0.27.3)
802
- decidim-dev (= 0.27.3)
803
+ decidim (= 0.27.4)
804
+ decidim-dev (= 0.27.4)
803
805
  decidim-participatory_documents!
804
806
  faker (~> 2.14)
805
807
  letter_opener_web (~> 1.3)
@@ -811,7 +813,7 @@ DEPENDENCIES
811
813
  web-console
812
814
 
813
815
  RUBY VERSION
814
- ruby 3.0.5p211
816
+ ruby 3.0.6p216
815
817
 
816
818
  BUNDLED WITH
817
819
  2.3.20