decidim-reporting_proposals 0.6.0 → 0.7.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 (77) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/lint.yml +8 -6
  3. data/.github/workflows/test_integration.yml +24 -11
  4. data/.github/workflows/test_unit.yml +8 -4
  5. data/.rubocop.yml +21 -1
  6. data/.ruby-version +1 -1
  7. data/Gemfile +4 -8
  8. data/Gemfile.lock +361 -393
  9. data/README.md +1 -0
  10. data/app/cells/concerns/decidim/reporting_proposals/proposals_picker_cell_override.rb +4 -4
  11. data/app/commands/concerns/decidim/reporting_proposals/admin/assign_proposals_to_valuator_override.rb +3 -1
  12. data/app/commands/concerns/decidim/reporting_proposals/admin/create_category_override.rb +5 -11
  13. data/app/commands/concerns/decidim/reporting_proposals/admin/create_proposal_answer_template_override.rb +24 -0
  14. data/app/commands/concerns/decidim/reporting_proposals/admin/has_result_command_override.rb +21 -0
  15. data/app/commands/concerns/decidim/reporting_proposals/admin/update_category_override.rb +8 -11
  16. data/app/commands/concerns/decidim/reporting_proposals/admin/update_imported_result_override.rb +30 -0
  17. data/app/commands/concerns/decidim/reporting_proposals/admin/update_result_override.rb +0 -4
  18. data/app/commands/concerns/decidim/reporting_proposals/create_project_override.rb +1 -1
  19. data/app/commands/concerns/decidim/reporting_proposals/create_report_override.rb +1 -1
  20. data/app/controllers/concerns/decidim/reporting_proposals/admin/proposal_answer_templates_controller_override.rb +4 -22
  21. data/app/controllers/concerns/decidim/reporting_proposals/admin/valuation_assignments_controller_override.rb +10 -4
  22. data/app/controllers/concerns/decidim/reporting_proposals/proposals_controller_override.rb +23 -31
  23. data/app/forms/concerns/decidim/reporting_proposals/admin/category_form_override.rb +1 -1
  24. data/app/forms/concerns/decidim/reporting_proposals/form_builder_override.rb +4 -1
  25. data/app/helpers/concerns/decidim/reporting_proposals/admin/proposal_bulk_actions_helper_override.rb +23 -0
  26. data/app/helpers/concerns/decidim/reporting_proposals/admin/proposals_helper_override.rb +18 -0
  27. data/app/helpers/concerns/decidim/reporting_proposals/proposal_wizard_helper_override.rb +17 -3
  28. data/app/jobs/decidim/reporting_proposals/assign_proposal_valuators_job.rb +1 -1
  29. data/app/overrides/decidim/proposals/admin/proposals/_proposal-tr/add_valuators_name.html.erb.deface +5 -5
  30. data/app/overrides/decidim/proposals/admin/proposals/index/add_form_default_class.html.erb.deface +5 -0
  31. data/app/overrides/decidim/proposals/admin/proposals/show/add_valuators_form.html.erb.deface +1 -24
  32. data/app/overrides/decidim/proposals/proposals/edit_draft/replace_partial_edit_form_fields.html.erb.deface +0 -1
  33. data/app/overrides/decidim/proposals/proposals/new/replace_partial_edit_form_fields.html.erb.deface +3 -0
  34. data/app/packs/entrypoints/decidim_reporting_proposals.js +1 -0
  35. data/app/packs/src/decidim/reporting_proposals/assign_valuators_select.js +25 -0
  36. data/app/packs/src/decidim/reporting_proposals/user_camera_inputs.js +1 -1
  37. data/app/packs/stylesheets/decidim/reporting_proposals/list_component_admin.scss +6 -0
  38. data/app/permissions/concerns/decidim/reporting_proposals/admin/permissions_override.rb +12 -2
  39. data/app/queries/decidim/reporting_proposals/nearby_proposals.rb +1 -3
  40. data/app/views/decidim/proposals/admin/proposals/_assign_to_valuator.html.erb +31 -0
  41. data/app/views/decidim/proposals/proposals/compare.html.erb +34 -0
  42. data/app/views/decidim/reporting_proposals/admin/categories/_valuators_field.html.erb +1 -1
  43. data/app/views/decidim/reporting_proposals/admin/proposals/_photo_form.html.erb +2 -2
  44. data/app/views/decidim/reporting_proposals/admin/proposals/_photos.html.erb +4 -1
  45. data/app/views/decidim/reporting_proposals/admin/proposals/_proposal_td_hide.html.erb +1 -9
  46. data/app/views/decidim/reporting_proposals/proposals/_camera_button.html.erb +4 -2
  47. data/app/views/decidim/reporting_proposals/proposals/_reporting_proposal_fields.html.erb +66 -65
  48. data/bin/bundle +62 -0
  49. data/bin/rspec +26 -0
  50. data/bin/test +47 -0
  51. data/bin/test-legacy +3 -0
  52. data/config/locales/ca.yml +22 -34
  53. data/config/locales/de.yml +22 -36
  54. data/config/locales/en.yml +16 -1
  55. data/config/locales/es.yml +22 -36
  56. data/decidim-reporting_proposals.gemspec +1 -2
  57. data/lib/decidim/reporting_proposals/component.rb +26 -17
  58. data/lib/decidim/reporting_proposals/engine.rb +16 -11
  59. data/lib/decidim/reporting_proposals/version.rb +3 -3
  60. data/package-lock.json +129 -86
  61. data/package.json +7 -7
  62. metadata +56 -78
  63. data/.rubocop-disabled.yml +0 -11
  64. data/.rubocop_rails.yml +0 -90
  65. data/.rubocop_ruby.yml +0 -1767
  66. data/app/commands/concerns/decidim/reporting_proposals/admin/create_answer_override.rb +0 -17
  67. data/app/commands/concerns/decidim/reporting_proposals/admin/create_result_override.rb +0 -17
  68. data/app/commands/concerns/decidim/reporting_proposals/gallery_methods_override.rb +0 -18
  69. data/app/overrides/decidim/proposals/proposals/compare/add_css.html.erb.deface +0 -5
  70. data/app/overrides/decidim/proposals/proposals/compare/add_distance_badge.html.erb.deface +0 -10
  71. data/app/overrides/decidim/proposals/proposals/edit/add_user_group.html.erb.deface +0 -3
  72. data/app/overrides/decidim/proposals/proposals/new/remove_body.html.erb.deface +0 -1
  73. data/app/overrides/decidim/proposals/proposals/new/replace_body.html.erb.deface +0 -3
  74. data/app/permissions/decidim/templates/admin/permissions.rb +0 -51
  75. data/app/views/decidim/reporting_proposals/proposals/_new_proposal_fields.html.erb +0 -9
  76. data/app/views/decidim/reporting_proposals/proposals/_user_group.html.erb +0 -5
  77. data/babel.config.json +0 -25
data/Gemfile.lock CHANGED
@@ -1,50 +1,57 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- decidim-reporting_proposals (0.6.0)
5
- decidim-admin (>= 0.28, < 0.29)
6
- decidim-core (>= 0.28, < 0.29)
7
- decidim-participatory_processes (>= 0.28, < 0.29)
8
- decidim-proposals (>= 0.28, < 0.29)
4
+ decidim-reporting_proposals (0.7.1)
5
+ decidim-admin (>= 0.29.3, < 0.30)
6
+ decidim-core (>= 0.29.3, < 0.30)
7
+ decidim-participatory_processes (>= 0.29.3, < 0.30)
8
+ decidim-proposals (>= 0.29.3, < 0.30)
9
9
  deface (>= 1.9)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (6.1.7.7)
15
- actionpack (= 6.1.7.7)
16
- activesupport (= 6.1.7.7)
14
+ actioncable (7.0.8.7)
15
+ actionpack (= 7.0.8.7)
16
+ activesupport (= 7.0.8.7)
17
17
  nio4r (~> 2.0)
18
18
  websocket-driver (>= 0.6.1)
19
- actionmailbox (6.1.7.7)
20
- actionpack (= 6.1.7.7)
21
- activejob (= 6.1.7.7)
22
- activerecord (= 6.1.7.7)
23
- activestorage (= 6.1.7.7)
24
- activesupport (= 6.1.7.7)
19
+ actionmailbox (7.0.8.7)
20
+ actionpack (= 7.0.8.7)
21
+ activejob (= 7.0.8.7)
22
+ activerecord (= 7.0.8.7)
23
+ activestorage (= 7.0.8.7)
24
+ activesupport (= 7.0.8.7)
25
25
  mail (>= 2.7.1)
26
- actionmailer (6.1.7.7)
27
- actionpack (= 6.1.7.7)
28
- actionview (= 6.1.7.7)
29
- activejob (= 6.1.7.7)
30
- activesupport (= 6.1.7.7)
26
+ net-imap
27
+ net-pop
28
+ net-smtp
29
+ actionmailer (7.0.8.7)
30
+ actionpack (= 7.0.8.7)
31
+ actionview (= 7.0.8.7)
32
+ activejob (= 7.0.8.7)
33
+ activesupport (= 7.0.8.7)
31
34
  mail (~> 2.5, >= 2.5.4)
35
+ net-imap
36
+ net-pop
37
+ net-smtp
32
38
  rails-dom-testing (~> 2.0)
33
- actionpack (6.1.7.7)
34
- actionview (= 6.1.7.7)
35
- activesupport (= 6.1.7.7)
36
- rack (~> 2.0, >= 2.0.9)
39
+ actionpack (7.0.8.7)
40
+ actionview (= 7.0.8.7)
41
+ activesupport (= 7.0.8.7)
42
+ rack (~> 2.0, >= 2.2.4)
37
43
  rack-test (>= 0.6.3)
38
44
  rails-dom-testing (~> 2.0)
39
45
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
40
- actiontext (6.1.7.7)
41
- actionpack (= 6.1.7.7)
42
- activerecord (= 6.1.7.7)
43
- activestorage (= 6.1.7.7)
44
- activesupport (= 6.1.7.7)
46
+ actiontext (7.0.8.7)
47
+ actionpack (= 7.0.8.7)
48
+ activerecord (= 7.0.8.7)
49
+ activestorage (= 7.0.8.7)
50
+ activesupport (= 7.0.8.7)
51
+ globalid (>= 0.6.0)
45
52
  nokogiri (>= 1.8.5)
46
- actionview (6.1.7.7)
47
- activesupport (= 6.1.7.7)
53
+ actionview (7.0.8.7)
54
+ activesupport (= 7.0.8.7)
48
55
  builder (~> 3.1)
49
56
  erubi (~> 1.4)
50
57
  rails-dom-testing (~> 2.0)
@@ -52,32 +59,32 @@ GEM
52
59
  active_link_to (1.0.5)
53
60
  actionpack
54
61
  addressable
55
- activejob (6.1.7.7)
56
- activesupport (= 6.1.7.7)
62
+ activejob (7.0.8.7)
63
+ activesupport (= 7.0.8.7)
57
64
  globalid (>= 0.3.6)
58
- activemodel (6.1.7.7)
59
- activesupport (= 6.1.7.7)
60
- activerecord (6.1.7.7)
61
- activemodel (= 6.1.7.7)
62
- activesupport (= 6.1.7.7)
63
- activestorage (6.1.7.7)
64
- actionpack (= 6.1.7.7)
65
- activejob (= 6.1.7.7)
66
- activerecord (= 6.1.7.7)
67
- activesupport (= 6.1.7.7)
65
+ activemodel (7.0.8.7)
66
+ activesupport (= 7.0.8.7)
67
+ activerecord (7.0.8.7)
68
+ activemodel (= 7.0.8.7)
69
+ activesupport (= 7.0.8.7)
70
+ activestorage (7.0.8.7)
71
+ actionpack (= 7.0.8.7)
72
+ activejob (= 7.0.8.7)
73
+ activerecord (= 7.0.8.7)
74
+ activesupport (= 7.0.8.7)
68
75
  marcel (~> 1.0)
69
76
  mini_mime (>= 1.1.0)
70
- activesupport (6.1.7.7)
77
+ activesupport (7.0.8.7)
71
78
  concurrent-ruby (~> 1.0, >= 1.0.2)
72
79
  i18n (>= 1.6, < 2)
73
80
  minitest (>= 5.1)
74
81
  tzinfo (~> 2.0)
75
- zeitwerk (~> 2.3)
76
- acts_as_list (1.1.0)
77
- activerecord (>= 4.2)
78
- addressable (2.8.6)
79
- public_suffix (>= 2.0.2, < 6.0)
80
- ast (2.4.2)
82
+ acts_as_list (1.2.4)
83
+ activerecord (>= 6.1)
84
+ activesupport (>= 6.1)
85
+ addressable (2.8.7)
86
+ public_suffix (>= 2.0.2, < 7.0)
87
+ ast (2.4.3)
81
88
  base64 (0.2.0)
82
89
  batch-loader (1.5.0)
83
90
  bcrypt (3.1.20)
@@ -88,12 +95,14 @@ GEM
88
95
  erubi (~> 1.4)
89
96
  parser (>= 2.4)
90
97
  smart_properties
91
- bigdecimal (3.1.7)
98
+ bigdecimal (3.1.9)
92
99
  bindex (0.8.1)
93
- bootsnap (1.18.3)
100
+ bootsnap (1.18.4)
94
101
  msgpack (~> 1.2)
102
+ brakeman (6.2.2)
103
+ racc
95
104
  browser (2.7.1)
96
- builder (3.2.4)
105
+ builder (3.3.0)
97
106
  bullet (7.1.6)
98
107
  activesupport (>= 3.0.0)
99
108
  uniform_notifier (~> 1.11)
@@ -107,106 +116,93 @@ GEM
107
116
  rack-test (>= 0.6.3)
108
117
  regexp_parser (>= 1.5, < 3.0)
109
118
  xpath (~> 3.2)
110
- carrierwave (2.2.6)
111
- activemodel (>= 5.0.0)
112
- activesupport (>= 5.0.0)
113
- addressable (~> 2.6)
114
- image_processing (~> 1.1)
115
- marcel (~> 1.0.0)
116
- mini_mime (>= 0.1.3)
117
- ssrf_filter (~> 1.0)
118
- cells (4.1.7)
119
- declarative-builder (< 0.2.0)
119
+ cells (4.1.8)
120
+ declarative-builder (~> 0.2.0)
120
121
  declarative-option (< 0.2.0)
121
122
  tilt (>= 1.4, < 3)
122
123
  uber (< 0.2.0)
123
124
  cells-erb (0.1.0)
124
125
  cells (~> 4.0)
125
126
  erbse (>= 0.1.1)
126
- cells-rails (0.1.5)
127
+ cells-rails (0.1.6)
127
128
  actionpack (>= 5.0)
128
129
  cells (>= 4.1.6, < 5.0.0)
129
- charlock_holmes (0.7.7)
130
- childprocess (5.0.0)
130
+ charlock_holmes (0.7.9)
131
+ childprocess (5.1.0)
132
+ logger (~> 1.5)
131
133
  codecov (0.2.12)
132
134
  json
133
135
  simplecov
134
- commonmarker (0.23.10)
135
- concurrent-ruby (1.2.3)
136
+ commonmarker (0.23.11)
137
+ concurrent-ruby (1.3.4)
136
138
  crack (1.0.0)
137
139
  bigdecimal
138
140
  rexml
139
141
  crass (1.0.6)
140
- css_parser (1.17.1)
142
+ css_parser (1.21.1)
141
143
  addressable
142
- date (3.3.4)
144
+ csv (3.3.4)
145
+ dartsass (1.49.8)
146
+ date (3.4.1)
143
147
  date_validator (0.12.0)
144
148
  activemodel (>= 3)
145
149
  activesupport (>= 3)
146
- decidim (0.28.0)
147
- decidim-accountability (= 0.28.0)
148
- decidim-admin (= 0.28.0)
149
- decidim-api (= 0.28.0)
150
- decidim-assemblies (= 0.28.0)
151
- decidim-blogs (= 0.28.0)
152
- decidim-budgets (= 0.28.0)
153
- decidim-comments (= 0.28.0)
154
- decidim-core (= 0.28.0)
155
- decidim-debates (= 0.28.0)
156
- decidim-forms (= 0.28.0)
157
- decidim-generators (= 0.28.0)
158
- decidim-meetings (= 0.28.0)
159
- decidim-pages (= 0.28.0)
160
- decidim-participatory_processes (= 0.28.0)
161
- decidim-proposals (= 0.28.0)
162
- decidim-sortitions (= 0.28.0)
163
- decidim-surveys (= 0.28.0)
164
- decidim-system (= 0.28.0)
165
- decidim-templates (= 0.28.0)
166
- decidim-verifications (= 0.28.0)
167
- decidim-accountability (0.28.0)
168
- decidim-comments (= 0.28.0)
169
- decidim-core (= 0.28.0)
170
- decidim-admin (0.28.0)
150
+ decidim (0.29.3)
151
+ decidim-accountability (= 0.29.3)
152
+ decidim-admin (= 0.29.3)
153
+ decidim-api (= 0.29.3)
154
+ decidim-assemblies (= 0.29.3)
155
+ decidim-blogs (= 0.29.3)
156
+ decidim-budgets (= 0.29.3)
157
+ decidim-comments (= 0.29.3)
158
+ decidim-core (= 0.29.3)
159
+ decidim-debates (= 0.29.3)
160
+ decidim-forms (= 0.29.3)
161
+ decidim-generators (= 0.29.3)
162
+ decidim-meetings (= 0.29.3)
163
+ decidim-pages (= 0.29.3)
164
+ decidim-participatory_processes (= 0.29.3)
165
+ decidim-proposals (= 0.29.3)
166
+ decidim-sortitions (= 0.29.3)
167
+ decidim-surveys (= 0.29.3)
168
+ decidim-system (= 0.29.3)
169
+ decidim-verifications (= 0.29.3)
170
+ decidim-accountability (0.29.3)
171
+ decidim-comments (= 0.29.3)
172
+ decidim-core (= 0.29.3)
173
+ decidim-admin (0.29.3)
171
174
  active_link_to (~> 1.0)
172
- decidim-core (= 0.28.0)
175
+ decidim-core (= 0.29.3)
173
176
  devise (~> 4.7)
174
177
  devise-i18n (~> 1.2)
175
178
  devise_invitable (~> 2.0, >= 2.0.9)
176
- decidim-api (0.28.0)
177
- commonmarker (~> 0.23.0, >= 0.23.9)
178
- graphql (~> 2.0.0)
179
- graphql-docs (~> 3.0.1)
179
+ decidim-api (0.29.3)
180
+ decidim-core (= 0.29.3)
181
+ graphql (~> 2.2.6)
182
+ graphql-docs (~> 4.0)
180
183
  rack-cors (~> 1.0)
181
- decidim-assemblies (0.28.0)
182
- decidim-core (= 0.28.0)
183
- decidim-blogs (0.28.0)
184
- decidim-admin (= 0.28.0)
185
- decidim-comments (= 0.28.0)
186
- decidim-core (= 0.28.0)
187
- decidim-budgets (0.28.0)
188
- decidim-comments (= 0.28.0)
189
- decidim-core (= 0.28.0)
190
- decidim-bulletin_board (0.24.4)
191
- byebug (~> 11.0)
192
- graphlient (~> 0.5.0)
193
- jwt (~> 2.5.0)
194
- rails (>= 5.0.0, < 7.1)
195
- wisper (~> 2.0.0)
196
- decidim-comments (0.28.0)
197
- decidim-core (= 0.28.0)
184
+ decidim-assemblies (0.29.3)
185
+ decidim-core (= 0.29.3)
186
+ decidim-blogs (0.29.3)
187
+ decidim-admin (= 0.29.3)
188
+ decidim-comments (= 0.29.3)
189
+ decidim-core (= 0.29.3)
190
+ decidim-budgets (0.29.3)
191
+ decidim-comments (= 0.29.3)
192
+ decidim-core (= 0.29.3)
193
+ decidim-comments (0.29.3)
194
+ decidim-core (= 0.29.3)
198
195
  redcarpet (~> 3.5, >= 3.5.1)
199
- decidim-core (0.28.0)
196
+ decidim-core (0.29.3)
200
197
  active_link_to (~> 1.0)
201
198
  acts_as_list (~> 1.0)
202
199
  batch-loader (~> 1.2)
203
200
  browser (~> 2.7)
204
- carrierwave (~> 2.2.5, >= 2.2.5)
205
201
  cells-erb (~> 0.1.0)
206
202
  cells-rails (~> 0.1.3)
207
203
  charlock_holmes (~> 0.7)
204
+ concurrent-ruby (= 1.3.4)
208
205
  date_validator (~> 0.12.0)
209
- decidim-api (= 0.28.0)
210
206
  devise (~> 4.7)
211
207
  devise-i18n (~> 1.2, < 1.11.1)
212
208
  diffy (~> 3.3)
@@ -217,13 +213,14 @@ GEM
217
213
  foundation_rails_helper (~> 4.0)
218
214
  geocoder (~> 1.8)
219
215
  hashdiff (>= 0.4.0, < 2.0.0)
216
+ image_processing (~> 1.2)
220
217
  invisible_captcha (~> 0.12)
221
218
  kaminari (~> 1.2, >= 1.2.1)
222
219
  loofah (~> 2.19, >= 2.19.1)
223
220
  mime-types (>= 1.16, < 4.0)
224
221
  mini_magick (~> 4.9)
225
- mustache (~> 1.1.0)
226
222
  net-smtp (~> 0.3.1)
223
+ nokogiri (~> 1.16, >= 1.16.2)
227
224
  omniauth (~> 2.0)
228
225
  omniauth-facebook (~> 5.0)
229
226
  omniauth-google-oauth2 (~> 1.0)
@@ -234,33 +231,32 @@ GEM
234
231
  pg_search (~> 2.2)
235
232
  premailer-rails (~> 1.10)
236
233
  psych (~> 4.0)
237
- rack (~> 2.2, >= 2.2.6.4)
234
+ rack (~> 2.2, >= 2.2.8.1)
238
235
  rack-attack (~> 6.0)
239
- rails (~> 6.1.7, >= 6.1.7.4)
240
- rails-i18n (~> 6.0)
236
+ rails (~> 7.0.8)
237
+ rails-i18n (~> 7.0)
241
238
  ransack (~> 3.2.1)
242
239
  redis (~> 4.1)
243
240
  request_store (~> 1.5.0)
244
241
  rubyXL (~> 3.4)
245
242
  rubyzip (~> 2.0)
246
- seven_zip_ruby (~> 1.3)
247
243
  shakapacker (~> 7.1.0)
248
244
  valid_email2 (~> 4.0)
249
245
  web-push (~> 3.0)
250
246
  wisper (~> 2.0)
251
- decidim-debates (0.28.0)
252
- decidim-comments (= 0.28.0)
253
- decidim-core (= 0.28.0)
254
- decidim-dev (0.28.0)
255
- bullet (~> 7.0)
247
+ decidim-debates (0.29.3)
248
+ decidim-comments (= 0.29.3)
249
+ decidim-core (= 0.29.3)
250
+ decidim-dev (0.29.3)
251
+ bullet (~> 7.1.6)
256
252
  byebug (~> 11.0)
257
253
  capybara (~> 3.39)
258
- decidim (= 0.28.0)
254
+ decidim (= 0.29.3)
259
255
  erb_lint (~> 0.4.0)
260
256
  factory_bot_rails (~> 6.2)
261
257
  faker (~> 3.2)
262
258
  i18n-tasks (~> 1.0)
263
- nokogiri (~> 1.14, >= 1.14.3)
259
+ nokogiri (~> 1.16, >= 1.16.2)
264
260
  parallel_tests (~> 4.2)
265
261
  puma (~> 6.2, >= 6.3.1)
266
262
  rails-controller-testing (~> 1.0)
@@ -270,65 +266,62 @@ GEM
270
266
  rspec-rails (~> 6.0)
271
267
  rspec-retry (~> 0.6.2)
272
268
  rspec_junit_formatter (~> 0.6.0)
273
- rubocop (~> 1.50.0)
269
+ rubocop (~> 1.65.0)
270
+ rubocop-capybara (~> 2.21)
271
+ rubocop-factory_bot (~> 2.26)
274
272
  rubocop-faker (~> 1.1)
275
- rubocop-rails (~> 2.19)
276
- rubocop-rspec (~> 2.20)
273
+ rubocop-performance (~> 1.21)
274
+ rubocop-rails (~> 2.25)
275
+ rubocop-rspec (~> 3.0)
276
+ rubocop-rspec_rails (~> 2.30)
277
+ rubocop-rubycw (~> 0.1)
277
278
  selenium-webdriver (~> 4.9)
278
279
  simplecov (~> 0.22.0)
279
280
  simplecov-cobertura (~> 2.1.0)
281
+ spring (~> 4.0)
282
+ spring-watcher-listen (~> 2.0)
280
283
  w3c_rspec_validators (~> 0.3.0)
281
284
  webmock (~> 3.18)
282
285
  wisper-rspec (~> 1.0)
283
- decidim-elections (0.28.0)
284
- decidim-bulletin_board (~> 0.24.4)
285
- decidim-core (= 0.28.0)
286
- decidim-forms (= 0.28.0)
287
- decidim-proposals (= 0.28.0)
288
- rack-attack (~> 6.0)
289
- voting_schemes-dummy (~> 0.24.4)
290
- voting_schemes-electionguard (~> 0.24.4)
291
- decidim-forms (0.28.0)
292
- decidim-core (= 0.28.0)
286
+ decidim-forms (0.29.3)
287
+ decidim-core (= 0.29.3)
293
288
  wicked_pdf (~> 2.1)
294
- wkhtmltopdf-binary (~> 0.12)
295
- decidim-generators (0.28.0)
296
- decidim-core (= 0.28.0)
297
- decidim-meetings (0.28.0)
298
- decidim-core (= 0.28.0)
299
- decidim-forms (= 0.28.0)
289
+ decidim-generators (0.29.3)
290
+ decidim-core (= 0.29.3)
291
+ decidim-meetings (0.29.3)
292
+ decidim-core (= 0.29.3)
293
+ decidim-forms (= 0.29.3)
300
294
  icalendar (~> 2.5)
301
- decidim-pages (0.28.0)
302
- decidim-core (= 0.28.0)
303
- decidim-participatory_processes (0.28.0)
304
- decidim-core (= 0.28.0)
305
- decidim-proposals (0.28.0)
306
- decidim-comments (= 0.28.0)
307
- decidim-core (= 0.28.0)
308
- doc2text (~> 0.4.6)
295
+ decidim-pages (0.29.3)
296
+ decidim-core (= 0.29.3)
297
+ decidim-participatory_processes (0.29.3)
298
+ decidim-core (= 0.29.3)
299
+ decidim-proposals (0.29.3)
300
+ decidim-comments (= 0.29.3)
301
+ decidim-core (= 0.29.3)
302
+ doc2text (~> 0.4.7)
309
303
  redcarpet (~> 3.5, >= 3.5.1)
310
- decidim-sortitions (0.28.0)
311
- decidim-admin (= 0.28.0)
312
- decidim-comments (= 0.28.0)
313
- decidim-core (= 0.28.0)
314
- decidim-proposals (= 0.28.0)
315
- decidim-surveys (0.28.0)
316
- decidim-core (= 0.28.0)
317
- decidim-forms (= 0.28.0)
318
- decidim-templates (= 0.28.0)
319
- decidim-system (0.28.0)
304
+ decidim-sortitions (0.29.3)
305
+ decidim-admin (= 0.29.3)
306
+ decidim-comments (= 0.29.3)
307
+ decidim-core (= 0.29.3)
308
+ decidim-proposals (= 0.29.3)
309
+ decidim-surveys (0.29.3)
310
+ decidim-core (= 0.29.3)
311
+ decidim-forms (= 0.29.3)
312
+ decidim-system (0.29.3)
320
313
  active_link_to (~> 1.0)
321
- decidim-core (= 0.28.0)
314
+ decidim-core (= 0.29.3)
322
315
  devise (~> 4.7)
323
316
  devise-i18n (~> 1.2)
324
317
  devise_invitable (~> 2.0, >= 2.0.9)
325
- decidim-templates (0.28.0)
326
- decidim-core (= 0.28.0)
327
- decidim-forms (= 0.28.0)
328
- decidim-verifications (0.28.0)
329
- decidim-core (= 0.28.0)
330
- declarative-builder (0.1.0)
331
- declarative-option (< 0.2.0)
318
+ decidim-templates (0.29.3)
319
+ decidim-core (= 0.29.3)
320
+ decidim-forms (= 0.29.3)
321
+ decidim-verifications (0.29.3)
322
+ decidim-core (= 0.29.3)
323
+ declarative-builder (0.2.0)
324
+ trailblazer-option (~> 0.1.0)
332
325
  declarative-option (0.1.0)
333
326
  deface (1.9.0)
334
327
  actionview (>= 5.2)
@@ -344,16 +337,16 @@ GEM
344
337
  warden (~> 1.2.3)
345
338
  devise-i18n (1.11.0)
346
339
  devise (>= 4.9.0)
347
- devise_invitable (2.0.9)
340
+ devise_invitable (2.0.10)
348
341
  actionmailer (>= 5.0)
349
342
  devise (>= 4.6)
350
- diff-lcs (1.5.1)
351
- diffy (3.4.2)
352
- doc2text (0.4.7)
353
- nokogiri (>= 1.13.2, < 1.17.0)
343
+ diff-lcs (1.6.2)
344
+ diffy (3.4.3)
345
+ doc2text (0.4.8)
346
+ nokogiri (>= 1.18.2)
354
347
  rubyzip (~> 2.3.0)
355
- docile (1.4.0)
356
- doorkeeper (5.6.9)
348
+ docile (1.4.1)
349
+ doorkeeper (5.8.2)
357
350
  railties (>= 5)
358
351
  doorkeeper-i18n (4.0.1)
359
352
  erb_lint (0.4.0)
@@ -365,53 +358,35 @@ GEM
365
358
  smart_properties
366
359
  erbse (0.1.4)
367
360
  temple
368
- erubi (1.12.0)
369
- escape_utils (1.2.2)
370
- excon (0.110.0)
361
+ erubi (1.13.1)
362
+ escape_utils (1.3.0)
363
+ excon (1.2.5)
364
+ logger
371
365
  extended-markdown-filter (0.7.0)
372
366
  html-pipeline (~> 2.9)
373
- factory_bot (6.4.6)
374
- activesupport (>= 5.0.0)
375
- factory_bot_rails (6.4.3)
376
- factory_bot (~> 6.4)
367
+ factory_bot (6.5.3)
368
+ activesupport (>= 6.1.0)
369
+ factory_bot_rails (6.4.4)
370
+ factory_bot (~> 6.5)
377
371
  railties (>= 5.0.0)
378
- faker (3.3.1)
372
+ faker (3.5.1)
379
373
  i18n (>= 1.8.11, < 2)
380
- faraday (1.10.3)
381
- faraday-em_http (~> 1.0)
382
- faraday-em_synchrony (~> 1.0)
383
- faraday-excon (~> 1.1)
384
- faraday-httpclient (~> 1.0)
385
- faraday-multipart (~> 1.0)
386
- faraday-net_http (~> 1.0)
387
- faraday-net_http_persistent (~> 1.0)
388
- faraday-patron (~> 1.0)
389
- faraday-rack (~> 1.0)
390
- faraday-retry (~> 1.0)
391
- ruby2_keywords (>= 0.0.4)
392
- faraday-em_http (1.0.0)
393
- faraday-em_synchrony (1.0.0)
394
- faraday-excon (1.1.0)
395
- faraday-httpclient (1.0.1)
396
- faraday-multipart (1.0.4)
397
- multipart-post (~> 2)
398
- faraday-net_http (1.0.1)
399
- faraday-net_http_persistent (1.2.0)
400
- faraday-patron (1.0.0)
401
- faraday-rack (1.0.0)
402
- faraday-retry (1.0.3)
403
- faraday_middleware (1.2.0)
404
- faraday (~> 1.0)
405
- ffi (1.16.3)
374
+ faraday (2.13.0)
375
+ faraday-net_http (>= 2.0, < 3.5)
376
+ json
377
+ logger
378
+ faraday-net_http (3.4.0)
379
+ net-http (>= 0.5.0)
380
+ ffi (1.17.2)
406
381
  file_validators (3.0.0)
407
382
  activemodel (>= 3.2)
408
383
  mime-types (>= 1.0)
409
- fog-core (2.4.0)
384
+ fog-core (2.6.0)
410
385
  builder
411
- excon (~> 0.71)
386
+ excon (~> 1.0)
412
387
  formatador (>= 0.2, < 2.0)
413
388
  mime-types
414
- fog-local (0.8.0)
389
+ fog-local (0.9.0)
415
390
  fog-core (>= 1.27, < 3.0)
416
391
  formatador (1.1.0)
417
392
  foundation_rails_helper (4.0.1)
@@ -420,56 +395,57 @@ GEM
420
395
  activesupport (>= 4.1, < 7.1)
421
396
  railties (>= 4.1, < 7.1)
422
397
  gemoji (3.0.1)
423
- geocoder (1.8.2)
398
+ geocoder (1.8.5)
399
+ base64 (>= 0.1.0)
400
+ csv (>= 3.0.0)
424
401
  globalid (1.2.1)
425
402
  activesupport (>= 6.1)
426
- graphlient (0.5.0)
427
- faraday (>= 1.0)
428
- faraday_middleware
429
- graphql-client
430
- graphql (2.0.29)
403
+ graphql (2.2.17)
431
404
  base64
432
- graphql-client (0.22.0)
433
- activesupport (>= 3.0)
434
- graphql (>= 1.13.0)
435
- graphql-docs (3.0.1)
436
- commonmarker (~> 0.16)
437
- escape_utils (~> 1.2.2)
405
+ graphql-docs (4.0.0)
406
+ commonmarker (~> 0.23, >= 0.23.6)
407
+ dartsass (~> 1.49)
408
+ escape_utils (~> 1.2)
438
409
  extended-markdown-filter (~> 0.4)
439
410
  gemoji (~> 3.0)
440
411
  graphql (~> 2.0)
441
- html-pipeline (~> 2.9)
442
- sass (~> 3.4)
443
- hashdiff (1.1.0)
412
+ html-pipeline (~> 2.14, >= 2.14.3)
413
+ hashdiff (1.1.2)
444
414
  hashie (5.0.0)
445
- highline (3.0.1)
415
+ highline (3.1.2)
416
+ reline
446
417
  html-pipeline (2.14.3)
447
418
  activesupport (>= 2)
448
419
  nokogiri (>= 1.4)
449
420
  htmlentities (4.3.4)
450
- i18n (1.14.4)
421
+ i18n (1.14.7)
451
422
  concurrent-ruby (~> 1.0)
452
- i18n-tasks (1.0.13)
423
+ i18n-tasks (1.0.15)
453
424
  activesupport (>= 4.0.2)
454
425
  ast (>= 2.1.0)
455
- better_html (>= 1.0, < 3.0)
456
426
  erubi
457
427
  highline (>= 2.0.0)
458
428
  i18n
459
429
  parser (>= 3.2.2.1)
460
430
  rails-i18n
461
431
  rainbow (>= 2.2.2, < 4.0)
432
+ ruby-progressbar (~> 1.8, >= 1.8.1)
462
433
  terminal-table (>= 1.5.1)
463
- icalendar (2.10.1)
434
+ icalendar (2.11.0)
435
+ base64
464
436
  ice_cube (~> 0.16)
465
- ice_cube (0.16.4)
466
- image_processing (1.12.2)
467
- mini_magick (>= 4.9.5, < 5)
437
+ logger
438
+ ostruct
439
+ ice_cube (0.17.0)
440
+ image_processing (1.14.0)
441
+ mini_magick (>= 4.9.5, < 6)
468
442
  ruby-vips (>= 2.0.17, < 3)
469
443
  invisible_captcha (0.13.0)
470
444
  rails (>= 3.2.0)
471
- json (2.7.2)
472
- jwt (2.5.0)
445
+ io-console (0.8.0)
446
+ json (2.11.0)
447
+ jwt (2.10.1)
448
+ base64
473
449
  kaminari (1.2.2)
474
450
  activesupport (>= 4.1.0)
475
451
  kaminari-actionview (= 1.2.2)
@@ -482,7 +458,8 @@ GEM
482
458
  activerecord
483
459
  kaminari-core (= 1.2.2)
484
460
  kaminari-core (1.2.2)
485
- launchy (3.0.0)
461
+ language_server-protocol (3.17.0.5)
462
+ launchy (3.0.1)
486
463
  addressable (~> 2.8)
487
464
  childprocess (~> 5.0)
488
465
  letter_opener (1.10.0)
@@ -495,7 +472,8 @@ GEM
495
472
  listen (3.9.0)
496
473
  rb-fsevent (~> 0.10, >= 0.10.3)
497
474
  rb-inotify (~> 0.9, >= 0.9.10)
498
- loofah (2.22.0)
475
+ logger (1.7.0)
476
+ loofah (2.24.0)
499
477
  crass (~> 1.0.2)
500
478
  nokogiri (>= 1.12.0)
501
479
  mail (2.8.1)
@@ -505,18 +483,21 @@ GEM
505
483
  net-smtp
506
484
  marcel (1.0.4)
507
485
  matrix (0.4.2)
508
- method_source (1.0.0)
509
- mime-types (3.5.2)
486
+ method_source (1.1.0)
487
+ mime-types (3.6.2)
488
+ logger
510
489
  mime-types-data (~> 3.2015)
511
- mime-types-data (3.2024.0305)
512
- mini_magick (4.12.0)
490
+ mime-types-data (3.2025.0422)
491
+ mini_magick (4.13.2)
513
492
  mini_mime (1.1.5)
514
- minitest (5.22.3)
515
- msgpack (1.7.2)
516
- multi_xml (0.6.0)
517
- multipart-post (2.4.0)
518
- mustache (1.1.1)
519
- net-imap (0.4.10)
493
+ mini_portile2 (2.8.8)
494
+ minitest (5.25.5)
495
+ msgpack (1.7.3)
496
+ multi_xml (0.7.1)
497
+ bigdecimal (~> 3.1)
498
+ net-http (0.6.0)
499
+ uri
500
+ net-imap (0.5.7)
520
501
  date
521
502
  net-protocol
522
503
  net-pop (0.1.2)
@@ -525,12 +506,9 @@ GEM
525
506
  timeout
526
507
  net-smtp (0.3.4)
527
508
  net-protocol
528
- nio4r (2.7.1)
529
- nokogiri (1.16.4-arm64-darwin)
530
- racc (~> 1.4)
531
- nokogiri (1.16.4-x86_64-darwin)
532
- racc (~> 1.4)
533
- nokogiri (1.16.4-x86_64-linux)
509
+ nio4r (2.7.4)
510
+ nokogiri (1.18.8)
511
+ mini_portile2 (~> 2.8.2)
534
512
  racc (~> 1.4)
535
513
  oauth (1.1.0)
536
514
  oauth-tty (~> 1.0, >= 1.0.1)
@@ -545,60 +523,63 @@ GEM
545
523
  rack (>= 1.2, < 4)
546
524
  snaky_hash (~> 2.0)
547
525
  version_gem (~> 1.1)
548
- omniauth (2.1.2)
526
+ omniauth (2.1.3)
549
527
  hashie (>= 3.4.6)
550
528
  rack (>= 2.2.3)
551
529
  rack-protection
552
530
  omniauth-facebook (5.0.0)
553
531
  omniauth-oauth2 (~> 1.2)
554
- omniauth-google-oauth2 (1.1.2)
555
- jwt (>= 2.0)
532
+ omniauth-google-oauth2 (1.2.1)
533
+ jwt (>= 2.9.2)
556
534
  oauth2 (~> 2.0)
557
535
  omniauth (~> 2.0)
558
536
  omniauth-oauth2 (~> 1.8)
559
- omniauth-oauth (1.2.0)
537
+ omniauth-oauth (1.2.1)
560
538
  oauth
561
539
  omniauth (>= 1.0, < 3)
540
+ rack (>= 1.6.2, < 4)
562
541
  omniauth-oauth2 (1.8.0)
563
542
  oauth2 (>= 1.4, < 3)
564
543
  omniauth (~> 2.0)
565
- omniauth-rails_csrf_protection (1.0.1)
544
+ omniauth-rails_csrf_protection (1.0.2)
566
545
  actionpack (>= 4.2)
567
546
  omniauth (~> 2.0)
568
547
  omniauth-twitter (1.4.0)
569
548
  omniauth-oauth (~> 1.1)
570
549
  rack
571
- openssl (3.2.0)
550
+ openssl (3.3.0)
572
551
  orm_adapter (0.5.0)
552
+ ostruct (0.6.1)
573
553
  paper_trail (12.3.0)
574
554
  activerecord (>= 5.2)
575
555
  request_store (~> 1.1)
576
- parallel (1.24.0)
577
- parallel_tests (4.6.1)
556
+ parallel (1.26.3)
557
+ parallel_tests (4.7.2)
578
558
  parallel
579
- parser (3.3.0.5)
559
+ parser (3.3.8.0)
580
560
  ast (~> 2.4.1)
581
561
  racc
582
562
  pg (1.4.6)
583
- pg_search (2.3.6)
584
- activerecord (>= 5.2)
585
- activesupport (>= 5.2)
563
+ pg_search (2.3.7)
564
+ activerecord (>= 6.1)
565
+ activesupport (>= 6.1)
586
566
  polyglot (0.3.5)
587
- premailer (1.23.0)
567
+ premailer (1.27.0)
588
568
  addressable
589
- css_parser (>= 1.12.0)
569
+ css_parser (>= 1.19.0)
590
570
  htmlentities (>= 4.0.0)
591
571
  premailer-rails (1.12.0)
592
572
  actionmailer (>= 3)
593
573
  net-smtp
594
574
  premailer (~> 1.7, >= 1.7.9)
575
+ prism (1.4.0)
595
576
  psych (4.0.6)
596
577
  stringio
597
- public_suffix (5.0.5)
598
- puma (6.4.2)
578
+ public_suffix (6.0.1)
579
+ puma (6.4.3)
599
580
  nio4r (~> 2.0)
600
- racc (1.7.3)
601
- rack (2.2.9)
581
+ racc (1.8.1)
582
+ rack (2.2.13)
602
583
  rack-attack (6.7.0)
603
584
  rack (>= 1.0, < 4)
604
585
  rack-cors (1.1.1)
@@ -608,23 +589,22 @@ GEM
608
589
  rack (~> 2.2, >= 2.2.4)
609
590
  rack-proxy (0.7.7)
610
591
  rack
611
- rack-test (2.1.0)
592
+ rack-test (2.2.0)
612
593
  rack (>= 1.3)
613
- rails (6.1.7.7)
614
- actioncable (= 6.1.7.7)
615
- actionmailbox (= 6.1.7.7)
616
- actionmailer (= 6.1.7.7)
617
- actionpack (= 6.1.7.7)
618
- actiontext (= 6.1.7.7)
619
- actionview (= 6.1.7.7)
620
- activejob (= 6.1.7.7)
621
- activemodel (= 6.1.7.7)
622
- activerecord (= 6.1.7.7)
623
- activestorage (= 6.1.7.7)
624
- activesupport (= 6.1.7.7)
594
+ rails (7.0.8.7)
595
+ actioncable (= 7.0.8.7)
596
+ actionmailbox (= 7.0.8.7)
597
+ actionmailer (= 7.0.8.7)
598
+ actionpack (= 7.0.8.7)
599
+ actiontext (= 7.0.8.7)
600
+ actionview (= 7.0.8.7)
601
+ activejob (= 7.0.8.7)
602
+ activemodel (= 7.0.8.7)
603
+ activerecord (= 7.0.8.7)
604
+ activestorage (= 7.0.8.7)
605
+ activesupport (= 7.0.8.7)
625
606
  bundler (>= 1.15.0)
626
- railties (= 6.1.7.7)
627
- sprockets-rails (>= 2.0.0)
607
+ railties (= 7.0.8.7)
628
608
  rails-controller-testing (1.0.5)
629
609
  actionpack (>= 5.0.1.rc1)
630
610
  actionview (>= 5.0.1.rc1)
@@ -633,18 +613,19 @@ GEM
633
613
  activesupport (>= 5.0.0)
634
614
  minitest
635
615
  nokogiri (>= 1.6)
636
- rails-html-sanitizer (1.6.0)
616
+ rails-html-sanitizer (1.6.2)
637
617
  loofah (~> 2.21)
638
- nokogiri (~> 1.14)
639
- rails-i18n (6.0.0)
618
+ 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)
619
+ rails-i18n (7.0.10)
640
620
  i18n (>= 0.7, < 2)
641
- railties (>= 6.0.0, < 7)
642
- railties (6.1.7.7)
643
- actionpack (= 6.1.7.7)
644
- activesupport (= 6.1.7.7)
621
+ railties (>= 6.0.0, < 8)
622
+ railties (7.0.8.7)
623
+ actionpack (= 7.0.8.7)
624
+ activesupport (= 7.0.8.7)
645
625
  method_source
646
626
  rake (>= 12.2)
647
627
  thor (~> 1.0)
628
+ zeitwerk (~> 2.5)
648
629
  rainbow (3.1.1)
649
630
  rake (13.2.1)
650
631
  ransack (3.2.1)
@@ -652,36 +633,38 @@ GEM
652
633
  activesupport (>= 6.1.5)
653
634
  i18n
654
635
  rb-fsevent (0.11.2)
655
- rb-inotify (0.10.1)
636
+ rb-inotify (0.11.1)
656
637
  ffi (~> 1.0)
657
- redcarpet (3.6.0)
638
+ redcarpet (3.6.1)
658
639
  redis (4.8.1)
659
- regexp_parser (2.9.0)
640
+ regexp_parser (2.10.0)
641
+ reline (0.6.1)
642
+ io-console (~> 0.5)
660
643
  request_store (1.5.1)
661
644
  rack (>= 1.4)
662
645
  responders (3.1.1)
663
646
  actionpack (>= 5.2)
664
647
  railties (>= 5.2)
665
- rexml (3.2.6)
666
- rspec (3.13.0)
648
+ rexml (3.3.8)
649
+ rspec (3.13.1)
667
650
  rspec-core (~> 3.13.0)
668
651
  rspec-expectations (~> 3.13.0)
669
652
  rspec-mocks (~> 3.13.0)
670
- rspec-cells (0.3.9)
653
+ rspec-cells (0.3.10)
671
654
  cells (>= 4.0.0, < 6.0.0)
672
- rspec-rails (>= 3.0.0, < 6.2.0)
673
- rspec-core (3.13.0)
655
+ rspec-rails (>= 3.0.0)
656
+ rspec-core (3.13.4)
674
657
  rspec-support (~> 3.13.0)
675
- rspec-expectations (3.13.0)
658
+ rspec-expectations (3.13.5)
676
659
  diff-lcs (>= 1.2.0, < 2.0)
677
660
  rspec-support (~> 3.13.0)
678
661
  rspec-html-matchers (0.10.0)
679
662
  nokogiri (~> 1)
680
663
  rspec (>= 3.0.0.a)
681
- rspec-mocks (3.13.0)
664
+ rspec-mocks (3.13.5)
682
665
  diff-lcs (>= 1.2.0, < 2.0)
683
666
  rspec-support (~> 3.13.0)
684
- rspec-rails (6.1.2)
667
+ rspec-rails (6.1.5)
685
668
  actionpack (>= 6.1)
686
669
  activesupport (>= 6.1)
687
670
  railties (>= 6.1)
@@ -691,60 +674,60 @@ GEM
691
674
  rspec-support (~> 3.13)
692
675
  rspec-retry (0.6.2)
693
676
  rspec-core (> 3.3)
694
- rspec-support (3.13.1)
677
+ rspec-support (3.13.4)
695
678
  rspec_junit_formatter (0.6.0)
696
679
  rspec-core (>= 2, < 4, != 2.12.0)
697
- rubocop (1.50.2)
680
+ rubocop (1.65.1)
698
681
  json (~> 2.3)
682
+ language_server-protocol (>= 3.17.0)
699
683
  parallel (~> 1.10)
700
- parser (>= 3.2.0.0)
684
+ parser (>= 3.3.0.2)
701
685
  rainbow (>= 2.2.2, < 4.0)
702
- regexp_parser (>= 1.8, < 3.0)
686
+ regexp_parser (>= 2.4, < 3.0)
703
687
  rexml (>= 3.2.5, < 4.0)
704
- rubocop-ast (>= 1.28.0, < 2.0)
688
+ rubocop-ast (>= 1.31.1, < 2.0)
705
689
  ruby-progressbar (~> 1.7)
706
690
  unicode-display_width (>= 2.4.0, < 3.0)
707
- rubocop-ast (1.31.2)
708
- parser (>= 3.3.0.4)
709
- rubocop-capybara (2.20.0)
710
- rubocop (~> 1.41)
711
- rubocop-factory_bot (2.25.1)
691
+ rubocop-ast (1.44.1)
692
+ parser (>= 3.3.7.2)
693
+ prism (~> 1.4)
694
+ rubocop-capybara (2.21.0)
712
695
  rubocop (~> 1.41)
713
- rubocop-faker (1.1.0)
696
+ rubocop-factory_bot (2.26.1)
697
+ rubocop (~> 1.61)
698
+ rubocop-faker (1.2.0)
714
699
  faker (>= 2.12.0)
715
- rubocop (>= 0.82.0)
716
- rubocop-rails (2.24.1)
700
+ rubocop (>= 1.13.0)
701
+ rubocop-performance (1.23.1)
702
+ rubocop (>= 1.48.1, < 2.0)
703
+ rubocop-ast (>= 1.31.1, < 2.0)
704
+ rubocop-rails (2.29.1)
717
705
  activesupport (>= 4.2.0)
718
706
  rack (>= 1.1)
719
- rubocop (>= 1.33.0, < 2.0)
707
+ rubocop (>= 1.52.0, < 2.0)
720
708
  rubocop-ast (>= 1.31.1, < 2.0)
721
- rubocop-rspec (2.29.1)
722
- rubocop (~> 1.40)
723
- rubocop-capybara (~> 2.17)
724
- rubocop-factory_bot (~> 2.22)
725
- rubocop-rspec_rails (~> 2.28)
726
- rubocop-rspec_rails (2.28.3)
727
- rubocop (~> 1.40)
709
+ rubocop-rspec (3.4.0)
710
+ rubocop (~> 1.61)
711
+ rubocop-rspec_rails (2.30.0)
712
+ rubocop (~> 1.61)
713
+ rubocop-rspec (~> 3, >= 3.0.1)
714
+ rubocop-rubycw (0.1.6)
715
+ rubocop (~> 1.0)
728
716
  ruby-progressbar (1.13.0)
729
- ruby-vips (2.2.1)
717
+ ruby-vips (2.2.3)
730
718
  ffi (~> 1.12)
731
- ruby2_keywords (0.0.5)
732
- rubyXL (3.4.26)
719
+ logger
720
+ rubyXL (3.4.33)
733
721
  nokogiri (>= 1.10.8)
734
722
  rubyzip (>= 1.3.0)
735
723
  rubyzip (2.3.2)
736
- sass (3.7.4)
737
- sass-listen (~> 4.0.0)
738
- sass-listen (4.0.0)
739
- rb-fsevent (~> 0.9, >= 0.9.4)
740
- rb-inotify (~> 0.9, >= 0.9.7)
741
- selenium-webdriver (4.19.0)
724
+ selenium-webdriver (4.33.0)
742
725
  base64 (~> 0.2)
726
+ logger (~> 1.4)
743
727
  rexml (~> 3.2, >= 3.2.5)
744
728
  rubyzip (>= 1.2.2, < 3.0)
745
729
  websocket (~> 1.0)
746
- semantic_range (3.0.0)
747
- seven_zip_ruby (1.3.0)
730
+ semantic_range (3.1.0)
748
731
  shakapacker (7.1.0)
749
732
  activesupport (>= 5.2)
750
733
  rack-proxy (>= 0.6.1)
@@ -757,44 +740,34 @@ GEM
757
740
  simplecov-cobertura (2.1.0)
758
741
  rexml
759
742
  simplecov (~> 0.19)
760
- simplecov-html (0.12.3)
743
+ simplecov-html (0.13.1)
761
744
  simplecov_json_formatter (0.1.4)
762
745
  smart_properties (1.17.0)
763
746
  snaky_hash (2.0.1)
764
747
  hashie
765
748
  version_gem (~> 1.1, >= 1.1.1)
766
- spring (2.1.1)
767
- spring-watcher-listen (2.0.1)
749
+ spring (4.3.0)
750
+ spring-watcher-listen (2.1.0)
768
751
  listen (>= 2.7, < 4.0)
769
- spring (>= 1.2, < 3.0)
770
- sprockets (4.2.1)
771
- concurrent-ruby (~> 1.0)
772
- rack (>= 2.2.4, < 4)
773
- sprockets-rails (3.4.2)
774
- actionpack (>= 5.2)
775
- activesupport (>= 5.2)
776
- sprockets (>= 3.0.0)
777
- ssrf_filter (1.1.2)
778
- stringio (3.1.0)
752
+ spring (>= 4)
753
+ stringio (3.1.7)
779
754
  temple (0.10.3)
780
- terminal-table (3.0.2)
781
- unicode-display_width (>= 1.1.1, < 3)
782
- thor (1.3.1)
783
- tilt (2.3.0)
784
- timeout (0.4.1)
755
+ terminal-table (4.0.0)
756
+ unicode-display_width (>= 1.1.1, < 4)
757
+ thor (1.3.2)
758
+ tilt (2.6.0)
759
+ timeout (0.4.3)
760
+ trailblazer-option (0.1.2)
785
761
  tzinfo (2.0.6)
786
762
  concurrent-ruby (~> 1.0)
787
763
  uber (0.1.0)
788
- unicode-display_width (2.5.0)
789
- uniform_notifier (1.16.0)
764
+ unicode-display_width (2.6.0)
765
+ uniform_notifier (1.17.0)
766
+ uri (1.0.3)
790
767
  valid_email2 (4.0.6)
791
768
  activemodel (>= 3.2)
792
769
  mail (~> 2.5)
793
- version_gem (1.1.4)
794
- voting_schemes-dummy (0.24.4)
795
- rails (>= 5.0.0)
796
- voting_schemes-electionguard (0.24.4)
797
- rails (>= 5.0.0)
770
+ version_gem (1.1.7)
798
771
  w3c_rspec_validators (0.3.0)
799
772
  rails
800
773
  rspec
@@ -813,49 +786,44 @@ GEM
813
786
  web-push (3.0.1)
814
787
  jwt (~> 2.0)
815
788
  openssl (~> 3.0)
816
- webmock (3.23.0)
789
+ webmock (3.25.1)
817
790
  addressable (>= 2.8.0)
818
791
  crack (>= 0.3.2)
819
792
  hashdiff (>= 0.4.0, < 2.0.0)
820
- websocket (1.2.10)
821
- websocket-driver (0.7.6)
793
+ websocket (1.2.11)
794
+ websocket-driver (0.7.7)
795
+ base64
822
796
  websocket-extensions (>= 0.1.0)
823
797
  websocket-extensions (0.1.5)
824
- wicked_pdf (2.8.0)
798
+ wicked_pdf (2.8.2)
825
799
  activesupport
800
+ ostruct
826
801
  wisper (2.0.1)
827
802
  wisper-rspec (1.1.0)
828
- wkhtmltopdf-binary (0.12.6.6)
829
803
  xpath (3.2.0)
830
804
  nokogiri (~> 1.8)
831
- zeitwerk (2.6.13)
805
+ zeitwerk (2.7.2)
832
806
 
833
807
  PLATFORMS
834
- arm64-darwin-23
835
- x86_64-darwin-23
836
- x86_64-linux
808
+ ruby
837
809
 
838
810
  DEPENDENCIES
839
811
  bootsnap (~> 1.7)
812
+ brakeman (~> 6.1)
840
813
  byebug (~> 11.0)
841
814
  codecov
842
- decidim (= 0.28)
843
- decidim-dev (= 0.28)
844
- decidim-elections (= 0.28)
815
+ decidim (= 0.29.3)
816
+ decidim-dev (= 0.29.3)
845
817
  decidim-reporting_proposals!
846
- decidim-templates (= 0.28)
847
- faker (~> 3.2)
848
- letter_opener_web
818
+ decidim-templates (= 0.29.3)
819
+ letter_opener_web (~> 2.0)
849
820
  listen (~> 3.1)
821
+ parallel_tests (~> 4.2)
850
822
  puma (>= 6.3.1)
851
- rspec (~> 3.0)
852
- rubocop-faker (~> 1.1)
853
- spring (~> 2.0)
854
- spring-watcher-listen (~> 2.0)
855
- web-console
823
+ web-console (~> 4.2)
856
824
 
857
825
  RUBY VERSION
858
- ruby 3.1.1p18
826
+ ruby 3.2.6p234
859
827
 
860
828
  BUNDLED WITH
861
- 2.4.22
829
+ 2.4.6