decidim-cdtb 0.1.8 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +2 -2
- data/.ruby-version +1 -1
- data/CHANGELOG.md +10 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +338 -306
- data/README.md +20 -2
- data/config/initializers/rack_attack.rb +28 -0
- data/decidim-cdtb.gemspec +2 -1
- data/lib/decidim/cdtb/spam/user_spam_detector.rb +4 -2
- data/lib/decidim/cdtb/version.rb +2 -2
- data/lib/tasks/anonymize.rake +2 -2
- data/lib/tasks/census.rake +78 -0
- data/lib/tasks/logs.rake +16 -0
- metadata +12 -8
data/Gemfile.lock
CHANGED
@@ -1,46 +1,48 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
decidim-cdtb (0.
|
5
|
-
decidim (>= 0.
|
4
|
+
decidim-cdtb (0.2.0)
|
5
|
+
decidim (>= 0.27.0)
|
6
6
|
rails (>= 6)
|
7
7
|
ruby-progressbar
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (6.
|
13
|
-
actionpack (= 6.
|
12
|
+
actioncable (6.1.7.7)
|
13
|
+
actionpack (= 6.1.7.7)
|
14
|
+
activesupport (= 6.1.7.7)
|
14
15
|
nio4r (~> 2.0)
|
15
16
|
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (6.
|
17
|
-
actionpack (= 6.
|
18
|
-
activejob (= 6.
|
19
|
-
activerecord (= 6.
|
20
|
-
activestorage (= 6.
|
21
|
-
activesupport (= 6.
|
17
|
+
actionmailbox (6.1.7.7)
|
18
|
+
actionpack (= 6.1.7.7)
|
19
|
+
activejob (= 6.1.7.7)
|
20
|
+
activerecord (= 6.1.7.7)
|
21
|
+
activestorage (= 6.1.7.7)
|
22
|
+
activesupport (= 6.1.7.7)
|
22
23
|
mail (>= 2.7.1)
|
23
|
-
actionmailer (6.
|
24
|
-
actionpack (= 6.
|
25
|
-
actionview (= 6.
|
26
|
-
activejob (= 6.
|
24
|
+
actionmailer (6.1.7.7)
|
25
|
+
actionpack (= 6.1.7.7)
|
26
|
+
actionview (= 6.1.7.7)
|
27
|
+
activejob (= 6.1.7.7)
|
28
|
+
activesupport (= 6.1.7.7)
|
27
29
|
mail (~> 2.5, >= 2.5.4)
|
28
30
|
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (6.
|
30
|
-
actionview (= 6.
|
31
|
-
activesupport (= 6.
|
32
|
-
rack (~> 2.0, >= 2.0.
|
31
|
+
actionpack (6.1.7.7)
|
32
|
+
actionview (= 6.1.7.7)
|
33
|
+
activesupport (= 6.1.7.7)
|
34
|
+
rack (~> 2.0, >= 2.0.9)
|
33
35
|
rack-test (>= 0.6.3)
|
34
36
|
rails-dom-testing (~> 2.0)
|
35
37
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
-
actiontext (6.
|
37
|
-
actionpack (= 6.
|
38
|
-
activerecord (= 6.
|
39
|
-
activestorage (= 6.
|
40
|
-
activesupport (= 6.
|
38
|
+
actiontext (6.1.7.7)
|
39
|
+
actionpack (= 6.1.7.7)
|
40
|
+
activerecord (= 6.1.7.7)
|
41
|
+
activestorage (= 6.1.7.7)
|
42
|
+
activesupport (= 6.1.7.7)
|
41
43
|
nokogiri (>= 1.8.5)
|
42
|
-
actionview (6.
|
43
|
-
activesupport (= 6.
|
44
|
+
actionview (6.1.7.7)
|
45
|
+
activesupport (= 6.1.7.7)
|
44
46
|
builder (~> 3.1)
|
45
47
|
erubi (~> 1.4)
|
46
48
|
rails-dom-testing (~> 2.0)
|
@@ -48,31 +50,33 @@ GEM
|
|
48
50
|
active_link_to (1.0.5)
|
49
51
|
actionpack
|
50
52
|
addressable
|
51
|
-
activejob (6.
|
52
|
-
activesupport (= 6.
|
53
|
+
activejob (6.1.7.7)
|
54
|
+
activesupport (= 6.1.7.7)
|
53
55
|
globalid (>= 0.3.6)
|
54
|
-
activemodel (6.
|
55
|
-
activesupport (= 6.
|
56
|
-
activerecord (6.
|
57
|
-
activemodel (= 6.
|
58
|
-
activesupport (= 6.
|
59
|
-
activestorage (6.
|
60
|
-
actionpack (= 6.
|
61
|
-
activejob (= 6.
|
62
|
-
activerecord (= 6.
|
56
|
+
activemodel (6.1.7.7)
|
57
|
+
activesupport (= 6.1.7.7)
|
58
|
+
activerecord (6.1.7.7)
|
59
|
+
activemodel (= 6.1.7.7)
|
60
|
+
activesupport (= 6.1.7.7)
|
61
|
+
activestorage (6.1.7.7)
|
62
|
+
actionpack (= 6.1.7.7)
|
63
|
+
activejob (= 6.1.7.7)
|
64
|
+
activerecord (= 6.1.7.7)
|
65
|
+
activesupport (= 6.1.7.7)
|
63
66
|
marcel (~> 1.0)
|
64
|
-
|
67
|
+
mini_mime (>= 1.1.0)
|
68
|
+
activesupport (6.1.7.7)
|
65
69
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
66
|
-
i18n (>=
|
67
|
-
minitest (
|
68
|
-
tzinfo (~>
|
69
|
-
zeitwerk (~> 2.
|
70
|
+
i18n (>= 1.6, < 2)
|
71
|
+
minitest (>= 5.1)
|
72
|
+
tzinfo (~> 2.0)
|
73
|
+
zeitwerk (~> 2.3)
|
70
74
|
acts_as_list (0.9.19)
|
71
75
|
activerecord (>= 3.0)
|
72
|
-
addressable (2.8.
|
76
|
+
addressable (2.8.6)
|
73
77
|
public_suffix (>= 2.0.2, < 6.0)
|
74
78
|
ast (2.4.2)
|
75
|
-
axe-core-api (4.
|
79
|
+
axe-core-api (4.9.0)
|
76
80
|
dumb_delegator
|
77
81
|
virtus
|
78
82
|
axe-core-rspec (4.1.0)
|
@@ -83,8 +87,9 @@ GEM
|
|
83
87
|
descendants_tracker (~> 0.0.4)
|
84
88
|
ice_nine (~> 0.11.0)
|
85
89
|
thread_safe (~> 0.3, >= 0.3.1)
|
90
|
+
base64 (0.2.0)
|
86
91
|
batch-loader (1.5.0)
|
87
|
-
bcrypt (3.1.
|
92
|
+
bcrypt (3.1.20)
|
88
93
|
better_html (1.0.16)
|
89
94
|
actionview (>= 4.0)
|
90
95
|
activesupport (>= 4.0)
|
@@ -93,21 +98,22 @@ GEM
|
|
93
98
|
html_tokenizer (~> 0.0.6)
|
94
99
|
parser (>= 2.4)
|
95
100
|
smart_properties
|
96
|
-
|
101
|
+
bigdecimal (3.1.8)
|
102
|
+
bootsnap (1.18.3)
|
97
103
|
msgpack (~> 1.2)
|
98
104
|
browser (2.7.1)
|
99
105
|
builder (3.2.4)
|
100
106
|
byebug (11.1.3)
|
101
|
-
capybara (3.
|
107
|
+
capybara (3.40.0)
|
102
108
|
addressable
|
103
109
|
matrix
|
104
110
|
mini_mime (>= 0.1.3)
|
105
|
-
nokogiri (~> 1.
|
111
|
+
nokogiri (~> 1.11)
|
106
112
|
rack (>= 1.6.0)
|
107
113
|
rack-test (>= 0.6.3)
|
108
114
|
regexp_parser (>= 1.5, < 3.0)
|
109
115
|
xpath (~> 3.2)
|
110
|
-
carrierwave (2.2.
|
116
|
+
carrierwave (2.2.6)
|
111
117
|
activemodel (>= 5.0.0)
|
112
118
|
activesupport (>= 5.0.0)
|
113
119
|
addressable (~> 2.6)
|
@@ -127,9 +133,9 @@ GEM
|
|
127
133
|
actionpack (>= 5.0)
|
128
134
|
cells (>= 4.1.6, < 5.0.0)
|
129
135
|
charlock_holmes (0.7.7)
|
130
|
-
chef-utils (18.
|
136
|
+
chef-utils (18.4.12)
|
131
137
|
concurrent-ruby
|
132
|
-
childprocess (
|
138
|
+
childprocess (4.1.0)
|
133
139
|
coercible (1.0.0)
|
134
140
|
descendants_tracker (~> 0.0.1)
|
135
141
|
coffee-rails (5.0.0)
|
@@ -139,92 +145,94 @@ GEM
|
|
139
145
|
coffee-script-source
|
140
146
|
execjs
|
141
147
|
coffee-script-source (1.12.2)
|
142
|
-
|
143
|
-
|
148
|
+
commonmarker (0.23.10)
|
149
|
+
concurrent-ruby (1.2.3)
|
150
|
+
crack (1.0.0)
|
151
|
+
bigdecimal
|
144
152
|
rexml
|
145
153
|
crass (1.0.6)
|
146
|
-
css_parser (1.
|
154
|
+
css_parser (1.17.1)
|
147
155
|
addressable
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
156
|
+
csv (3.3.0)
|
157
|
+
date (3.3.4)
|
158
|
+
date_validator (0.12.0)
|
159
|
+
activemodel (>= 3)
|
160
|
+
activesupport (>= 3)
|
152
161
|
db-query-matchers (0.10.0)
|
153
162
|
activesupport (>= 4.0, < 7)
|
154
163
|
rspec (~> 3.0)
|
155
|
-
decidim (0.
|
156
|
-
decidim-accountability (= 0.
|
157
|
-
decidim-admin (= 0.
|
158
|
-
decidim-api (= 0.
|
159
|
-
decidim-assemblies (= 0.
|
160
|
-
decidim-blogs (= 0.
|
161
|
-
decidim-budgets (= 0.
|
162
|
-
decidim-comments (= 0.
|
163
|
-
decidim-core (= 0.
|
164
|
-
decidim-debates (= 0.
|
165
|
-
decidim-forms (= 0.
|
166
|
-
decidim-generators (= 0.
|
167
|
-
decidim-meetings (= 0.
|
168
|
-
decidim-pages (= 0.
|
169
|
-
decidim-participatory_processes (= 0.
|
170
|
-
decidim-proposals (= 0.
|
171
|
-
decidim-sortitions (= 0.
|
172
|
-
decidim-surveys (= 0.
|
173
|
-
decidim-system (= 0.
|
174
|
-
decidim-templates (= 0.
|
175
|
-
decidim-verifications (= 0.
|
176
|
-
decidim-accountability (0.
|
177
|
-
decidim-comments (= 0.
|
178
|
-
decidim-core (= 0.
|
179
|
-
decidim-admin (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)
|
180
189
|
active_link_to (~> 1.0)
|
181
|
-
decidim-core (= 0.
|
190
|
+
decidim-core (= 0.27.6)
|
182
191
|
devise (~> 4.7)
|
183
192
|
devise-i18n (~> 1.2)
|
184
|
-
devise_invitable (~> 2.0)
|
185
|
-
decidim-api (0.
|
193
|
+
devise_invitable (~> 2.0, >= 2.0.9)
|
194
|
+
decidim-api (0.27.6)
|
195
|
+
decidim-core (= 0.27.6)
|
186
196
|
graphql (~> 1.12, < 1.13)
|
197
|
+
graphql-docs (~> 2.1.0)
|
187
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)
|
188
210
|
redcarpet (~> 3.5, >= 3.5.1)
|
189
|
-
decidim-
|
190
|
-
decidim-core (= 0.26.5)
|
191
|
-
decidim-blogs (0.26.5)
|
192
|
-
decidim-admin (= 0.26.5)
|
193
|
-
decidim-comments (= 0.26.5)
|
194
|
-
decidim-core (= 0.26.5)
|
195
|
-
decidim-budgets (0.26.5)
|
196
|
-
decidim-comments (= 0.26.5)
|
197
|
-
decidim-core (= 0.26.5)
|
198
|
-
decidim-comments (0.26.5)
|
199
|
-
decidim-core (= 0.26.5)
|
200
|
-
redcarpet (~> 3.5, >= 3.5.1)
|
201
|
-
decidim-core (0.26.5)
|
211
|
+
decidim-core (0.27.6)
|
202
212
|
active_link_to (~> 1.0)
|
203
213
|
acts_as_list (~> 0.9)
|
204
214
|
batch-loader (~> 1.2)
|
205
215
|
browser (~> 2.7)
|
206
|
-
carrierwave (~> 2.2.
|
216
|
+
carrierwave (~> 2.2.5, >= 2.2.5)
|
207
217
|
cells-erb (~> 0.1.0)
|
208
218
|
cells-rails (~> 0.1.3)
|
209
219
|
charlock_holmes (~> 0.7)
|
210
|
-
date_validator (~> 0.
|
211
|
-
decidim-api (= 0.26.5)
|
220
|
+
date_validator (~> 0.12.0)
|
212
221
|
devise (~> 4.7)
|
213
222
|
devise-i18n (~> 1.2)
|
214
223
|
diffy (~> 3.3)
|
215
224
|
doorkeeper (~> 5.1)
|
216
225
|
doorkeeper-i18n (~> 4.0)
|
217
|
-
file_validators (~>
|
226
|
+
file_validators (~> 3.0)
|
218
227
|
fog-local (~> 0.6)
|
219
|
-
foundation_rails_helper
|
220
|
-
geocoder (~> 1.
|
228
|
+
foundation_rails_helper (~> 4.0)
|
229
|
+
geocoder (~> 1.8)
|
221
230
|
hashdiff (>= 0.4.0, < 2.0.0)
|
222
231
|
invisible_captcha (~> 0.12)
|
223
232
|
kaminari (~> 1.2, >= 1.2.1)
|
224
|
-
loofah (~> 2.
|
233
|
+
loofah (~> 2.19.0)
|
225
234
|
mime-types (>= 1.16, < 4.0)
|
226
235
|
mini_magick (~> 4.9)
|
227
|
-
mustache (~> 1.1.0)
|
228
236
|
omniauth (~> 2.0)
|
229
237
|
omniauth-facebook (~> 5.0)
|
230
238
|
omniauth-google-oauth2 (~> 1.0)
|
@@ -236,117 +244,114 @@ GEM
|
|
236
244
|
premailer-rails (~> 1.10)
|
237
245
|
rack (~> 2.2, >= 2.2.3)
|
238
246
|
rack-attack (~> 6.0)
|
239
|
-
rails (~> 6.0
|
247
|
+
rails (~> 6.1.0)
|
240
248
|
rails-i18n (~> 6.0)
|
241
249
|
ransack (~> 2.4.1)
|
242
|
-
rectify (~> 0.13.0)
|
243
250
|
redis (~> 4.1)
|
244
251
|
request_store (~> 1.5.0)
|
245
252
|
rubyXL (~> 3.4)
|
246
253
|
rubyzip (~> 2.0)
|
247
|
-
searchlight (~> 4.1)
|
248
254
|
seven_zip_ruby (~> 1.3)
|
249
255
|
social-share-button (~> 1.2, >= 1.2.1)
|
250
256
|
valid_email2 (~> 2.1)
|
251
257
|
webpacker (= 6.0.0.rc.5)
|
258
|
+
webpush (~> 1.1)
|
252
259
|
wisper (~> 2.0)
|
253
|
-
decidim-debates (0.
|
254
|
-
decidim-comments (= 0.
|
255
|
-
decidim-core (= 0.
|
256
|
-
decidim-dev (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)
|
257
264
|
axe-core-rspec (~> 4.1.0)
|
258
265
|
byebug (~> 11.0)
|
259
266
|
capybara (~> 3.24)
|
260
267
|
db-query-matchers (~> 0.10.0)
|
261
|
-
decidim (= 0.
|
268
|
+
decidim (= 0.27.6)
|
262
269
|
erb_lint (~> 0.0.35)
|
263
270
|
factory_bot_rails (~> 4.8)
|
264
271
|
i18n-tasks (~> 0.9.18)
|
265
272
|
mdl (~> 0.5)
|
266
|
-
nokogiri (~> 1.
|
273
|
+
nokogiri (~> 1.13)
|
274
|
+
parallel_tests (~> 3.7)
|
267
275
|
puma (~> 5.0)
|
268
276
|
rails-controller-testing (~> 1.0)
|
269
|
-
rspec-cells (~> 0.3.
|
277
|
+
rspec-cells (~> 0.3.7)
|
270
278
|
rspec-html-matchers (~> 0.9.1)
|
271
279
|
rspec-rails (~> 4.0)
|
272
280
|
rspec-retry (~> 0.6.2)
|
273
281
|
rspec_junit_formatter (~> 0.3.0)
|
274
|
-
rubocop (~>
|
275
|
-
rubocop-rails (~> 2.
|
276
|
-
rubocop-rspec (
|
277
|
-
selenium-webdriver (~>
|
278
|
-
simplecov (~> 0.
|
279
|
-
simplecov-cobertura (~> 1.
|
280
|
-
system_test_html_screenshots (~> 0.2)
|
282
|
+
rubocop (~> 1.28.0)
|
283
|
+
rubocop-rails (~> 2.14)
|
284
|
+
rubocop-rspec (~> 2.10)
|
285
|
+
selenium-webdriver (~> 4.1.0)
|
286
|
+
simplecov (~> 0.21.0)
|
287
|
+
simplecov-cobertura (~> 2.1.0)
|
281
288
|
w3c_rspec_validators (~> 0.3.0)
|
282
289
|
webmock (~> 3.6)
|
283
290
|
wisper-rspec (~> 1.0)
|
284
|
-
decidim-forms (0.
|
285
|
-
decidim-core (= 0.
|
291
|
+
decidim-forms (0.27.6)
|
292
|
+
decidim-core (= 0.27.6)
|
286
293
|
wicked_pdf (~> 2.1)
|
287
294
|
wkhtmltopdf-binary (~> 0.12)
|
288
|
-
decidim-generators (0.
|
289
|
-
decidim-core (= 0.
|
290
|
-
decidim-meetings (0.
|
291
|
-
decidim-core (= 0.
|
292
|
-
decidim-forms (= 0.
|
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)
|
293
300
|
icalendar (~> 2.5)
|
294
|
-
decidim-pages (0.
|
295
|
-
decidim-core (= 0.
|
296
|
-
decidim-participatory_processes (0.
|
297
|
-
decidim-core (= 0.
|
298
|
-
decidim-proposals (0.
|
299
|
-
decidim-comments (= 0.
|
300
|
-
decidim-core (= 0.
|
301
|
-
doc2text (~> 0.4.
|
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)
|
302
309
|
redcarpet (~> 3.5, >= 3.5.1)
|
303
|
-
decidim-sortitions (0.
|
304
|
-
decidim-admin (= 0.
|
305
|
-
decidim-comments (= 0.
|
306
|
-
decidim-core (= 0.
|
307
|
-
decidim-proposals (= 0.
|
308
|
-
decidim-surveys (0.
|
309
|
-
decidim-core (= 0.
|
310
|
-
decidim-forms (= 0.
|
311
|
-
|
312
|
-
decidim-system (0.26.5)
|
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)
|
313
319
|
active_link_to (~> 1.0)
|
314
|
-
decidim-core (= 0.
|
320
|
+
decidim-core (= 0.27.6)
|
315
321
|
devise (~> 4.7)
|
316
322
|
devise-i18n (~> 1.2)
|
317
|
-
devise_invitable (~> 2.0)
|
318
|
-
decidim-templates (0.
|
319
|
-
decidim-core (= 0.
|
320
|
-
decidim-forms (= 0.
|
321
|
-
decidim-verifications (0.
|
322
|
-
decidim-core (= 0.
|
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)
|
323
329
|
declarative-builder (0.1.0)
|
324
330
|
declarative-option (< 0.2.0)
|
325
331
|
declarative-option (0.1.0)
|
326
332
|
descendants_tracker (0.0.4)
|
327
333
|
thread_safe (~> 0.3, >= 0.3.1)
|
328
|
-
devise (4.9.
|
334
|
+
devise (4.9.4)
|
329
335
|
bcrypt (~> 3.0)
|
330
336
|
orm_adapter (~> 0.1)
|
331
337
|
railties (>= 4.1.0)
|
332
338
|
responders
|
333
339
|
warden (~> 1.2.3)
|
334
|
-
devise-i18n (1.
|
340
|
+
devise-i18n (1.12.0)
|
335
341
|
devise (>= 4.9.0)
|
336
|
-
devise_invitable (2.0.
|
342
|
+
devise_invitable (2.0.9)
|
337
343
|
actionmailer (>= 5.0)
|
338
344
|
devise (>= 4.6)
|
339
|
-
diff-lcs (1.5.
|
345
|
+
diff-lcs (1.5.1)
|
340
346
|
diffy (3.4.2)
|
341
|
-
doc2text (0.4.
|
342
|
-
nokogiri (>= 1.13.2, < 1.
|
347
|
+
doc2text (0.4.7)
|
348
|
+
nokogiri (>= 1.13.2, < 1.17.0)
|
343
349
|
rubyzip (~> 2.3.0)
|
344
350
|
docile (1.4.0)
|
345
|
-
doorkeeper (5.
|
351
|
+
doorkeeper (5.7.0)
|
346
352
|
railties (>= 5)
|
347
353
|
doorkeeper-i18n (4.0.1)
|
348
354
|
dumb_delegator (1.0.0)
|
349
|
-
equalizer (0.0.11)
|
350
355
|
erb_lint (0.0.37)
|
351
356
|
activesupport
|
352
357
|
better_html (~> 1.0.7)
|
@@ -358,24 +363,27 @@ GEM
|
|
358
363
|
erbse (0.1.4)
|
359
364
|
temple
|
360
365
|
erubi (1.12.0)
|
361
|
-
|
362
|
-
|
366
|
+
escape_utils (1.3.0)
|
367
|
+
excon (0.110.0)
|
368
|
+
execjs (2.9.1)
|
369
|
+
extended-markdown-filter (0.7.0)
|
370
|
+
html-pipeline (~> 2.9)
|
363
371
|
factory_bot (4.11.1)
|
364
372
|
activesupport (>= 3.0.0)
|
365
373
|
factory_bot_rails (4.11.1)
|
366
374
|
factory_bot (~> 4.11.1)
|
367
375
|
railties (>= 3.0.0)
|
368
|
-
faker (3.
|
376
|
+
faker (3.3.1)
|
369
377
|
i18n (>= 1.8.11, < 2)
|
370
|
-
faraday (2.
|
371
|
-
faraday-net_http (>= 2.0, < 3.
|
372
|
-
|
373
|
-
|
374
|
-
ffi (1.
|
375
|
-
file_validators (
|
378
|
+
faraday (2.9.0)
|
379
|
+
faraday-net_http (>= 2.0, < 3.2)
|
380
|
+
faraday-net_http (3.1.0)
|
381
|
+
net-http
|
382
|
+
ffi (1.16.3)
|
383
|
+
file_validators (3.0.0)
|
376
384
|
activemodel (>= 3.2)
|
377
385
|
mime-types (>= 1.0)
|
378
|
-
fog-core (2.
|
386
|
+
fog-core (2.4.0)
|
379
387
|
builder
|
380
388
|
excon (~> 0.71)
|
381
389
|
formatador (>= 0.2, < 2.0)
|
@@ -388,16 +396,31 @@ GEM
|
|
388
396
|
activemodel (>= 4.1, < 7.1)
|
389
397
|
activesupport (>= 4.1, < 7.1)
|
390
398
|
railties (>= 4.1, < 7.1)
|
391
|
-
|
392
|
-
|
393
|
-
|
399
|
+
gemoji (3.0.1)
|
400
|
+
geocoder (1.8.3)
|
401
|
+
base64 (>= 0.1.0)
|
402
|
+
csv (>= 3.0.0)
|
403
|
+
globalid (1.2.1)
|
404
|
+
activesupport (>= 6.1)
|
394
405
|
graphql (1.12.24)
|
395
|
-
|
406
|
+
graphql-docs (2.1.0)
|
407
|
+
commonmarker (~> 0.16)
|
408
|
+
escape_utils (~> 1.2)
|
409
|
+
extended-markdown-filter (~> 0.4)
|
410
|
+
gemoji (~> 3.0)
|
411
|
+
graphql (~> 1.12)
|
412
|
+
html-pipeline (~> 2.9)
|
413
|
+
sass (~> 3.4)
|
414
|
+
hashdiff (1.1.0)
|
396
415
|
hashie (5.0.0)
|
397
|
-
highline (
|
398
|
-
|
416
|
+
highline (3.0.1)
|
417
|
+
hkdf (0.3.0)
|
418
|
+
html-pipeline (2.14.3)
|
419
|
+
activesupport (>= 2)
|
420
|
+
nokogiri (>= 1.4)
|
421
|
+
html_tokenizer (0.0.8)
|
399
422
|
htmlentities (4.3.4)
|
400
|
-
i18n (1.
|
423
|
+
i18n (1.14.5)
|
401
424
|
concurrent-ruby (~> 1.0)
|
402
425
|
i18n-tasks (0.9.37)
|
403
426
|
activesupport (>= 4.0.2)
|
@@ -409,7 +432,7 @@ GEM
|
|
409
432
|
rails-i18n
|
410
433
|
rainbow (>= 2.2.2, < 4.0)
|
411
434
|
terminal-table (>= 1.5.1)
|
412
|
-
icalendar (2.
|
435
|
+
icalendar (2.10.1)
|
413
436
|
ice_cube (~> 0.16)
|
414
437
|
ice_cube (0.16.4)
|
415
438
|
ice_nine (0.11.2)
|
@@ -418,8 +441,9 @@ GEM
|
|
418
441
|
ruby-vips (>= 2.0.17, < 3)
|
419
442
|
invisible_captcha (0.13.0)
|
420
443
|
rails (>= 3.2.0)
|
421
|
-
json (2.
|
422
|
-
jwt (2.
|
444
|
+
json (2.7.2)
|
445
|
+
jwt (2.8.1)
|
446
|
+
base64
|
423
447
|
kaminari (1.2.2)
|
424
448
|
activesupport (>= 4.1.0)
|
425
449
|
kaminari-actionview (= 1.2.2)
|
@@ -438,17 +462,17 @@ GEM
|
|
438
462
|
kramdown (~> 2.0)
|
439
463
|
launchy (2.5.2)
|
440
464
|
addressable (~> 2.8)
|
441
|
-
letter_opener (1.
|
442
|
-
launchy (>= 2.2, <
|
465
|
+
letter_opener (1.10.0)
|
466
|
+
launchy (>= 2.2, < 4)
|
443
467
|
letter_opener_web (2.0.0)
|
444
468
|
actionmailer (>= 5.2)
|
445
469
|
letter_opener (~> 1.7)
|
446
470
|
railties (>= 5.2)
|
447
471
|
rexml
|
448
|
-
listen (3.
|
472
|
+
listen (3.9.0)
|
449
473
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
450
474
|
rb-inotify (~> 0.9, >= 0.9.10)
|
451
|
-
loofah (2.
|
475
|
+
loofah (2.19.1)
|
452
476
|
crass (~> 1.0.2)
|
453
477
|
nokogiri (>= 1.5.9)
|
454
478
|
mail (2.8.1)
|
@@ -456,40 +480,41 @@ GEM
|
|
456
480
|
net-imap
|
457
481
|
net-pop
|
458
482
|
net-smtp
|
459
|
-
marcel (1.0.
|
483
|
+
marcel (1.0.4)
|
460
484
|
matrix (0.4.2)
|
461
|
-
mdl (0.
|
485
|
+
mdl (0.13.0)
|
462
486
|
kramdown (~> 2.3)
|
463
487
|
kramdown-parser-gfm (~> 1.1)
|
464
488
|
mixlib-cli (~> 2.1, >= 2.1.1)
|
465
489
|
mixlib-config (>= 2.2.1, < 4)
|
466
490
|
mixlib-shellout
|
467
|
-
method_source (1.
|
468
|
-
mime-types (3.
|
491
|
+
method_source (1.1.0)
|
492
|
+
mime-types (3.5.2)
|
469
493
|
mime-types-data (~> 3.2015)
|
470
|
-
mime-types-data (3.
|
494
|
+
mime-types-data (3.2024.0507)
|
471
495
|
mini_magick (4.12.0)
|
472
|
-
mini_mime (1.1.
|
473
|
-
minitest (5.
|
496
|
+
mini_mime (1.1.5)
|
497
|
+
minitest (5.22.3)
|
474
498
|
mixlib-cli (2.1.8)
|
475
499
|
mixlib-config (3.0.27)
|
476
500
|
tomlrb
|
477
501
|
mixlib-shellout (3.2.7)
|
478
502
|
chef-utils
|
479
|
-
msgpack (1.7.
|
503
|
+
msgpack (1.7.2)
|
480
504
|
multi_xml (0.6.0)
|
481
|
-
|
482
|
-
|
505
|
+
net-http (0.4.1)
|
506
|
+
uri
|
507
|
+
net-imap (0.4.11)
|
483
508
|
date
|
484
509
|
net-protocol
|
485
510
|
net-pop (0.1.2)
|
486
511
|
net-protocol
|
487
|
-
net-protocol (0.2.
|
512
|
+
net-protocol (0.2.2)
|
488
513
|
timeout
|
489
|
-
net-smtp (0.
|
514
|
+
net-smtp (0.5.0)
|
490
515
|
net-protocol
|
491
|
-
nio4r (2.
|
492
|
-
nokogiri (1.
|
516
|
+
nio4r (2.7.3)
|
517
|
+
nokogiri (1.16.4-x86_64-linux)
|
493
518
|
racc (~> 1.4)
|
494
519
|
oauth (1.1.0)
|
495
520
|
oauth-tty (~> 1.0, >= 1.0.1)
|
@@ -504,17 +529,17 @@ GEM
|
|
504
529
|
rack (>= 1.2, < 4)
|
505
530
|
snaky_hash (~> 2.0)
|
506
531
|
version_gem (~> 1.1)
|
507
|
-
omniauth (2.1.
|
532
|
+
omniauth (2.1.2)
|
508
533
|
hashie (>= 3.4.6)
|
509
534
|
rack (>= 2.2.3)
|
510
535
|
rack-protection
|
511
536
|
omniauth-facebook (5.0.0)
|
512
537
|
omniauth-oauth2 (~> 1.2)
|
513
|
-
omniauth-google-oauth2 (1.1.
|
538
|
+
omniauth-google-oauth2 (1.1.2)
|
514
539
|
jwt (>= 2.0)
|
515
|
-
oauth2 (~> 2.0
|
540
|
+
oauth2 (~> 2.0)
|
516
541
|
omniauth (~> 2.0)
|
517
|
-
omniauth-oauth2 (~> 1.8
|
542
|
+
omniauth-oauth2 (~> 1.8)
|
518
543
|
omniauth-oauth (1.2.0)
|
519
544
|
oauth
|
520
545
|
omniauth (>= 1.0, < 3)
|
@@ -531,14 +556,17 @@ GEM
|
|
531
556
|
paper_trail (12.3.0)
|
532
557
|
activerecord (>= 5.2)
|
533
558
|
request_store (~> 1.1)
|
534
|
-
parallel (1.
|
535
|
-
|
559
|
+
parallel (1.24.0)
|
560
|
+
parallel_tests (3.13.0)
|
561
|
+
parallel
|
562
|
+
parser (3.3.1.0)
|
536
563
|
ast (~> 2.4.1)
|
564
|
+
racc
|
537
565
|
pg (1.1.4)
|
538
566
|
pg_search (2.3.6)
|
539
567
|
activerecord (>= 5.2)
|
540
568
|
activesupport (>= 5.2)
|
541
|
-
premailer (1.
|
569
|
+
premailer (1.23.0)
|
542
570
|
addressable
|
543
571
|
css_parser (>= 1.12.0)
|
544
572
|
htmlentities (>= 4.0.0)
|
@@ -547,56 +575,58 @@ GEM
|
|
547
575
|
net-smtp
|
548
576
|
premailer (~> 1.7, >= 1.7.9)
|
549
577
|
psych (3.3.4)
|
550
|
-
public_suffix (5.0.
|
551
|
-
puma (5.6.
|
578
|
+
public_suffix (5.0.5)
|
579
|
+
puma (5.6.8)
|
552
580
|
nio4r (~> 2.0)
|
553
|
-
racc (1.
|
554
|
-
rack (2.2.
|
555
|
-
rack-attack (6.
|
556
|
-
rack (>= 1.0, <
|
581
|
+
racc (1.7.3)
|
582
|
+
rack (2.2.9)
|
583
|
+
rack-attack (6.7.0)
|
584
|
+
rack (>= 1.0, < 4)
|
557
585
|
rack-cors (1.1.1)
|
558
586
|
rack (>= 2.0.0)
|
559
|
-
rack-protection (3.0
|
560
|
-
|
561
|
-
|
587
|
+
rack-protection (3.2.0)
|
588
|
+
base64 (>= 0.1.0)
|
589
|
+
rack (~> 2.2, >= 2.2.4)
|
590
|
+
rack-proxy (0.7.7)
|
562
591
|
rack
|
563
592
|
rack-test (2.1.0)
|
564
593
|
rack (>= 1.3)
|
565
|
-
rails (6.
|
566
|
-
actioncable (= 6.
|
567
|
-
actionmailbox (= 6.
|
568
|
-
actionmailer (= 6.
|
569
|
-
actionpack (= 6.
|
570
|
-
actiontext (= 6.
|
571
|
-
actionview (= 6.
|
572
|
-
activejob (= 6.
|
573
|
-
activemodel (= 6.
|
574
|
-
activerecord (= 6.
|
575
|
-
activestorage (= 6.
|
576
|
-
activesupport (= 6.
|
577
|
-
bundler (>= 1.
|
578
|
-
railties (= 6.
|
594
|
+
rails (6.1.7.7)
|
595
|
+
actioncable (= 6.1.7.7)
|
596
|
+
actionmailbox (= 6.1.7.7)
|
597
|
+
actionmailer (= 6.1.7.7)
|
598
|
+
actionpack (= 6.1.7.7)
|
599
|
+
actiontext (= 6.1.7.7)
|
600
|
+
actionview (= 6.1.7.7)
|
601
|
+
activejob (= 6.1.7.7)
|
602
|
+
activemodel (= 6.1.7.7)
|
603
|
+
activerecord (= 6.1.7.7)
|
604
|
+
activestorage (= 6.1.7.7)
|
605
|
+
activesupport (= 6.1.7.7)
|
606
|
+
bundler (>= 1.15.0)
|
607
|
+
railties (= 6.1.7.7)
|
579
608
|
sprockets-rails (>= 2.0.0)
|
580
609
|
rails-controller-testing (1.0.5)
|
581
610
|
actionpack (>= 5.0.1.rc1)
|
582
611
|
actionview (>= 5.0.1.rc1)
|
583
612
|
activesupport (>= 5.0.1.rc1)
|
584
|
-
rails-dom-testing (2.0
|
585
|
-
activesupport (>=
|
613
|
+
rails-dom-testing (2.2.0)
|
614
|
+
activesupport (>= 5.0.0)
|
615
|
+
minitest
|
586
616
|
nokogiri (>= 1.6)
|
587
|
-
rails-html-sanitizer (1.
|
588
|
-
loofah (~> 2.
|
617
|
+
rails-html-sanitizer (1.5.0)
|
618
|
+
loofah (~> 2.19, >= 2.19.1)
|
589
619
|
rails-i18n (6.0.0)
|
590
620
|
i18n (>= 0.7, < 2)
|
591
621
|
railties (>= 6.0.0, < 7)
|
592
|
-
railties (6.
|
593
|
-
actionpack (= 6.
|
594
|
-
activesupport (= 6.
|
622
|
+
railties (6.1.7.7)
|
623
|
+
actionpack (= 6.1.7.7)
|
624
|
+
activesupport (= 6.1.7.7)
|
595
625
|
method_source
|
596
|
-
rake (>=
|
597
|
-
thor (
|
626
|
+
rake (>= 12.2)
|
627
|
+
thor (~> 1.0)
|
598
628
|
rainbow (3.1.1)
|
599
|
-
rake (13.
|
629
|
+
rake (13.2.1)
|
600
630
|
ransack (2.4.2)
|
601
631
|
activerecord (>= 5.2.4)
|
602
632
|
activesupport (>= 5.2.4)
|
@@ -604,39 +634,33 @@ GEM
|
|
604
634
|
rb-fsevent (0.11.2)
|
605
635
|
rb-inotify (0.10.1)
|
606
636
|
ffi (~> 1.0)
|
607
|
-
rectify (0.13.0)
|
608
|
-
activemodel (>= 4.1.0)
|
609
|
-
activerecord (>= 4.1.0)
|
610
|
-
activesupport (>= 4.1.0)
|
611
|
-
virtus (~> 1.0.5)
|
612
|
-
wisper (>= 1.6.1)
|
613
637
|
redcarpet (3.6.0)
|
614
638
|
redis (4.8.1)
|
615
|
-
regexp_parser (2.
|
639
|
+
regexp_parser (2.9.0)
|
616
640
|
request_store (1.5.1)
|
617
641
|
rack (>= 1.4)
|
618
|
-
responders (3.1.
|
642
|
+
responders (3.1.1)
|
619
643
|
actionpack (>= 5.2)
|
620
644
|
railties (>= 5.2)
|
621
|
-
rexml (3.2.
|
622
|
-
rspec (3.
|
623
|
-
rspec-core (~> 3.
|
624
|
-
rspec-expectations (~> 3.
|
625
|
-
rspec-mocks (~> 3.
|
626
|
-
rspec-cells (0.3.
|
645
|
+
rexml (3.2.6)
|
646
|
+
rspec (3.13.0)
|
647
|
+
rspec-core (~> 3.13.0)
|
648
|
+
rspec-expectations (~> 3.13.0)
|
649
|
+
rspec-mocks (~> 3.13.0)
|
650
|
+
rspec-cells (0.3.9)
|
627
651
|
cells (>= 4.0.0, < 6.0.0)
|
628
|
-
rspec-rails (>= 3.0.0, < 6.
|
629
|
-
rspec-core (3.
|
630
|
-
rspec-support (~> 3.
|
631
|
-
rspec-expectations (3.
|
652
|
+
rspec-rails (>= 3.0.0, < 6.2.0)
|
653
|
+
rspec-core (3.13.0)
|
654
|
+
rspec-support (~> 3.13.0)
|
655
|
+
rspec-expectations (3.13.0)
|
632
656
|
diff-lcs (>= 1.2.0, < 2.0)
|
633
|
-
rspec-support (~> 3.
|
657
|
+
rspec-support (~> 3.13.0)
|
634
658
|
rspec-html-matchers (0.9.4)
|
635
659
|
nokogiri (~> 1)
|
636
660
|
rspec (>= 3.0.0.a, < 4)
|
637
|
-
rspec-mocks (3.
|
661
|
+
rspec-mocks (3.13.1)
|
638
662
|
diff-lcs (>= 1.2.0, < 2.0)
|
639
|
-
rspec-support (~> 3.
|
663
|
+
rspec-support (~> 3.13.0)
|
640
664
|
rspec-rails (4.1.2)
|
641
665
|
actionpack (>= 4.2)
|
642
666
|
activesupport (>= 4.2)
|
@@ -647,84 +671,89 @@ GEM
|
|
647
671
|
rspec-support (~> 3.10)
|
648
672
|
rspec-retry (0.6.2)
|
649
673
|
rspec-core (> 3.3)
|
650
|
-
rspec-support (3.
|
674
|
+
rspec-support (3.13.1)
|
651
675
|
rspec_junit_formatter (0.3.0)
|
652
676
|
rspec-core (>= 2, < 4, != 2.12.0)
|
653
|
-
rubocop (
|
677
|
+
rubocop (1.28.2)
|
654
678
|
parallel (~> 1.10)
|
655
|
-
parser (>=
|
679
|
+
parser (>= 3.1.0.0)
|
656
680
|
rainbow (>= 2.2.2, < 4.0)
|
657
|
-
regexp_parser (>= 1.
|
681
|
+
regexp_parser (>= 1.8, < 3.0)
|
658
682
|
rexml
|
659
|
-
rubocop-ast (>=
|
683
|
+
rubocop-ast (>= 1.17.0, < 2.0)
|
660
684
|
ruby-progressbar (~> 1.7)
|
661
|
-
unicode-display_width (>= 1.4.0, <
|
662
|
-
rubocop-ast (1.
|
663
|
-
parser (>= 3.
|
664
|
-
rubocop-rails (2.
|
685
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
686
|
+
rubocop-ast (1.31.3)
|
687
|
+
parser (>= 3.3.1.0)
|
688
|
+
rubocop-rails (2.15.2)
|
665
689
|
activesupport (>= 4.2.0)
|
666
690
|
rack (>= 1.1)
|
667
|
-
rubocop (>=
|
668
|
-
rubocop-rspec (
|
669
|
-
rubocop (~>
|
691
|
+
rubocop (>= 1.7.0, < 2.0)
|
692
|
+
rubocop-rspec (2.11.1)
|
693
|
+
rubocop (~> 1.19)
|
670
694
|
ruby-progressbar (1.13.0)
|
671
|
-
ruby-vips (2.1
|
695
|
+
ruby-vips (2.2.1)
|
672
696
|
ffi (~> 1.12)
|
673
|
-
|
674
|
-
rubyXL (3.4.25)
|
697
|
+
rubyXL (3.4.27)
|
675
698
|
nokogiri (>= 1.10.8)
|
676
699
|
rubyzip (>= 1.3.0)
|
677
700
|
rubyzip (2.3.2)
|
678
|
-
|
679
|
-
|
680
|
-
|
701
|
+
sass (3.7.4)
|
702
|
+
sass-listen (~> 4.0.0)
|
703
|
+
sass-listen (4.0.0)
|
704
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
705
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
706
|
+
selenium-webdriver (4.1.0)
|
707
|
+
childprocess (>= 0.5, < 5.0)
|
708
|
+
rexml (~> 3.2, >= 3.2.5)
|
681
709
|
rubyzip (>= 1.2.2)
|
682
710
|
semantic_range (3.0.0)
|
683
711
|
seven_zip_ruby (1.3.0)
|
684
|
-
simplecov (0.
|
712
|
+
simplecov (0.21.2)
|
685
713
|
docile (~> 1.1)
|
686
714
|
simplecov-html (~> 0.11)
|
687
|
-
|
688
|
-
|
715
|
+
simplecov_json_formatter (~> 0.1)
|
716
|
+
simplecov-cobertura (2.1.0)
|
717
|
+
rexml
|
718
|
+
simplecov (~> 0.19)
|
689
719
|
simplecov-html (0.12.3)
|
720
|
+
simplecov_json_formatter (0.1.4)
|
690
721
|
smart_properties (1.17.0)
|
691
722
|
snaky_hash (2.0.1)
|
692
723
|
hashie
|
693
724
|
version_gem (~> 1.1, >= 1.1.1)
|
694
725
|
social-share-button (1.2.4)
|
695
726
|
coffee-rails
|
696
|
-
sprockets (4.2.
|
727
|
+
sprockets (4.2.1)
|
697
728
|
concurrent-ruby (~> 1.0)
|
698
729
|
rack (>= 2.2.4, < 4)
|
699
730
|
sprockets-rails (3.4.2)
|
700
731
|
actionpack (>= 5.2)
|
701
732
|
activesupport (>= 5.2)
|
702
733
|
sprockets (>= 3.0.0)
|
703
|
-
sqlite3 (1.
|
704
|
-
ssrf_filter (1.1.
|
705
|
-
|
706
|
-
actionpack (>= 5.2, < 6.1.a)
|
707
|
-
temple (0.10.0)
|
734
|
+
sqlite3 (1.7.3-x86_64-linux)
|
735
|
+
ssrf_filter (1.1.2)
|
736
|
+
temple (0.10.3)
|
708
737
|
terminal-table (3.0.2)
|
709
738
|
unicode-display_width (>= 1.1.1, < 3)
|
710
|
-
thor (1.
|
739
|
+
thor (1.3.1)
|
711
740
|
thread_safe (0.3.6)
|
712
|
-
tilt (2.
|
713
|
-
timeout (0.
|
741
|
+
tilt (2.3.0)
|
742
|
+
timeout (0.4.1)
|
714
743
|
tomlrb (2.0.3)
|
715
|
-
tzinfo (
|
716
|
-
|
744
|
+
tzinfo (2.0.6)
|
745
|
+
concurrent-ruby (~> 1.0)
|
717
746
|
uber (0.1.0)
|
718
|
-
unicode-display_width (
|
747
|
+
unicode-display_width (2.5.0)
|
748
|
+
uri (0.13.0)
|
719
749
|
valid_email2 (2.3.1)
|
720
750
|
activemodel (>= 3.2)
|
721
751
|
mail (~> 2.5)
|
722
|
-
version_gem (1.1.
|
723
|
-
virtus (
|
752
|
+
version_gem (1.1.4)
|
753
|
+
virtus (2.0.0)
|
724
754
|
axiom-types (~> 0.1)
|
725
755
|
coercible (~> 1.0)
|
726
756
|
descendants_tracker (~> 0.0, >= 0.0.3)
|
727
|
-
equalizer (~> 0.0, >= 0.0.9)
|
728
757
|
w3c_rspec_validators (0.3.0)
|
729
758
|
rails
|
730
759
|
rspec
|
@@ -735,7 +764,7 @@ GEM
|
|
735
764
|
rexml (~> 3.2)
|
736
765
|
warden (1.2.9)
|
737
766
|
rack (>= 2.0.9)
|
738
|
-
webmock (3.
|
767
|
+
webmock (3.23.0)
|
739
768
|
addressable (>= 2.8.0)
|
740
769
|
crack (>= 0.3.2)
|
741
770
|
hashdiff (>= 0.4.0, < 2.0.0)
|
@@ -744,17 +773,20 @@ GEM
|
|
744
773
|
rack-proxy (>= 0.6.1)
|
745
774
|
railties (>= 5.2)
|
746
775
|
semantic_range (>= 2.3.0)
|
747
|
-
|
776
|
+
webpush (1.1.0)
|
777
|
+
hkdf (~> 0.2)
|
778
|
+
jwt (~> 2.0)
|
779
|
+
websocket-driver (0.7.6)
|
748
780
|
websocket-extensions (>= 0.1.0)
|
749
781
|
websocket-extensions (0.1.5)
|
750
|
-
wicked_pdf (2.
|
782
|
+
wicked_pdf (2.8.0)
|
751
783
|
activesupport
|
752
784
|
wisper (2.0.1)
|
753
785
|
wisper-rspec (1.1.0)
|
754
786
|
wkhtmltopdf-binary (0.12.6.6)
|
755
787
|
xpath (3.2.0)
|
756
788
|
nokogiri (~> 1.8)
|
757
|
-
zeitwerk (2.6.
|
789
|
+
zeitwerk (2.6.13)
|
758
790
|
|
759
791
|
PLATFORMS
|
760
792
|
x86_64-linux
|
@@ -762,9 +794,9 @@ PLATFORMS
|
|
762
794
|
DEPENDENCIES
|
763
795
|
bootsnap
|
764
796
|
byebug
|
765
|
-
decidim (>= 0.
|
797
|
+
decidim (>= 0.27.0)
|
766
798
|
decidim-cdtb!
|
767
|
-
decidim-dev (>= 0.
|
799
|
+
decidim-dev (>= 0.27.0)
|
768
800
|
faker
|
769
801
|
letter_opener_web
|
770
802
|
listen
|
@@ -772,7 +804,7 @@ DEPENDENCIES
|
|
772
804
|
rake (~> 13.0)
|
773
805
|
rspec (~> 3.0)
|
774
806
|
rubocop
|
775
|
-
sqlite3
|
807
|
+
sqlite3 (~> 1.4)
|
776
808
|
|
777
809
|
BUNDLED WITH
|
778
|
-
2.
|
810
|
+
2.3.6
|