decidim-participatory_documents 0.2.0 → 0.2.2

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