decidim-cdtb 0.4.2 → 0.5.0
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/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/CHANGELOG.md +4 -1
- data/Gemfile +4 -4
- data/Gemfile.lock +454 -451
- data/decidim-cdtb.gemspec +1 -2
- data/lib/decidim/cdtb/fixes/nickname_fixer.rb +6 -3
- data/lib/decidim/cdtb/fixes/you_tube_embeds_fixer.rb +1 -1
- data/lib/decidim/cdtb/participatory_spaces/add_content_blocks.rb +1 -1
- data/lib/decidim/cdtb/participatory_spaces/manages_content_blocks.rb +2 -2
- data/lib/decidim/cdtb/participatory_spaces/move_images_to_content_block.rb +1 -1
- data/lib/decidim/cdtb/spam/user_spam_detector.rb +1 -1
- data/lib/decidim/cdtb/storage/local_sharding.rb +1 -1
- data/lib/decidim/cdtb/task.rb +1 -1
- data/lib/decidim/cdtb/upgrades/upgrade_modules_task.rb +1 -1
- data/lib/decidim/cdtb/upgrades/validate_migrations_task.rb +1 -1
- data/lib/decidim/cdtb/users/remover.rb +1 -1
- data/lib/decidim/cdtb/version.rb +2 -2
- data/lib/tasks/anonymize.rake +3 -3
- data/lib/tasks/census.rake +1 -1
- data/lib/tasks/fix_youtube_embeds.rake +1 -1
- data/lib/tasks/multitenants.rake +1 -1
- data/lib/tasks/participatory_spaces.rake +2 -2
- data/lib/tasks/spam.rake +1 -1
- data/lib/tasks/storage.rake +1 -1
- data/lib/tasks/upgrade.rake +2 -2
- data/lib/tasks/users.rake +3 -3
- metadata +8 -22
data/Gemfile.lock
CHANGED
@@ -1,48 +1,188 @@
|
|
1
|
+
GIT
|
2
|
+
remote: https://github.com/CodiTramuntana/decidim.git
|
3
|
+
revision: e7260c5194dd8b659cd2a289e162818c7c9017be
|
4
|
+
branch: release/0.28-stable
|
5
|
+
specs:
|
6
|
+
decidim (0.28.5)
|
7
|
+
decidim-accountability (= 0.28.5)
|
8
|
+
decidim-admin (= 0.28.5)
|
9
|
+
decidim-api (= 0.28.5)
|
10
|
+
decidim-assemblies (= 0.28.5)
|
11
|
+
decidim-blogs (= 0.28.5)
|
12
|
+
decidim-budgets (= 0.28.5)
|
13
|
+
decidim-comments (= 0.28.5)
|
14
|
+
decidim-core (= 0.28.5)
|
15
|
+
decidim-debates (= 0.28.5)
|
16
|
+
decidim-forms (= 0.28.5)
|
17
|
+
decidim-generators (= 0.28.5)
|
18
|
+
decidim-meetings (= 0.28.5)
|
19
|
+
decidim-pages (= 0.28.5)
|
20
|
+
decidim-participatory_processes (= 0.28.5)
|
21
|
+
decidim-proposals (= 0.28.5)
|
22
|
+
decidim-sortitions (= 0.28.5)
|
23
|
+
decidim-surveys (= 0.28.5)
|
24
|
+
decidim-system (= 0.28.5)
|
25
|
+
decidim-verifications (= 0.28.5)
|
26
|
+
decidim-accountability (0.28.5)
|
27
|
+
decidim-comments (= 0.28.5)
|
28
|
+
decidim-core (= 0.28.5)
|
29
|
+
decidim-admin (0.28.5)
|
30
|
+
active_link_to (~> 1.0)
|
31
|
+
decidim-core (= 0.28.5)
|
32
|
+
devise (~> 4.7)
|
33
|
+
devise-i18n (~> 1.2)
|
34
|
+
devise_invitable (~> 2.0, >= 2.0.9)
|
35
|
+
decidim-api (0.28.5)
|
36
|
+
commonmarker (~> 0.23.0, >= 0.23.9)
|
37
|
+
decidim-core (= 0.28.5)
|
38
|
+
graphql (~> 2.0.0)
|
39
|
+
graphql-docs (~> 3.0.1)
|
40
|
+
rack-cors (~> 1.0)
|
41
|
+
decidim-assemblies (0.28.5)
|
42
|
+
decidim-core (= 0.28.5)
|
43
|
+
decidim-blogs (0.28.5)
|
44
|
+
decidim-admin (= 0.28.5)
|
45
|
+
decidim-comments (= 0.28.5)
|
46
|
+
decidim-core (= 0.28.5)
|
47
|
+
decidim-budgets (0.28.5)
|
48
|
+
decidim-comments (= 0.28.5)
|
49
|
+
decidim-core (= 0.28.5)
|
50
|
+
decidim-comments (0.28.5)
|
51
|
+
decidim-core (= 0.28.5)
|
52
|
+
redcarpet (~> 3.5, >= 3.5.1)
|
53
|
+
decidim-core (0.28.5)
|
54
|
+
active_link_to (~> 1.0)
|
55
|
+
acts_as_list (~> 1.0)
|
56
|
+
batch-loader (~> 1.2)
|
57
|
+
browser (~> 2.7)
|
58
|
+
carrierwave (~> 2.2.5, >= 2.2.5)
|
59
|
+
cells-erb (~> 0.1.0)
|
60
|
+
cells-rails (~> 0.1.3)
|
61
|
+
charlock_holmes (~> 0.7)
|
62
|
+
concurrent-ruby (= 1.2.2)
|
63
|
+
date_validator (~> 0.12.0)
|
64
|
+
devise (~> 4.7)
|
65
|
+
devise-i18n (~> 1.2, < 1.11.1)
|
66
|
+
diffy (~> 3.3)
|
67
|
+
doorkeeper (~> 5.6, >= 5.6.6)
|
68
|
+
doorkeeper-i18n (~> 4.0)
|
69
|
+
file_validators (~> 3.0)
|
70
|
+
fog-local (~> 0.6)
|
71
|
+
foundation_rails_helper (~> 4.0)
|
72
|
+
geocoder (~> 1.8)
|
73
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
74
|
+
invisible_captcha (~> 0.12)
|
75
|
+
kaminari (~> 1.2, >= 1.2.1)
|
76
|
+
loofah (~> 2.19, >= 2.19.1)
|
77
|
+
mime-types (>= 1.16, < 4.0)
|
78
|
+
mini_magick (~> 4.9)
|
79
|
+
net-smtp (~> 0.3.1)
|
80
|
+
omniauth (~> 2.0)
|
81
|
+
omniauth-facebook (~> 5.0)
|
82
|
+
omniauth-google-oauth2 (~> 1.0)
|
83
|
+
omniauth-rails_csrf_protection (~> 1.0)
|
84
|
+
omniauth-twitter (~> 1.4)
|
85
|
+
paper_trail (~> 12.0)
|
86
|
+
pg (~> 1.4.0, < 2)
|
87
|
+
pg_search (~> 2.2)
|
88
|
+
premailer-rails (~> 1.10)
|
89
|
+
psych (~> 4.0)
|
90
|
+
rack (~> 2.2, >= 2.2.6.4)
|
91
|
+
rack-attack (~> 6.0)
|
92
|
+
rails (~> 6.1.7, >= 6.1.7.4)
|
93
|
+
rails-i18n (~> 6.0)
|
94
|
+
ransack (~> 3.2.1)
|
95
|
+
redis (~> 4.1)
|
96
|
+
request_store (~> 1.5.0)
|
97
|
+
rubyXL (~> 3.4)
|
98
|
+
rubyzip (~> 2.0)
|
99
|
+
shakapacker (~> 7.1.0)
|
100
|
+
valid_email2 (~> 4.0)
|
101
|
+
web-push (~> 3.0)
|
102
|
+
wisper (~> 2.0)
|
103
|
+
decidim-debates (0.28.5)
|
104
|
+
decidim-comments (= 0.28.5)
|
105
|
+
decidim-core (= 0.28.5)
|
106
|
+
decidim-forms (0.28.5)
|
107
|
+
decidim-core (= 0.28.5)
|
108
|
+
wicked_pdf (~> 2.1)
|
109
|
+
decidim-generators (0.28.5)
|
110
|
+
decidim-core (= 0.28.5)
|
111
|
+
decidim-meetings (0.28.5)
|
112
|
+
decidim-core (= 0.28.5)
|
113
|
+
decidim-forms (= 0.28.5)
|
114
|
+
icalendar (~> 2.5)
|
115
|
+
decidim-pages (0.28.5)
|
116
|
+
decidim-core (= 0.28.5)
|
117
|
+
decidim-participatory_processes (0.28.5)
|
118
|
+
decidim-core (= 0.28.5)
|
119
|
+
decidim-proposals (0.28.5)
|
120
|
+
decidim-comments (= 0.28.5)
|
121
|
+
decidim-core (= 0.28.5)
|
122
|
+
doc2text (~> 0.4.6)
|
123
|
+
redcarpet (~> 3.5, >= 3.5.1)
|
124
|
+
decidim-sortitions (0.28.5)
|
125
|
+
decidim-admin (= 0.28.5)
|
126
|
+
decidim-comments (= 0.28.5)
|
127
|
+
decidim-core (= 0.28.5)
|
128
|
+
decidim-proposals (= 0.28.5)
|
129
|
+
decidim-surveys (0.28.5)
|
130
|
+
decidim-core (= 0.28.5)
|
131
|
+
decidim-forms (= 0.28.5)
|
132
|
+
decidim-system (0.28.5)
|
133
|
+
active_link_to (~> 1.0)
|
134
|
+
decidim-core (= 0.28.5)
|
135
|
+
devise (~> 4.7)
|
136
|
+
devise-i18n (~> 1.2)
|
137
|
+
devise_invitable (~> 2.0, >= 2.0.9)
|
138
|
+
decidim-verifications (0.28.5)
|
139
|
+
decidim-core (= 0.28.5)
|
140
|
+
|
1
141
|
PATH
|
2
142
|
remote: .
|
3
143
|
specs:
|
4
|
-
decidim-cdtb (0.
|
5
|
-
decidim (>= 0.
|
144
|
+
decidim-cdtb (0.5.0)
|
145
|
+
decidim (>= 0.28.0)
|
6
146
|
rails (>= 6)
|
7
147
|
ruby-progressbar
|
8
148
|
|
9
149
|
GEM
|
10
150
|
remote: https://rubygems.org/
|
11
151
|
specs:
|
12
|
-
actioncable (6.1.7.
|
13
|
-
actionpack (= 6.1.7.
|
14
|
-
activesupport (= 6.1.7.
|
152
|
+
actioncable (6.1.7.10)
|
153
|
+
actionpack (= 6.1.7.10)
|
154
|
+
activesupport (= 6.1.7.10)
|
15
155
|
nio4r (~> 2.0)
|
16
156
|
websocket-driver (>= 0.6.1)
|
17
|
-
actionmailbox (6.1.7.
|
18
|
-
actionpack (= 6.1.7.
|
19
|
-
activejob (= 6.1.7.
|
20
|
-
activerecord (= 6.1.7.
|
21
|
-
activestorage (= 6.1.7.
|
22
|
-
activesupport (= 6.1.7.
|
157
|
+
actionmailbox (6.1.7.10)
|
158
|
+
actionpack (= 6.1.7.10)
|
159
|
+
activejob (= 6.1.7.10)
|
160
|
+
activerecord (= 6.1.7.10)
|
161
|
+
activestorage (= 6.1.7.10)
|
162
|
+
activesupport (= 6.1.7.10)
|
23
163
|
mail (>= 2.7.1)
|
24
|
-
actionmailer (6.1.7.
|
25
|
-
actionpack (= 6.1.7.
|
26
|
-
actionview (= 6.1.7.
|
27
|
-
activejob (= 6.1.7.
|
28
|
-
activesupport (= 6.1.7.
|
164
|
+
actionmailer (6.1.7.10)
|
165
|
+
actionpack (= 6.1.7.10)
|
166
|
+
actionview (= 6.1.7.10)
|
167
|
+
activejob (= 6.1.7.10)
|
168
|
+
activesupport (= 6.1.7.10)
|
29
169
|
mail (~> 2.5, >= 2.5.4)
|
30
170
|
rails-dom-testing (~> 2.0)
|
31
|
-
actionpack (6.1.7.
|
32
|
-
actionview (= 6.1.7.
|
33
|
-
activesupport (= 6.1.7.
|
171
|
+
actionpack (6.1.7.10)
|
172
|
+
actionview (= 6.1.7.10)
|
173
|
+
activesupport (= 6.1.7.10)
|
34
174
|
rack (~> 2.0, >= 2.0.9)
|
35
175
|
rack-test (>= 0.6.3)
|
36
176
|
rails-dom-testing (~> 2.0)
|
37
177
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
38
|
-
actiontext (6.1.7.
|
39
|
-
actionpack (= 6.1.7.
|
40
|
-
activerecord (= 6.1.7.
|
41
|
-
activestorage (= 6.1.7.
|
42
|
-
activesupport (= 6.1.7.
|
178
|
+
actiontext (6.1.7.10)
|
179
|
+
actionpack (= 6.1.7.10)
|
180
|
+
activerecord (= 6.1.7.10)
|
181
|
+
activestorage (= 6.1.7.10)
|
182
|
+
activesupport (= 6.1.7.10)
|
43
183
|
nokogiri (>= 1.8.5)
|
44
|
-
actionview (6.1.7.
|
45
|
-
activesupport (= 6.1.7.
|
184
|
+
actionview (6.1.7.10)
|
185
|
+
activesupport (= 6.1.7.10)
|
46
186
|
builder (~> 3.1)
|
47
187
|
erubi (~> 1.4)
|
48
188
|
rails-dom-testing (~> 2.0)
|
@@ -50,59 +190,51 @@ GEM
|
|
50
190
|
active_link_to (1.0.5)
|
51
191
|
actionpack
|
52
192
|
addressable
|
53
|
-
activejob (6.1.7.
|
54
|
-
activesupport (= 6.1.7.
|
193
|
+
activejob (6.1.7.10)
|
194
|
+
activesupport (= 6.1.7.10)
|
55
195
|
globalid (>= 0.3.6)
|
56
|
-
activemodel (6.1.7.
|
57
|
-
activesupport (= 6.1.7.
|
58
|
-
activerecord (6.1.7.
|
59
|
-
activemodel (= 6.1.7.
|
60
|
-
activesupport (= 6.1.7.
|
61
|
-
activestorage (6.1.7.
|
62
|
-
actionpack (= 6.1.7.
|
63
|
-
activejob (= 6.1.7.
|
64
|
-
activerecord (= 6.1.7.
|
65
|
-
activesupport (= 6.1.7.
|
196
|
+
activemodel (6.1.7.10)
|
197
|
+
activesupport (= 6.1.7.10)
|
198
|
+
activerecord (6.1.7.10)
|
199
|
+
activemodel (= 6.1.7.10)
|
200
|
+
activesupport (= 6.1.7.10)
|
201
|
+
activestorage (6.1.7.10)
|
202
|
+
actionpack (= 6.1.7.10)
|
203
|
+
activejob (= 6.1.7.10)
|
204
|
+
activerecord (= 6.1.7.10)
|
205
|
+
activesupport (= 6.1.7.10)
|
66
206
|
marcel (~> 1.0)
|
67
207
|
mini_mime (>= 1.1.0)
|
68
|
-
activesupport (6.1.7.
|
208
|
+
activesupport (6.1.7.10)
|
69
209
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
70
210
|
i18n (>= 1.6, < 2)
|
71
211
|
minitest (>= 5.1)
|
72
212
|
tzinfo (~> 2.0)
|
73
213
|
zeitwerk (~> 2.3)
|
74
|
-
acts_as_list (
|
75
|
-
activerecord (>=
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
dumb_delegator
|
81
|
-
virtus
|
82
|
-
axe-core-rspec (4.1.0)
|
83
|
-
axe-core-api
|
84
|
-
dumb_delegator
|
85
|
-
virtus
|
86
|
-
axiom-types (0.1.1)
|
87
|
-
descendants_tracker (~> 0.0.4)
|
88
|
-
ice_nine (~> 0.11.0)
|
89
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
214
|
+
acts_as_list (1.2.4)
|
215
|
+
activerecord (>= 6.1)
|
216
|
+
activesupport (>= 6.1)
|
217
|
+
addressable (2.8.7)
|
218
|
+
public_suffix (>= 2.0.2, < 7.0)
|
219
|
+
ast (2.4.3)
|
90
220
|
base64 (0.2.0)
|
91
221
|
batch-loader (1.5.0)
|
92
222
|
bcrypt (3.1.20)
|
93
|
-
better_html (1.
|
94
|
-
actionview (>=
|
95
|
-
activesupport (>=
|
223
|
+
better_html (2.1.1)
|
224
|
+
actionview (>= 6.0)
|
225
|
+
activesupport (>= 6.0)
|
96
226
|
ast (~> 2.0)
|
97
227
|
erubi (~> 1.4)
|
98
|
-
html_tokenizer (~> 0.0.6)
|
99
228
|
parser (>= 2.4)
|
100
229
|
smart_properties
|
101
|
-
bigdecimal (3.1.
|
102
|
-
bootsnap (1.18.
|
230
|
+
bigdecimal (3.1.9)
|
231
|
+
bootsnap (1.18.4)
|
103
232
|
msgpack (~> 1.2)
|
104
233
|
browser (2.7.1)
|
105
|
-
builder (3.
|
234
|
+
builder (3.3.0)
|
235
|
+
bullet (7.2.0)
|
236
|
+
activesupport (>= 3.0.0)
|
237
|
+
uniform_notifier (~> 1.11)
|
106
238
|
byebug (11.1.3)
|
107
239
|
capybara (3.40.0)
|
108
240
|
addressable
|
@@ -121,274 +253,125 @@ GEM
|
|
121
253
|
marcel (~> 1.0.0)
|
122
254
|
mini_mime (>= 0.1.3)
|
123
255
|
ssrf_filter (~> 1.0)
|
124
|
-
cells (4.1.
|
125
|
-
declarative-builder (
|
256
|
+
cells (4.1.8)
|
257
|
+
declarative-builder (~> 0.2.0)
|
126
258
|
declarative-option (< 0.2.0)
|
127
259
|
tilt (>= 1.4, < 3)
|
128
260
|
uber (< 0.2.0)
|
129
261
|
cells-erb (0.1.0)
|
130
262
|
cells (~> 4.0)
|
131
263
|
erbse (>= 0.1.1)
|
132
|
-
cells-rails (0.1.
|
264
|
+
cells-rails (0.1.6)
|
133
265
|
actionpack (>= 5.0)
|
134
266
|
cells (>= 4.1.6, < 5.0.0)
|
135
|
-
charlock_holmes (0.7.
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
descendants_tracker (~> 0.0.1)
|
141
|
-
coffee-rails (5.0.0)
|
142
|
-
coffee-script (>= 2.2.0)
|
143
|
-
railties (>= 5.2.0)
|
144
|
-
coffee-script (2.4.1)
|
145
|
-
coffee-script-source
|
146
|
-
execjs
|
147
|
-
coffee-script-source (1.12.2)
|
148
|
-
commonmarker (0.23.10)
|
149
|
-
concurrent-ruby (1.2.3)
|
267
|
+
charlock_holmes (0.7.9)
|
268
|
+
childprocess (5.1.0)
|
269
|
+
logger (~> 1.5)
|
270
|
+
commonmarker (0.23.11)
|
271
|
+
concurrent-ruby (1.2.2)
|
150
272
|
crack (1.0.0)
|
151
273
|
bigdecimal
|
152
274
|
rexml
|
153
275
|
crass (1.0.6)
|
154
|
-
css_parser (1.
|
276
|
+
css_parser (1.21.1)
|
155
277
|
addressable
|
156
|
-
csv (3.3.
|
157
|
-
date (3.
|
278
|
+
csv (3.3.4)
|
279
|
+
date (3.4.1)
|
158
280
|
date_validator (0.12.0)
|
159
281
|
activemodel (>= 3)
|
160
282
|
activesupport (>= 3)
|
161
|
-
|
162
|
-
|
163
|
-
rspec (~> 3.0)
|
164
|
-
decidim (0.27.6)
|
165
|
-
decidim-accountability (= 0.27.6)
|
166
|
-
decidim-admin (= 0.27.6)
|
167
|
-
decidim-api (= 0.27.6)
|
168
|
-
decidim-assemblies (= 0.27.6)
|
169
|
-
decidim-blogs (= 0.27.6)
|
170
|
-
decidim-budgets (= 0.27.6)
|
171
|
-
decidim-comments (= 0.27.6)
|
172
|
-
decidim-core (= 0.27.6)
|
173
|
-
decidim-debates (= 0.27.6)
|
174
|
-
decidim-forms (= 0.27.6)
|
175
|
-
decidim-generators (= 0.27.6)
|
176
|
-
decidim-meetings (= 0.27.6)
|
177
|
-
decidim-pages (= 0.27.6)
|
178
|
-
decidim-participatory_processes (= 0.27.6)
|
179
|
-
decidim-proposals (= 0.27.6)
|
180
|
-
decidim-sortitions (= 0.27.6)
|
181
|
-
decidim-surveys (= 0.27.6)
|
182
|
-
decidim-system (= 0.27.6)
|
183
|
-
decidim-templates (= 0.27.6)
|
184
|
-
decidim-verifications (= 0.27.6)
|
185
|
-
decidim-accountability (0.27.6)
|
186
|
-
decidim-comments (= 0.27.6)
|
187
|
-
decidim-core (= 0.27.6)
|
188
|
-
decidim-admin (0.27.6)
|
189
|
-
active_link_to (~> 1.0)
|
190
|
-
decidim-core (= 0.27.6)
|
191
|
-
devise (~> 4.7)
|
192
|
-
devise-i18n (~> 1.2)
|
193
|
-
devise_invitable (~> 2.0, >= 2.0.9)
|
194
|
-
decidim-api (0.27.6)
|
195
|
-
decidim-core (= 0.27.6)
|
196
|
-
graphql (~> 1.12, < 1.13)
|
197
|
-
graphql-docs (~> 2.1.0)
|
198
|
-
rack-cors (~> 1.0)
|
199
|
-
decidim-assemblies (0.27.6)
|
200
|
-
decidim-core (= 0.27.6)
|
201
|
-
decidim-blogs (0.27.6)
|
202
|
-
decidim-admin (= 0.27.6)
|
203
|
-
decidim-comments (= 0.27.6)
|
204
|
-
decidim-core (= 0.27.6)
|
205
|
-
decidim-budgets (0.27.6)
|
206
|
-
decidim-comments (= 0.27.6)
|
207
|
-
decidim-core (= 0.27.6)
|
208
|
-
decidim-comments (0.27.6)
|
209
|
-
decidim-core (= 0.27.6)
|
210
|
-
redcarpet (~> 3.5, >= 3.5.1)
|
211
|
-
decidim-core (0.27.6)
|
212
|
-
active_link_to (~> 1.0)
|
213
|
-
acts_as_list (~> 0.9)
|
214
|
-
batch-loader (~> 1.2)
|
215
|
-
browser (~> 2.7)
|
216
|
-
carrierwave (~> 2.2.5, >= 2.2.5)
|
217
|
-
cells-erb (~> 0.1.0)
|
218
|
-
cells-rails (~> 0.1.3)
|
219
|
-
charlock_holmes (~> 0.7)
|
220
|
-
date_validator (~> 0.12.0)
|
221
|
-
devise (~> 4.7)
|
222
|
-
devise-i18n (~> 1.2)
|
223
|
-
diffy (~> 3.3)
|
224
|
-
doorkeeper (~> 5.1)
|
225
|
-
doorkeeper-i18n (~> 4.0)
|
226
|
-
file_validators (~> 3.0)
|
227
|
-
fog-local (~> 0.6)
|
228
|
-
foundation_rails_helper (~> 4.0)
|
229
|
-
geocoder (~> 1.8)
|
230
|
-
hashdiff (>= 0.4.0, < 2.0.0)
|
231
|
-
invisible_captcha (~> 0.12)
|
232
|
-
kaminari (~> 1.2, >= 1.2.1)
|
233
|
-
loofah (~> 2.19.0)
|
234
|
-
mime-types (>= 1.16, < 4.0)
|
235
|
-
mini_magick (~> 4.9)
|
236
|
-
omniauth (~> 2.0)
|
237
|
-
omniauth-facebook (~> 5.0)
|
238
|
-
omniauth-google-oauth2 (~> 1.0)
|
239
|
-
omniauth-rails_csrf_protection (~> 1.0)
|
240
|
-
omniauth-twitter (~> 1.4)
|
241
|
-
paper_trail (~> 12.0)
|
242
|
-
pg (~> 1.1.4, < 2)
|
243
|
-
pg_search (~> 2.2)
|
244
|
-
premailer-rails (~> 1.10)
|
245
|
-
rack (~> 2.2, >= 2.2.3)
|
246
|
-
rack-attack (~> 6.0)
|
247
|
-
rails (~> 6.1.0)
|
248
|
-
rails-i18n (~> 6.0)
|
249
|
-
ransack (~> 2.4.1)
|
250
|
-
redis (~> 4.1)
|
251
|
-
request_store (~> 1.5.0)
|
252
|
-
rubyXL (~> 3.4)
|
253
|
-
rubyzip (~> 2.0)
|
254
|
-
seven_zip_ruby (~> 1.3)
|
255
|
-
social-share-button (~> 1.2, >= 1.2.1)
|
256
|
-
valid_email2 (~> 2.1)
|
257
|
-
webpacker (= 6.0.0.rc.5)
|
258
|
-
webpush (~> 1.1)
|
259
|
-
wisper (~> 2.0)
|
260
|
-
decidim-debates (0.27.6)
|
261
|
-
decidim-comments (= 0.27.6)
|
262
|
-
decidim-core (= 0.27.6)
|
263
|
-
decidim-dev (0.27.6)
|
264
|
-
axe-core-rspec (~> 4.1.0)
|
283
|
+
decidim-dev (0.28.5)
|
284
|
+
bullet (~> 7.0)
|
265
285
|
byebug (~> 11.0)
|
266
|
-
capybara (~> 3.
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
i18n-tasks (~> 0
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
puma (~> 5.0)
|
286
|
+
capybara (~> 3.39)
|
287
|
+
decidim (= 0.28.5)
|
288
|
+
erb_lint (~> 0.4.0)
|
289
|
+
factory_bot_rails (~> 6.2)
|
290
|
+
faker (~> 3.2)
|
291
|
+
i18n-tasks (~> 1.0)
|
292
|
+
nokogiri (~> 1.14, >= 1.14.3)
|
293
|
+
parallel_tests (~> 4.2)
|
294
|
+
puma (~> 6.2, >= 6.3.1)
|
276
295
|
rails-controller-testing (~> 1.0)
|
296
|
+
rspec (~> 3.12)
|
277
297
|
rspec-cells (~> 0.3.7)
|
278
|
-
rspec-html-matchers (~> 0.
|
279
|
-
rspec-rails (~>
|
298
|
+
rspec-html-matchers (~> 0.10)
|
299
|
+
rspec-rails (~> 6.0)
|
280
300
|
rspec-retry (~> 0.6.2)
|
281
|
-
rspec_junit_formatter (~> 0.
|
282
|
-
rubocop (~> 1.
|
283
|
-
rubocop-
|
284
|
-
rubocop-
|
285
|
-
|
286
|
-
|
301
|
+
rspec_junit_formatter (~> 0.6.0)
|
302
|
+
rubocop (~> 1.50.0)
|
303
|
+
rubocop-faker (~> 1.1)
|
304
|
+
rubocop-rails (~> 2.19)
|
305
|
+
rubocop-rspec (~> 2.20)
|
306
|
+
selenium-webdriver (~> 4.9)
|
307
|
+
simplecov (~> 0.22.0)
|
287
308
|
simplecov-cobertura (~> 2.1.0)
|
309
|
+
spring (~> 2.0)
|
310
|
+
spring-watcher-listen (~> 2.0)
|
288
311
|
w3c_rspec_validators (~> 0.3.0)
|
289
|
-
webmock (~> 3.
|
312
|
+
webmock (~> 3.18)
|
290
313
|
wisper-rspec (~> 1.0)
|
291
|
-
|
292
|
-
|
293
|
-
wicked_pdf (~> 2.1)
|
294
|
-
wkhtmltopdf-binary (~> 0.12)
|
295
|
-
decidim-generators (0.27.6)
|
296
|
-
decidim-core (= 0.27.6)
|
297
|
-
decidim-meetings (0.27.6)
|
298
|
-
decidim-core (= 0.27.6)
|
299
|
-
decidim-forms (= 0.27.6)
|
300
|
-
icalendar (~> 2.5)
|
301
|
-
decidim-pages (0.27.6)
|
302
|
-
decidim-core (= 0.27.6)
|
303
|
-
decidim-participatory_processes (0.27.6)
|
304
|
-
decidim-core (= 0.27.6)
|
305
|
-
decidim-proposals (0.27.6)
|
306
|
-
decidim-comments (= 0.27.6)
|
307
|
-
decidim-core (= 0.27.6)
|
308
|
-
doc2text (~> 0.4.5)
|
309
|
-
redcarpet (~> 3.5, >= 3.5.1)
|
310
|
-
decidim-sortitions (0.27.6)
|
311
|
-
decidim-admin (= 0.27.6)
|
312
|
-
decidim-comments (= 0.27.6)
|
313
|
-
decidim-core (= 0.27.6)
|
314
|
-
decidim-proposals (= 0.27.6)
|
315
|
-
decidim-surveys (0.27.6)
|
316
|
-
decidim-core (= 0.27.6)
|
317
|
-
decidim-forms (= 0.27.6)
|
318
|
-
decidim-system (0.27.6)
|
319
|
-
active_link_to (~> 1.0)
|
320
|
-
decidim-core (= 0.27.6)
|
321
|
-
devise (~> 4.7)
|
322
|
-
devise-i18n (~> 1.2)
|
323
|
-
devise_invitable (~> 2.0, >= 2.0.9)
|
324
|
-
decidim-templates (0.27.6)
|
325
|
-
decidim-core (= 0.27.6)
|
326
|
-
decidim-forms (= 0.27.6)
|
327
|
-
decidim-verifications (0.27.6)
|
328
|
-
decidim-core (= 0.27.6)
|
329
|
-
declarative-builder (0.1.0)
|
330
|
-
declarative-option (< 0.2.0)
|
314
|
+
declarative-builder (0.2.0)
|
315
|
+
trailblazer-option (~> 0.1.0)
|
331
316
|
declarative-option (0.1.0)
|
332
|
-
descendants_tracker (0.0.4)
|
333
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
334
317
|
devise (4.9.4)
|
335
318
|
bcrypt (~> 3.0)
|
336
319
|
orm_adapter (~> 0.1)
|
337
320
|
railties (>= 4.1.0)
|
338
321
|
responders
|
339
322
|
warden (~> 1.2.3)
|
340
|
-
devise-i18n (1.
|
323
|
+
devise-i18n (1.11.0)
|
341
324
|
devise (>= 4.9.0)
|
342
|
-
devise_invitable (2.0.
|
325
|
+
devise_invitable (2.0.10)
|
343
326
|
actionmailer (>= 5.0)
|
344
327
|
devise (>= 4.6)
|
345
|
-
diff-lcs (1.
|
346
|
-
diffy (3.4.
|
347
|
-
doc2text (0.4.
|
348
|
-
nokogiri (>= 1.
|
328
|
+
diff-lcs (1.6.1)
|
329
|
+
diffy (3.4.3)
|
330
|
+
doc2text (0.4.8)
|
331
|
+
nokogiri (>= 1.18.2)
|
349
332
|
rubyzip (~> 2.3.0)
|
350
|
-
docile (1.4.
|
351
|
-
doorkeeper (5.
|
333
|
+
docile (1.4.1)
|
334
|
+
doorkeeper (5.8.2)
|
352
335
|
railties (>= 5)
|
353
336
|
doorkeeper-i18n (4.0.1)
|
354
|
-
|
355
|
-
erb_lint (0.0.37)
|
337
|
+
erb_lint (0.4.0)
|
356
338
|
activesupport
|
357
|
-
better_html (
|
358
|
-
html_tokenizer
|
339
|
+
better_html (>= 2.0.1)
|
359
340
|
parser (>= 2.7.1.4)
|
360
341
|
rainbow
|
361
342
|
rubocop
|
362
343
|
smart_properties
|
363
344
|
erbse (0.1.4)
|
364
345
|
temple
|
365
|
-
erubi (1.
|
366
|
-
escape_utils (1.
|
367
|
-
excon (
|
368
|
-
|
346
|
+
erubi (1.13.1)
|
347
|
+
escape_utils (1.2.2)
|
348
|
+
excon (1.2.5)
|
349
|
+
logger
|
369
350
|
extended-markdown-filter (0.7.0)
|
370
351
|
html-pipeline (~> 2.9)
|
371
|
-
factory_bot (
|
372
|
-
activesupport (>=
|
373
|
-
factory_bot_rails (4.
|
374
|
-
factory_bot (~>
|
375
|
-
railties (>=
|
376
|
-
faker (3.
|
352
|
+
factory_bot (6.5.1)
|
353
|
+
activesupport (>= 6.1.0)
|
354
|
+
factory_bot_rails (6.4.4)
|
355
|
+
factory_bot (~> 6.5)
|
356
|
+
railties (>= 5.0.0)
|
357
|
+
faker (3.5.1)
|
377
358
|
i18n (>= 1.8.11, < 2)
|
378
|
-
faraday (2.
|
379
|
-
faraday-net_http (>= 2.0, < 3.
|
380
|
-
|
381
|
-
|
382
|
-
|
359
|
+
faraday (2.13.0)
|
360
|
+
faraday-net_http (>= 2.0, < 3.5)
|
361
|
+
json
|
362
|
+
logger
|
363
|
+
faraday-net_http (3.4.0)
|
364
|
+
net-http (>= 0.5.0)
|
365
|
+
ffi (1.17.2-x86_64-linux-gnu)
|
383
366
|
file_validators (3.0.0)
|
384
367
|
activemodel (>= 3.2)
|
385
368
|
mime-types (>= 1.0)
|
386
|
-
fog-core (2.
|
369
|
+
fog-core (2.6.0)
|
387
370
|
builder
|
388
|
-
excon (~> 0
|
371
|
+
excon (~> 1.0)
|
389
372
|
formatador (>= 0.2, < 2.0)
|
390
373
|
mime-types
|
391
|
-
fog-local (0.
|
374
|
+
fog-local (0.9.0)
|
392
375
|
fog-core (>= 1.27, < 3.0)
|
393
376
|
formatador (1.1.0)
|
394
377
|
foundation_rails_helper (4.0.1)
|
@@ -397,52 +380,56 @@ GEM
|
|
397
380
|
activesupport (>= 4.1, < 7.1)
|
398
381
|
railties (>= 4.1, < 7.1)
|
399
382
|
gemoji (3.0.1)
|
400
|
-
geocoder (1.8.
|
383
|
+
geocoder (1.8.5)
|
401
384
|
base64 (>= 0.1.0)
|
402
385
|
csv (>= 3.0.0)
|
403
386
|
globalid (1.2.1)
|
404
387
|
activesupport (>= 6.1)
|
405
|
-
graphql (
|
406
|
-
|
388
|
+
graphql (2.0.32)
|
389
|
+
base64
|
390
|
+
graphql-docs (3.0.1)
|
407
391
|
commonmarker (~> 0.16)
|
408
|
-
escape_utils (~> 1.2)
|
392
|
+
escape_utils (~> 1.2.2)
|
409
393
|
extended-markdown-filter (~> 0.4)
|
410
394
|
gemoji (~> 3.0)
|
411
|
-
graphql (~>
|
395
|
+
graphql (~> 2.0)
|
412
396
|
html-pipeline (~> 2.9)
|
413
397
|
sass (~> 3.4)
|
414
|
-
hashdiff (1.1.
|
398
|
+
hashdiff (1.1.2)
|
415
399
|
hashie (5.0.0)
|
416
|
-
highline (3.
|
417
|
-
|
400
|
+
highline (3.1.2)
|
401
|
+
reline
|
418
402
|
html-pipeline (2.14.3)
|
419
403
|
activesupport (>= 2)
|
420
404
|
nokogiri (>= 1.4)
|
421
|
-
html_tokenizer (0.0.8)
|
422
405
|
htmlentities (4.3.4)
|
423
|
-
i18n (1.14.
|
406
|
+
i18n (1.14.7)
|
424
407
|
concurrent-ruby (~> 1.0)
|
425
|
-
i18n-tasks (0.
|
408
|
+
i18n-tasks (1.0.15)
|
426
409
|
activesupport (>= 4.0.2)
|
427
410
|
ast (>= 2.1.0)
|
428
411
|
erubi
|
429
412
|
highline (>= 2.0.0)
|
430
413
|
i18n
|
431
|
-
parser (>= 2.2.
|
414
|
+
parser (>= 3.2.2.1)
|
432
415
|
rails-i18n
|
433
416
|
rainbow (>= 2.2.2, < 4.0)
|
417
|
+
ruby-progressbar (~> 1.8, >= 1.8.1)
|
434
418
|
terminal-table (>= 1.5.1)
|
435
|
-
icalendar (2.
|
419
|
+
icalendar (2.11.0)
|
420
|
+
base64
|
436
421
|
ice_cube (~> 0.16)
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
422
|
+
logger
|
423
|
+
ostruct
|
424
|
+
ice_cube (0.17.0)
|
425
|
+
image_processing (1.14.0)
|
426
|
+
mini_magick (>= 4.9.5, < 6)
|
441
427
|
ruby-vips (>= 2.0.17, < 3)
|
442
428
|
invisible_captcha (0.13.0)
|
443
429
|
rails (>= 3.2.0)
|
444
|
-
|
445
|
-
|
430
|
+
io-console (0.8.0)
|
431
|
+
json (2.11.2)
|
432
|
+
jwt (2.10.1)
|
446
433
|
base64
|
447
434
|
kaminari (1.2.2)
|
448
435
|
activesupport (>= 4.1.0)
|
@@ -456,25 +443,24 @@ GEM
|
|
456
443
|
activerecord
|
457
444
|
kaminari-core (= 1.2.2)
|
458
445
|
kaminari-core (1.2.2)
|
459
|
-
|
460
|
-
rexml
|
461
|
-
kramdown-parser-gfm (1.1.0)
|
462
|
-
kramdown (~> 2.0)
|
463
|
-
launchy (2.5.2)
|
446
|
+
launchy (3.1.1)
|
464
447
|
addressable (~> 2.8)
|
448
|
+
childprocess (~> 5.0)
|
449
|
+
logger (~> 1.6)
|
465
450
|
letter_opener (1.10.0)
|
466
451
|
launchy (>= 2.2, < 4)
|
467
|
-
letter_opener_web (
|
468
|
-
actionmailer (>=
|
469
|
-
letter_opener (~> 1.
|
470
|
-
railties (>=
|
452
|
+
letter_opener_web (3.0.0)
|
453
|
+
actionmailer (>= 6.1)
|
454
|
+
letter_opener (~> 1.9)
|
455
|
+
railties (>= 6.1)
|
471
456
|
rexml
|
472
457
|
listen (3.9.0)
|
473
458
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
474
459
|
rb-inotify (~> 0.9, >= 0.9.10)
|
475
|
-
|
460
|
+
logger (1.7.0)
|
461
|
+
loofah (2.24.0)
|
476
462
|
crass (~> 1.0.2)
|
477
|
-
nokogiri (>= 1.
|
463
|
+
nokogiri (>= 1.12.0)
|
478
464
|
mail (2.8.1)
|
479
465
|
mini_mime (>= 0.1.1)
|
480
466
|
net-imap
|
@@ -482,39 +468,30 @@ GEM
|
|
482
468
|
net-smtp
|
483
469
|
marcel (1.0.4)
|
484
470
|
matrix (0.4.2)
|
485
|
-
mdl (0.13.0)
|
486
|
-
kramdown (~> 2.3)
|
487
|
-
kramdown-parser-gfm (~> 1.1)
|
488
|
-
mixlib-cli (~> 2.1, >= 2.1.1)
|
489
|
-
mixlib-config (>= 2.2.1, < 4)
|
490
|
-
mixlib-shellout
|
491
471
|
method_source (1.1.0)
|
492
|
-
mime-types (3.
|
472
|
+
mime-types (3.6.2)
|
473
|
+
logger
|
493
474
|
mime-types-data (~> 3.2015)
|
494
|
-
mime-types-data (3.
|
495
|
-
mini_magick (4.
|
475
|
+
mime-types-data (3.2025.0422)
|
476
|
+
mini_magick (4.13.2)
|
496
477
|
mini_mime (1.1.5)
|
497
|
-
minitest (5.
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
chef-utils
|
503
|
-
msgpack (1.7.2)
|
504
|
-
multi_xml (0.6.0)
|
505
|
-
net-http (0.4.1)
|
478
|
+
minitest (5.25.5)
|
479
|
+
msgpack (1.8.0)
|
480
|
+
multi_xml (0.7.1)
|
481
|
+
bigdecimal (~> 3.1)
|
482
|
+
net-http (0.6.0)
|
506
483
|
uri
|
507
|
-
net-imap (0.
|
484
|
+
net-imap (0.5.7)
|
508
485
|
date
|
509
486
|
net-protocol
|
510
487
|
net-pop (0.1.2)
|
511
488
|
net-protocol
|
512
489
|
net-protocol (0.2.2)
|
513
490
|
timeout
|
514
|
-
net-smtp (0.
|
491
|
+
net-smtp (0.3.4)
|
515
492
|
net-protocol
|
516
|
-
nio4r (2.7.
|
517
|
-
nokogiri (1.
|
493
|
+
nio4r (2.7.4)
|
494
|
+
nokogiri (1.18.8-x86_64-linux-gnu)
|
518
495
|
racc (~> 1.4)
|
519
496
|
oauth (1.1.0)
|
520
497
|
oauth-tty (~> 1.0, >= 1.0.1)
|
@@ -529,57 +506,62 @@ GEM
|
|
529
506
|
rack (>= 1.2, < 4)
|
530
507
|
snaky_hash (~> 2.0)
|
531
508
|
version_gem (~> 1.1)
|
532
|
-
omniauth (2.1.
|
509
|
+
omniauth (2.1.3)
|
533
510
|
hashie (>= 3.4.6)
|
534
511
|
rack (>= 2.2.3)
|
535
512
|
rack-protection
|
536
513
|
omniauth-facebook (5.0.0)
|
537
514
|
omniauth-oauth2 (~> 1.2)
|
538
|
-
omniauth-google-oauth2 (1.1
|
539
|
-
jwt (>= 2.
|
515
|
+
omniauth-google-oauth2 (1.2.1)
|
516
|
+
jwt (>= 2.9.2)
|
540
517
|
oauth2 (~> 2.0)
|
541
518
|
omniauth (~> 2.0)
|
542
519
|
omniauth-oauth2 (~> 1.8)
|
543
|
-
omniauth-oauth (1.2.
|
520
|
+
omniauth-oauth (1.2.1)
|
544
521
|
oauth
|
545
522
|
omniauth (>= 1.0, < 3)
|
523
|
+
rack (>= 1.6.2, < 4)
|
546
524
|
omniauth-oauth2 (1.8.0)
|
547
525
|
oauth2 (>= 1.4, < 3)
|
548
526
|
omniauth (~> 2.0)
|
549
|
-
omniauth-rails_csrf_protection (1.0.
|
527
|
+
omniauth-rails_csrf_protection (1.0.2)
|
550
528
|
actionpack (>= 4.2)
|
551
529
|
omniauth (~> 2.0)
|
552
530
|
omniauth-twitter (1.4.0)
|
553
531
|
omniauth-oauth (~> 1.1)
|
554
532
|
rack
|
533
|
+
openssl (3.3.0)
|
555
534
|
orm_adapter (0.5.0)
|
535
|
+
ostruct (0.6.1)
|
556
536
|
paper_trail (12.3.0)
|
557
537
|
activerecord (>= 5.2)
|
558
538
|
request_store (~> 1.1)
|
559
|
-
parallel (1.
|
560
|
-
parallel_tests (
|
539
|
+
parallel (1.27.0)
|
540
|
+
parallel_tests (4.10.1)
|
561
541
|
parallel
|
562
|
-
parser (3.3.
|
542
|
+
parser (3.3.8.0)
|
563
543
|
ast (~> 2.4.1)
|
564
544
|
racc
|
565
|
-
pg (1.
|
566
|
-
pg_search (2.3.
|
567
|
-
activerecord (>=
|
568
|
-
activesupport (>=
|
569
|
-
premailer (1.
|
545
|
+
pg (1.4.6)
|
546
|
+
pg_search (2.3.7)
|
547
|
+
activerecord (>= 6.1)
|
548
|
+
activesupport (>= 6.1)
|
549
|
+
premailer (1.27.0)
|
570
550
|
addressable
|
571
|
-
css_parser (>= 1.
|
551
|
+
css_parser (>= 1.19.0)
|
572
552
|
htmlentities (>= 4.0.0)
|
573
553
|
premailer-rails (1.12.0)
|
574
554
|
actionmailer (>= 3)
|
575
555
|
net-smtp
|
576
556
|
premailer (~> 1.7, >= 1.7.9)
|
577
|
-
|
578
|
-
|
579
|
-
|
557
|
+
prism (1.4.0)
|
558
|
+
psych (4.0.6)
|
559
|
+
stringio
|
560
|
+
public_suffix (6.0.1)
|
561
|
+
puma (6.6.0)
|
580
562
|
nio4r (~> 2.0)
|
581
|
-
racc (1.
|
582
|
-
rack (2.2.
|
563
|
+
racc (1.8.1)
|
564
|
+
rack (2.2.13)
|
583
565
|
rack-attack (6.7.0)
|
584
566
|
rack (>= 1.0, < 4)
|
585
567
|
rack-cors (1.1.1)
|
@@ -589,22 +571,22 @@ GEM
|
|
589
571
|
rack (~> 2.2, >= 2.2.4)
|
590
572
|
rack-proxy (0.7.7)
|
591
573
|
rack
|
592
|
-
rack-test (2.
|
574
|
+
rack-test (2.2.0)
|
593
575
|
rack (>= 1.3)
|
594
|
-
rails (6.1.7.
|
595
|
-
actioncable (= 6.1.7.
|
596
|
-
actionmailbox (= 6.1.7.
|
597
|
-
actionmailer (= 6.1.7.
|
598
|
-
actionpack (= 6.1.7.
|
599
|
-
actiontext (= 6.1.7.
|
600
|
-
actionview (= 6.1.7.
|
601
|
-
activejob (= 6.1.7.
|
602
|
-
activemodel (= 6.1.7.
|
603
|
-
activerecord (= 6.1.7.
|
604
|
-
activestorage (= 6.1.7.
|
605
|
-
activesupport (= 6.1.7.
|
576
|
+
rails (6.1.7.10)
|
577
|
+
actioncable (= 6.1.7.10)
|
578
|
+
actionmailbox (= 6.1.7.10)
|
579
|
+
actionmailer (= 6.1.7.10)
|
580
|
+
actionpack (= 6.1.7.10)
|
581
|
+
actiontext (= 6.1.7.10)
|
582
|
+
actionview (= 6.1.7.10)
|
583
|
+
activejob (= 6.1.7.10)
|
584
|
+
activemodel (= 6.1.7.10)
|
585
|
+
activerecord (= 6.1.7.10)
|
586
|
+
activestorage (= 6.1.7.10)
|
587
|
+
activesupport (= 6.1.7.10)
|
606
588
|
bundler (>= 1.15.0)
|
607
|
-
railties (= 6.1.7.
|
589
|
+
railties (= 6.1.7.10)
|
608
590
|
sprockets-rails (>= 2.0.0)
|
609
591
|
rails-controller-testing (1.0.5)
|
610
592
|
actionpack (>= 5.0.1.rc1)
|
@@ -614,87 +596,106 @@ GEM
|
|
614
596
|
activesupport (>= 5.0.0)
|
615
597
|
minitest
|
616
598
|
nokogiri (>= 1.6)
|
617
|
-
rails-html-sanitizer (1.
|
618
|
-
loofah (~> 2.
|
599
|
+
rails-html-sanitizer (1.6.2)
|
600
|
+
loofah (~> 2.21)
|
601
|
+
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
602
|
rails-i18n (6.0.0)
|
620
603
|
i18n (>= 0.7, < 2)
|
621
604
|
railties (>= 6.0.0, < 7)
|
622
|
-
railties (6.1.7.
|
623
|
-
actionpack (= 6.1.7.
|
624
|
-
activesupport (= 6.1.7.
|
605
|
+
railties (6.1.7.10)
|
606
|
+
actionpack (= 6.1.7.10)
|
607
|
+
activesupport (= 6.1.7.10)
|
625
608
|
method_source
|
626
609
|
rake (>= 12.2)
|
627
610
|
thor (~> 1.0)
|
628
611
|
rainbow (3.1.1)
|
629
612
|
rake (13.2.1)
|
630
|
-
ransack (2.
|
631
|
-
activerecord (>=
|
632
|
-
activesupport (>=
|
613
|
+
ransack (3.2.1)
|
614
|
+
activerecord (>= 6.1.5)
|
615
|
+
activesupport (>= 6.1.5)
|
633
616
|
i18n
|
634
617
|
rb-fsevent (0.11.2)
|
635
|
-
rb-inotify (0.
|
618
|
+
rb-inotify (0.11.1)
|
636
619
|
ffi (~> 1.0)
|
637
|
-
redcarpet (3.6.
|
620
|
+
redcarpet (3.6.1)
|
638
621
|
redis (4.8.1)
|
639
|
-
regexp_parser (2.
|
622
|
+
regexp_parser (2.10.0)
|
623
|
+
reline (0.6.1)
|
624
|
+
io-console (~> 0.5)
|
640
625
|
request_store (1.5.1)
|
641
626
|
rack (>= 1.4)
|
642
627
|
responders (3.1.1)
|
643
628
|
actionpack (>= 5.2)
|
644
629
|
railties (>= 5.2)
|
645
|
-
rexml (3.
|
630
|
+
rexml (3.4.1)
|
646
631
|
rspec (3.13.0)
|
647
632
|
rspec-core (~> 3.13.0)
|
648
633
|
rspec-expectations (~> 3.13.0)
|
649
634
|
rspec-mocks (~> 3.13.0)
|
650
|
-
rspec-cells (0.3.
|
635
|
+
rspec-cells (0.3.10)
|
651
636
|
cells (>= 4.0.0, < 6.0.0)
|
652
|
-
rspec-rails (>= 3.0.0
|
653
|
-
rspec-core (3.13.
|
637
|
+
rspec-rails (>= 3.0.0)
|
638
|
+
rspec-core (3.13.3)
|
654
639
|
rspec-support (~> 3.13.0)
|
655
|
-
rspec-expectations (3.13.
|
640
|
+
rspec-expectations (3.13.3)
|
656
641
|
diff-lcs (>= 1.2.0, < 2.0)
|
657
642
|
rspec-support (~> 3.13.0)
|
658
|
-
rspec-html-matchers (0.
|
643
|
+
rspec-html-matchers (0.10.0)
|
659
644
|
nokogiri (~> 1)
|
660
|
-
rspec (>= 3.0.0.a
|
661
|
-
rspec-mocks (3.13.
|
645
|
+
rspec (>= 3.0.0.a)
|
646
|
+
rspec-mocks (3.13.2)
|
662
647
|
diff-lcs (>= 1.2.0, < 2.0)
|
663
648
|
rspec-support (~> 3.13.0)
|
664
|
-
rspec-rails (
|
665
|
-
actionpack (>=
|
666
|
-
activesupport (>=
|
667
|
-
railties (>=
|
668
|
-
rspec-core (~> 3.
|
669
|
-
rspec-expectations (~> 3.
|
670
|
-
rspec-mocks (~> 3.
|
671
|
-
rspec-support (~> 3.
|
649
|
+
rspec-rails (6.1.5)
|
650
|
+
actionpack (>= 6.1)
|
651
|
+
activesupport (>= 6.1)
|
652
|
+
railties (>= 6.1)
|
653
|
+
rspec-core (~> 3.13)
|
654
|
+
rspec-expectations (~> 3.13)
|
655
|
+
rspec-mocks (~> 3.13)
|
656
|
+
rspec-support (~> 3.13)
|
672
657
|
rspec-retry (0.6.2)
|
673
658
|
rspec-core (> 3.3)
|
674
|
-
rspec-support (3.13.
|
675
|
-
rspec_junit_formatter (0.
|
659
|
+
rspec-support (3.13.2)
|
660
|
+
rspec_junit_formatter (0.6.0)
|
676
661
|
rspec-core (>= 2, < 4, != 2.12.0)
|
677
|
-
rubocop (1.
|
662
|
+
rubocop (1.50.2)
|
663
|
+
json (~> 2.3)
|
678
664
|
parallel (~> 1.10)
|
679
|
-
parser (>= 3.
|
665
|
+
parser (>= 3.2.0.0)
|
680
666
|
rainbow (>= 2.2.2, < 4.0)
|
681
667
|
regexp_parser (>= 1.8, < 3.0)
|
682
|
-
rexml
|
683
|
-
rubocop-ast (>= 1.
|
668
|
+
rexml (>= 3.2.5, < 4.0)
|
669
|
+
rubocop-ast (>= 1.28.0, < 2.0)
|
684
670
|
ruby-progressbar (~> 1.7)
|
685
|
-
unicode-display_width (>=
|
686
|
-
rubocop-ast (1.
|
687
|
-
parser (>= 3.3.
|
688
|
-
|
671
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
672
|
+
rubocop-ast (1.44.1)
|
673
|
+
parser (>= 3.3.7.2)
|
674
|
+
prism (~> 1.4)
|
675
|
+
rubocop-capybara (2.21.0)
|
676
|
+
rubocop (~> 1.41)
|
677
|
+
rubocop-factory_bot (2.26.0)
|
678
|
+
rubocop (~> 1.41)
|
679
|
+
rubocop-faker (1.2.0)
|
680
|
+
faker (>= 2.12.0)
|
681
|
+
rubocop (>= 1.13.0)
|
682
|
+
rubocop-rails (2.25.1)
|
689
683
|
activesupport (>= 4.2.0)
|
690
684
|
rack (>= 1.1)
|
691
|
-
rubocop (>= 1.
|
692
|
-
|
693
|
-
|
685
|
+
rubocop (>= 1.33.0, < 2.0)
|
686
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
687
|
+
rubocop-rspec (2.31.0)
|
688
|
+
rubocop (~> 1.40)
|
689
|
+
rubocop-capybara (~> 2.17)
|
690
|
+
rubocop-factory_bot (~> 2.22)
|
691
|
+
rubocop-rspec_rails (~> 2.28)
|
692
|
+
rubocop-rspec_rails (2.29.0)
|
693
|
+
rubocop (~> 1.40)
|
694
694
|
ruby-progressbar (1.13.0)
|
695
|
-
ruby-vips (2.2.
|
695
|
+
ruby-vips (2.2.3)
|
696
696
|
ffi (~> 1.12)
|
697
|
-
|
697
|
+
logger
|
698
|
+
rubyXL (3.4.33)
|
698
699
|
nokogiri (>= 1.10.8)
|
699
700
|
rubyzip (>= 1.3.0)
|
700
701
|
rubyzip (2.3.2)
|
@@ -703,57 +704,63 @@ GEM
|
|
703
704
|
sass-listen (4.0.0)
|
704
705
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
705
706
|
rb-inotify (~> 0.9, >= 0.9.7)
|
706
|
-
selenium-webdriver (4.
|
707
|
-
|
707
|
+
selenium-webdriver (4.31.0)
|
708
|
+
base64 (~> 0.2)
|
709
|
+
logger (~> 1.4)
|
708
710
|
rexml (~> 3.2, >= 3.2.5)
|
709
|
-
rubyzip (>= 1.2.2)
|
710
|
-
|
711
|
-
|
712
|
-
|
711
|
+
rubyzip (>= 1.2.2, < 3.0)
|
712
|
+
websocket (~> 1.0)
|
713
|
+
semantic_range (3.1.0)
|
714
|
+
shakapacker (7.1.0)
|
715
|
+
activesupport (>= 5.2)
|
716
|
+
rack-proxy (>= 0.6.1)
|
717
|
+
railties (>= 5.2)
|
718
|
+
semantic_range (>= 2.3.0)
|
719
|
+
simplecov (0.22.0)
|
713
720
|
docile (~> 1.1)
|
714
721
|
simplecov-html (~> 0.11)
|
715
722
|
simplecov_json_formatter (~> 0.1)
|
716
723
|
simplecov-cobertura (2.1.0)
|
717
724
|
rexml
|
718
725
|
simplecov (~> 0.19)
|
719
|
-
simplecov-html (0.
|
726
|
+
simplecov-html (0.13.1)
|
720
727
|
simplecov_json_formatter (0.1.4)
|
721
728
|
smart_properties (1.17.0)
|
722
729
|
snaky_hash (2.0.1)
|
723
730
|
hashie
|
724
731
|
version_gem (~> 1.1, >= 1.1.1)
|
725
|
-
|
726
|
-
|
727
|
-
|
732
|
+
spring (2.1.1)
|
733
|
+
spring-watcher-listen (2.0.1)
|
734
|
+
listen (>= 2.7, < 4.0)
|
735
|
+
spring (>= 1.2, < 3.0)
|
736
|
+
sprockets (4.2.2)
|
728
737
|
concurrent-ruby (~> 1.0)
|
738
|
+
logger
|
729
739
|
rack (>= 2.2.4, < 4)
|
730
|
-
sprockets-rails (3.
|
731
|
-
actionpack (>=
|
732
|
-
activesupport (>=
|
740
|
+
sprockets-rails (3.5.2)
|
741
|
+
actionpack (>= 6.1)
|
742
|
+
activesupport (>= 6.1)
|
733
743
|
sprockets (>= 3.0.0)
|
734
744
|
sqlite3 (1.7.3-x86_64-linux)
|
735
|
-
ssrf_filter (1.
|
745
|
+
ssrf_filter (1.2.0)
|
746
|
+
stringio (3.1.7)
|
736
747
|
temple (0.10.3)
|
737
|
-
terminal-table (
|
738
|
-
unicode-display_width (>= 1.1.1, <
|
739
|
-
thor (1.3.
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
tomlrb (2.0.3)
|
748
|
+
terminal-table (4.0.0)
|
749
|
+
unicode-display_width (>= 1.1.1, < 4)
|
750
|
+
thor (1.3.2)
|
751
|
+
tilt (2.6.0)
|
752
|
+
timeout (0.4.3)
|
753
|
+
trailblazer-option (0.1.2)
|
744
754
|
tzinfo (2.0.6)
|
745
755
|
concurrent-ruby (~> 1.0)
|
746
756
|
uber (0.1.0)
|
747
|
-
unicode-display_width (2.
|
748
|
-
|
749
|
-
|
757
|
+
unicode-display_width (2.6.0)
|
758
|
+
uniform_notifier (1.16.0)
|
759
|
+
uri (1.0.3)
|
760
|
+
valid_email2 (4.0.6)
|
750
761
|
activemodel (>= 3.2)
|
751
762
|
mail (~> 2.5)
|
752
|
-
version_gem (1.1.
|
753
|
-
virtus (2.0.0)
|
754
|
-
axiom-types (~> 0.1)
|
755
|
-
coercible (~> 1.0)
|
756
|
-
descendants_tracker (~> 0.0, >= 0.0.3)
|
763
|
+
version_gem (1.1.7)
|
757
764
|
w3c_rspec_validators (0.3.0)
|
758
765
|
rails
|
759
766
|
rspec
|
@@ -764,29 +771,26 @@ GEM
|
|
764
771
|
rexml (~> 3.2)
|
765
772
|
warden (1.2.9)
|
766
773
|
rack (>= 2.0.9)
|
767
|
-
|
774
|
+
web-push (3.0.1)
|
775
|
+
jwt (~> 2.0)
|
776
|
+
openssl (~> 3.0)
|
777
|
+
webmock (3.25.1)
|
768
778
|
addressable (>= 2.8.0)
|
769
779
|
crack (>= 0.3.2)
|
770
780
|
hashdiff (>= 0.4.0, < 2.0.0)
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
railties (>= 5.2)
|
775
|
-
semantic_range (>= 2.3.0)
|
776
|
-
webpush (1.1.0)
|
777
|
-
hkdf (~> 0.2)
|
778
|
-
jwt (~> 2.0)
|
779
|
-
websocket-driver (0.7.6)
|
781
|
+
websocket (1.2.11)
|
782
|
+
websocket-driver (0.7.7)
|
783
|
+
base64
|
780
784
|
websocket-extensions (>= 0.1.0)
|
781
785
|
websocket-extensions (0.1.5)
|
782
|
-
wicked_pdf (2.8.
|
786
|
+
wicked_pdf (2.8.2)
|
783
787
|
activesupport
|
788
|
+
ostruct
|
784
789
|
wisper (2.0.1)
|
785
790
|
wisper-rspec (1.1.0)
|
786
|
-
wkhtmltopdf-binary (0.12.6.6)
|
787
791
|
xpath (3.2.0)
|
788
792
|
nokogiri (~> 1.8)
|
789
|
-
zeitwerk (2.6.
|
793
|
+
zeitwerk (2.6.18)
|
790
794
|
|
791
795
|
PLATFORMS
|
792
796
|
x86_64-linux
|
@@ -794,16 +798,15 @@ PLATFORMS
|
|
794
798
|
DEPENDENCIES
|
795
799
|
bootsnap
|
796
800
|
byebug
|
797
|
-
decidim (>= 0.
|
801
|
+
decidim (>= 0.28.0)!
|
798
802
|
decidim-cdtb!
|
799
|
-
decidim-dev (>= 0.
|
803
|
+
decidim-dev (>= 0.28.0)
|
800
804
|
faker
|
801
805
|
letter_opener_web
|
802
806
|
listen
|
803
|
-
psych (< 4)
|
804
807
|
rake (~> 13.0)
|
805
808
|
rspec (~> 3.0)
|
806
|
-
rubocop
|
809
|
+
rubocop (~> 1.50.0)
|
807
810
|
sqlite3 (~> 1.4)
|
808
811
|
uri (>= 0.13.1)
|
809
812
|
|