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