decidim-cdtb 0.5.6 → 0.6.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/.node-version +1 -1
- data/.rubocop.yml +4 -1
- data/.ruby-version +1 -1
- data/CHANGELOG.md +6 -1
- data/Gemfile +2 -1
- data/Gemfile.lock +337 -310
- data/README.md +1 -1
- data/decidim-cdtb.gemspec +1 -1
- data/lib/decidim/cdtb/participatory_spaces/manages_content_blocks.rb +2 -1
- data/lib/decidim/cdtb/users/remover.rb +2 -2
- data/lib/decidim/cdtb/version.rb +2 -2
- data/lib/generators/cdtb/github_actions/templates/ci_app.yml +2 -2
- data/lib/generators/cdtb/github_actions/templates/linters.yml +2 -2
- data/lib/generators/cdtb/github_actions/templates/zeitwerk.yml +1 -1
- data/lib/tasks/census.rake +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30a633cfd37b8c99f0aa405a37d8140ee9d5d6ae06a393cfe29513fd91d425bd
|
|
4
|
+
data.tar.gz: da2c0fb5f6fdb4e8086e6d24910825bf7a331884446e27c5932e50fb777759b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16ad1987a516def98adb792653df860c6d6a881b9ae38e3c5578725cc3e9674ddacc96fb1bf1c179e9f2673141f6864f5fd5000759cb6c19890f26f95d7b5b8c
|
|
7
|
+
data.tar.gz: 84d66913b5ab49b424d47a29ff46b3897d2acd2b7784c5ed42262578dd55042444f847de0af5931b977bd5574e1c7d47f102b0437077acca50f4a799d7cd0d43
|
data/.node-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
18.17.1
|
data/.rubocop.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
AllCops:
|
|
2
|
-
TargetRubyVersion: 3.
|
|
2
|
+
TargetRubyVersion: 3.2
|
|
3
3
|
NewCops: enable
|
|
4
4
|
Exclude:
|
|
5
5
|
- bin/*
|
|
@@ -41,3 +41,6 @@ Layout/SpaceAroundOperators:
|
|
|
41
41
|
# with an operator on the previous or next line, not counting empty lines
|
|
42
42
|
# or comment lines.
|
|
43
43
|
AllowForAlignment: true
|
|
44
|
+
|
|
45
|
+
Gemspec/DevelopmentDependencies:
|
|
46
|
+
Enabled: false
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.2.6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
-
## [0.
|
|
3
|
+
## [0.6.0] - 2026-08-25 (minor)
|
|
4
|
+
|
|
5
|
+
- Adapt `Decidim::DestroyAccount` call in Users::Remover task: pass a single form with `current_user` in context instead of `(user, form)`.
|
|
6
|
+
- Update minimum Decidim version to 0.29
|
|
7
|
+
|
|
8
|
+
## [0.5.6] - 2025-08-11 (patch - Escola de monstres, gràcies!)
|
|
4
9
|
|
|
5
10
|
- Wrap RackAttack IP related parsing into IpParser.
|
|
6
11
|
- Allow to extend Rack::Request.ip_filter regex used internally by Rack::Request.trusted_proxy?(ip).
|
data/Gemfile
CHANGED
|
@@ -13,7 +13,7 @@ group :development, :test do
|
|
|
13
13
|
gem "bootsnap", require: false
|
|
14
14
|
gem "byebug", platform: :mri
|
|
15
15
|
gem "decidim", Decidim::Cdtb::DECIDIM_MIN_VERSION,
|
|
16
|
-
{ github: "CodiTramuntana/decidim", branch: "release/0.
|
|
16
|
+
{ github: "CodiTramuntana/decidim", branch: "release/0.29-stable", require: true }.freeze
|
|
17
17
|
gem "faker"
|
|
18
18
|
gem "letter_opener_web"
|
|
19
19
|
gem "listen"
|
|
@@ -25,6 +25,7 @@ group :development do
|
|
|
25
25
|
end
|
|
26
26
|
|
|
27
27
|
group :test do
|
|
28
|
+
gem "minitest", "~> 5.25"
|
|
28
29
|
gem "rspec", "~> 3.0"
|
|
29
30
|
gem "sqlite3", "~> 1.4"
|
|
30
31
|
end
|
data/Gemfile.lock
CHANGED
|
@@ -1,65 +1,63 @@
|
|
|
1
1
|
GIT
|
|
2
2
|
remote: https://github.com/CodiTramuntana/decidim.git
|
|
3
|
-
revision:
|
|
4
|
-
branch: release/0.
|
|
3
|
+
revision: 6c2e53561a9700ad76d0da64f023e6c0690f41ad
|
|
4
|
+
branch: release/0.29-stable
|
|
5
5
|
specs:
|
|
6
|
-
decidim (0.
|
|
7
|
-
decidim-accountability (= 0.
|
|
8
|
-
decidim-admin (= 0.
|
|
9
|
-
decidim-api (= 0.
|
|
10
|
-
decidim-assemblies (= 0.
|
|
11
|
-
decidim-blogs (= 0.
|
|
12
|
-
decidim-budgets (= 0.
|
|
13
|
-
decidim-comments (= 0.
|
|
14
|
-
decidim-core (= 0.
|
|
15
|
-
decidim-debates (= 0.
|
|
16
|
-
decidim-forms (= 0.
|
|
17
|
-
decidim-generators (= 0.
|
|
18
|
-
decidim-meetings (= 0.
|
|
19
|
-
decidim-pages (= 0.
|
|
20
|
-
decidim-participatory_processes (= 0.
|
|
21
|
-
decidim-proposals (= 0.
|
|
22
|
-
decidim-sortitions (= 0.
|
|
23
|
-
decidim-surveys (= 0.
|
|
24
|
-
decidim-system (= 0.
|
|
25
|
-
decidim-verifications (= 0.
|
|
26
|
-
decidim-accountability (0.
|
|
27
|
-
decidim-comments (= 0.
|
|
28
|
-
decidim-core (= 0.
|
|
29
|
-
decidim-admin (0.
|
|
6
|
+
decidim (0.29.7)
|
|
7
|
+
decidim-accountability (= 0.29.7)
|
|
8
|
+
decidim-admin (= 0.29.7)
|
|
9
|
+
decidim-api (= 0.29.7)
|
|
10
|
+
decidim-assemblies (= 0.29.7)
|
|
11
|
+
decidim-blogs (= 0.29.7)
|
|
12
|
+
decidim-budgets (= 0.29.7)
|
|
13
|
+
decidim-comments (= 0.29.7)
|
|
14
|
+
decidim-core (= 0.29.7)
|
|
15
|
+
decidim-debates (= 0.29.7)
|
|
16
|
+
decidim-forms (= 0.29.7)
|
|
17
|
+
decidim-generators (= 0.29.7)
|
|
18
|
+
decidim-meetings (= 0.29.7)
|
|
19
|
+
decidim-pages (= 0.29.7)
|
|
20
|
+
decidim-participatory_processes (= 0.29.7)
|
|
21
|
+
decidim-proposals (= 0.29.7)
|
|
22
|
+
decidim-sortitions (= 0.29.7)
|
|
23
|
+
decidim-surveys (= 0.29.7)
|
|
24
|
+
decidim-system (= 0.29.7)
|
|
25
|
+
decidim-verifications (= 0.29.7)
|
|
26
|
+
decidim-accountability (0.29.7)
|
|
27
|
+
decidim-comments (= 0.29.7)
|
|
28
|
+
decidim-core (= 0.29.7)
|
|
29
|
+
decidim-admin (0.29.7)
|
|
30
30
|
active_link_to (~> 1.0)
|
|
31
|
-
decidim-core (= 0.
|
|
31
|
+
decidim-core (= 0.29.7)
|
|
32
32
|
devise (~> 4.7)
|
|
33
33
|
devise-i18n (~> 1.2)
|
|
34
34
|
devise_invitable (~> 2.0, >= 2.0.9)
|
|
35
|
-
decidim-api (0.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
graphql (~>
|
|
39
|
-
graphql-docs (~> 3.0.1)
|
|
35
|
+
decidim-api (0.29.7)
|
|
36
|
+
decidim-core (= 0.29.7)
|
|
37
|
+
graphql (~> 2.2.6)
|
|
38
|
+
graphql-docs (~> 4.0)
|
|
40
39
|
rack-cors (~> 1.0)
|
|
41
|
-
decidim-assemblies (0.
|
|
42
|
-
decidim-core (= 0.
|
|
43
|
-
decidim-blogs (0.
|
|
44
|
-
decidim-admin (= 0.
|
|
45
|
-
decidim-comments (= 0.
|
|
46
|
-
decidim-core (= 0.
|
|
47
|
-
decidim-budgets (0.
|
|
48
|
-
decidim-comments (= 0.
|
|
49
|
-
decidim-core (= 0.
|
|
50
|
-
decidim-comments (0.
|
|
51
|
-
decidim-core (= 0.
|
|
40
|
+
decidim-assemblies (0.29.7)
|
|
41
|
+
decidim-core (= 0.29.7)
|
|
42
|
+
decidim-blogs (0.29.7)
|
|
43
|
+
decidim-admin (= 0.29.7)
|
|
44
|
+
decidim-comments (= 0.29.7)
|
|
45
|
+
decidim-core (= 0.29.7)
|
|
46
|
+
decidim-budgets (0.29.7)
|
|
47
|
+
decidim-comments (= 0.29.7)
|
|
48
|
+
decidim-core (= 0.29.7)
|
|
49
|
+
decidim-comments (0.29.7)
|
|
50
|
+
decidim-core (= 0.29.7)
|
|
52
51
|
redcarpet (~> 3.5, >= 3.5.1)
|
|
53
|
-
decidim-core (0.
|
|
52
|
+
decidim-core (0.29.7)
|
|
54
53
|
active_link_to (~> 1.0)
|
|
55
54
|
acts_as_list (~> 1.0)
|
|
56
55
|
batch-loader (~> 1.2)
|
|
57
56
|
browser (~> 2.7)
|
|
58
|
-
carrierwave (~> 2.2.5, >= 2.2.5)
|
|
59
57
|
cells-erb (~> 0.1.0)
|
|
60
58
|
cells-rails (~> 0.1.3)
|
|
61
59
|
charlock_holmes (~> 0.7)
|
|
62
|
-
concurrent-ruby (= 1.
|
|
60
|
+
concurrent-ruby (= 1.3.4)
|
|
63
61
|
date_validator (~> 0.12.0)
|
|
64
62
|
devise (~> 4.7)
|
|
65
63
|
devise-i18n (~> 1.2, < 1.11.1)
|
|
@@ -71,12 +69,14 @@ GIT
|
|
|
71
69
|
foundation_rails_helper (~> 4.0)
|
|
72
70
|
geocoder (~> 1.8)
|
|
73
71
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
72
|
+
image_processing (~> 1.2)
|
|
74
73
|
invisible_captcha (~> 0.12)
|
|
75
74
|
kaminari (~> 1.2, >= 1.2.1)
|
|
76
75
|
loofah (~> 2.19, >= 2.19.1)
|
|
77
76
|
mime-types (>= 1.16, < 4.0)
|
|
78
77
|
mini_magick (~> 4.9)
|
|
79
78
|
net-smtp (~> 0.3.1)
|
|
79
|
+
nokogiri (~> 1.16, >= 1.16.2)
|
|
80
80
|
omniauth (~> 2.0)
|
|
81
81
|
omniauth-facebook (~> 5.0)
|
|
82
82
|
omniauth-google-oauth2 (~> 1.0)
|
|
@@ -87,10 +87,10 @@ GIT
|
|
|
87
87
|
pg_search (~> 2.2)
|
|
88
88
|
premailer-rails (~> 1.10)
|
|
89
89
|
psych (~> 4.0)
|
|
90
|
-
rack (~> 2.2, >= 2.2.
|
|
90
|
+
rack (~> 2.2, >= 2.2.8.1)
|
|
91
91
|
rack-attack (~> 6.0)
|
|
92
|
-
rails (~>
|
|
93
|
-
rails-i18n (~>
|
|
92
|
+
rails (~> 7.0.8)
|
|
93
|
+
rails-i18n (~> 7.0)
|
|
94
94
|
ransack (~> 3.2.1)
|
|
95
95
|
redis (~> 4.1)
|
|
96
96
|
request_store (~> 1.5.0)
|
|
@@ -100,89 +100,97 @@ GIT
|
|
|
100
100
|
valid_email2 (~> 4.0)
|
|
101
101
|
web-push (~> 3.0)
|
|
102
102
|
wisper (~> 2.0)
|
|
103
|
-
decidim-debates (0.
|
|
104
|
-
decidim-comments (= 0.
|
|
105
|
-
decidim-core (= 0.
|
|
106
|
-
decidim-forms (0.
|
|
107
|
-
decidim-core (= 0.
|
|
103
|
+
decidim-debates (0.29.7)
|
|
104
|
+
decidim-comments (= 0.29.7)
|
|
105
|
+
decidim-core (= 0.29.7)
|
|
106
|
+
decidim-forms (0.29.7)
|
|
107
|
+
decidim-core (= 0.29.7)
|
|
108
108
|
wicked_pdf (~> 2.1)
|
|
109
|
-
decidim-generators (0.
|
|
110
|
-
decidim-core (= 0.
|
|
111
|
-
decidim-meetings (0.
|
|
112
|
-
decidim-core (= 0.
|
|
113
|
-
decidim-forms (= 0.
|
|
109
|
+
decidim-generators (0.29.7)
|
|
110
|
+
decidim-core (= 0.29.7)
|
|
111
|
+
decidim-meetings (0.29.7)
|
|
112
|
+
decidim-core (= 0.29.7)
|
|
113
|
+
decidim-forms (= 0.29.7)
|
|
114
114
|
icalendar (~> 2.5)
|
|
115
|
-
decidim-pages (0.
|
|
116
|
-
decidim-core (= 0.
|
|
117
|
-
decidim-participatory_processes (0.
|
|
118
|
-
decidim-core (= 0.
|
|
119
|
-
decidim-proposals (0.
|
|
120
|
-
decidim-comments (= 0.
|
|
121
|
-
decidim-core (= 0.
|
|
122
|
-
doc2text (~> 0.4.
|
|
115
|
+
decidim-pages (0.29.7)
|
|
116
|
+
decidim-core (= 0.29.7)
|
|
117
|
+
decidim-participatory_processes (0.29.7)
|
|
118
|
+
decidim-core (= 0.29.7)
|
|
119
|
+
decidim-proposals (0.29.7)
|
|
120
|
+
decidim-comments (= 0.29.7)
|
|
121
|
+
decidim-core (= 0.29.7)
|
|
122
|
+
doc2text (~> 0.4.7)
|
|
123
123
|
redcarpet (~> 3.5, >= 3.5.1)
|
|
124
|
-
decidim-sortitions (0.
|
|
125
|
-
decidim-admin (= 0.
|
|
126
|
-
decidim-comments (= 0.
|
|
127
|
-
decidim-core (= 0.
|
|
128
|
-
decidim-proposals (= 0.
|
|
129
|
-
decidim-surveys (0.
|
|
130
|
-
decidim-core (= 0.
|
|
131
|
-
decidim-forms (= 0.
|
|
132
|
-
decidim-system (0.
|
|
124
|
+
decidim-sortitions (0.29.7)
|
|
125
|
+
decidim-admin (= 0.29.7)
|
|
126
|
+
decidim-comments (= 0.29.7)
|
|
127
|
+
decidim-core (= 0.29.7)
|
|
128
|
+
decidim-proposals (= 0.29.7)
|
|
129
|
+
decidim-surveys (0.29.7)
|
|
130
|
+
decidim-core (= 0.29.7)
|
|
131
|
+
decidim-forms (= 0.29.7)
|
|
132
|
+
decidim-system (0.29.7)
|
|
133
133
|
active_link_to (~> 1.0)
|
|
134
|
-
decidim-core (= 0.
|
|
134
|
+
decidim-core (= 0.29.7)
|
|
135
135
|
devise (~> 4.7)
|
|
136
136
|
devise-i18n (~> 1.2)
|
|
137
137
|
devise_invitable (~> 2.0, >= 2.0.9)
|
|
138
|
-
decidim-verifications (0.
|
|
139
|
-
decidim-core (= 0.
|
|
138
|
+
decidim-verifications (0.29.7)
|
|
139
|
+
decidim-core (= 0.29.7)
|
|
140
140
|
|
|
141
141
|
PATH
|
|
142
142
|
remote: .
|
|
143
143
|
specs:
|
|
144
|
-
decidim-cdtb (0.
|
|
145
|
-
decidim (>= 0.
|
|
144
|
+
decidim-cdtb (0.6.0)
|
|
145
|
+
decidim (>= 0.29.0)
|
|
146
146
|
rails (>= 6)
|
|
147
147
|
ruby-progressbar
|
|
148
148
|
|
|
149
149
|
GEM
|
|
150
150
|
remote: https://rubygems.org/
|
|
151
151
|
specs:
|
|
152
|
-
actioncable (
|
|
153
|
-
actionpack (=
|
|
154
|
-
activesupport (=
|
|
152
|
+
actioncable (7.0.10)
|
|
153
|
+
actionpack (= 7.0.10)
|
|
154
|
+
activesupport (= 7.0.10)
|
|
155
155
|
nio4r (~> 2.0)
|
|
156
156
|
websocket-driver (>= 0.6.1)
|
|
157
|
-
actionmailbox (
|
|
158
|
-
actionpack (=
|
|
159
|
-
activejob (=
|
|
160
|
-
activerecord (=
|
|
161
|
-
activestorage (=
|
|
162
|
-
activesupport (=
|
|
157
|
+
actionmailbox (7.0.10)
|
|
158
|
+
actionpack (= 7.0.10)
|
|
159
|
+
activejob (= 7.0.10)
|
|
160
|
+
activerecord (= 7.0.10)
|
|
161
|
+
activestorage (= 7.0.10)
|
|
162
|
+
activesupport (= 7.0.10)
|
|
163
163
|
mail (>= 2.7.1)
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
164
|
+
net-imap
|
|
165
|
+
net-pop
|
|
166
|
+
net-smtp
|
|
167
|
+
actionmailer (7.0.10)
|
|
168
|
+
actionpack (= 7.0.10)
|
|
169
|
+
actionview (= 7.0.10)
|
|
170
|
+
activejob (= 7.0.10)
|
|
171
|
+
activesupport (= 7.0.10)
|
|
169
172
|
mail (~> 2.5, >= 2.5.4)
|
|
173
|
+
net-imap
|
|
174
|
+
net-pop
|
|
175
|
+
net-smtp
|
|
170
176
|
rails-dom-testing (~> 2.0)
|
|
171
|
-
actionpack (
|
|
172
|
-
actionview (=
|
|
173
|
-
activesupport (=
|
|
174
|
-
|
|
177
|
+
actionpack (7.0.10)
|
|
178
|
+
actionview (= 7.0.10)
|
|
179
|
+
activesupport (= 7.0.10)
|
|
180
|
+
racc
|
|
181
|
+
rack (~> 2.0, >= 2.2.4)
|
|
175
182
|
rack-test (>= 0.6.3)
|
|
176
183
|
rails-dom-testing (~> 2.0)
|
|
177
184
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
178
|
-
actiontext (
|
|
179
|
-
actionpack (=
|
|
180
|
-
activerecord (=
|
|
181
|
-
activestorage (=
|
|
182
|
-
activesupport (=
|
|
185
|
+
actiontext (7.0.10)
|
|
186
|
+
actionpack (= 7.0.10)
|
|
187
|
+
activerecord (= 7.0.10)
|
|
188
|
+
activestorage (= 7.0.10)
|
|
189
|
+
activesupport (= 7.0.10)
|
|
190
|
+
globalid (>= 0.6.0)
|
|
183
191
|
nokogiri (>= 1.8.5)
|
|
184
|
-
actionview (
|
|
185
|
-
activesupport (=
|
|
192
|
+
actionview (7.0.10)
|
|
193
|
+
activesupport (= 7.0.10)
|
|
186
194
|
builder (~> 3.1)
|
|
187
195
|
erubi (~> 1.4)
|
|
188
196
|
rails-dom-testing (~> 2.0)
|
|
@@ -190,49 +198,60 @@ GEM
|
|
|
190
198
|
active_link_to (1.0.5)
|
|
191
199
|
actionpack
|
|
192
200
|
addressable
|
|
193
|
-
activejob (
|
|
194
|
-
activesupport (=
|
|
201
|
+
activejob (7.0.10)
|
|
202
|
+
activesupport (= 7.0.10)
|
|
195
203
|
globalid (>= 0.3.6)
|
|
196
|
-
activemodel (
|
|
197
|
-
activesupport (=
|
|
198
|
-
activerecord (
|
|
199
|
-
activemodel (=
|
|
200
|
-
activesupport (=
|
|
201
|
-
activestorage (
|
|
202
|
-
actionpack (=
|
|
203
|
-
activejob (=
|
|
204
|
-
activerecord (=
|
|
205
|
-
activesupport (=
|
|
204
|
+
activemodel (7.0.10)
|
|
205
|
+
activesupport (= 7.0.10)
|
|
206
|
+
activerecord (7.0.10)
|
|
207
|
+
activemodel (= 7.0.10)
|
|
208
|
+
activesupport (= 7.0.10)
|
|
209
|
+
activestorage (7.0.10)
|
|
210
|
+
actionpack (= 7.0.10)
|
|
211
|
+
activejob (= 7.0.10)
|
|
212
|
+
activerecord (= 7.0.10)
|
|
213
|
+
activesupport (= 7.0.10)
|
|
206
214
|
marcel (~> 1.0)
|
|
207
215
|
mini_mime (>= 1.1.0)
|
|
208
|
-
activesupport (
|
|
216
|
+
activesupport (7.0.10)
|
|
217
|
+
base64
|
|
218
|
+
benchmark (>= 0.3)
|
|
219
|
+
bigdecimal
|
|
209
220
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
221
|
+
drb
|
|
210
222
|
i18n (>= 1.6, < 2)
|
|
223
|
+
logger (>= 1.4.2)
|
|
211
224
|
minitest (>= 5.1)
|
|
225
|
+
mutex_m
|
|
226
|
+
securerandom (>= 0.3)
|
|
212
227
|
tzinfo (~> 2.0)
|
|
213
|
-
|
|
214
|
-
acts_as_list (1.2.4)
|
|
228
|
+
acts_as_list (1.2.6)
|
|
215
229
|
activerecord (>= 6.1)
|
|
216
230
|
activesupport (>= 6.1)
|
|
217
|
-
addressable (2.
|
|
218
|
-
public_suffix (>= 2.0.2, <
|
|
231
|
+
addressable (2.9.0)
|
|
232
|
+
public_suffix (>= 2.0.2, < 8.0)
|
|
233
|
+
anonymous_loader (0.1.3)
|
|
234
|
+
version_gem (~> 1.1, >= 1.1.14)
|
|
219
235
|
ast (2.4.3)
|
|
236
|
+
auth-sanitizer (0.2.3)
|
|
237
|
+
version_gem (~> 1.1, >= 1.1.14)
|
|
220
238
|
base64 (0.3.0)
|
|
221
239
|
batch-loader (1.5.0)
|
|
222
|
-
bcrypt (3.1.
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
240
|
+
bcrypt (3.1.22)
|
|
241
|
+
benchmark (0.5.0)
|
|
242
|
+
better_html (2.2.0)
|
|
243
|
+
actionview (>= 7.0)
|
|
244
|
+
activesupport (>= 7.0)
|
|
226
245
|
ast (~> 2.0)
|
|
227
246
|
erubi (~> 1.4)
|
|
228
247
|
parser (>= 2.4)
|
|
229
248
|
smart_properties
|
|
230
|
-
bigdecimal (
|
|
231
|
-
bootsnap (1.
|
|
232
|
-
msgpack (~> 1.
|
|
249
|
+
bigdecimal (4.1.2)
|
|
250
|
+
bootsnap (1.25.0)
|
|
251
|
+
msgpack (~> 1.5)
|
|
233
252
|
browser (2.7.1)
|
|
234
253
|
builder (3.3.0)
|
|
235
|
-
bullet (7.
|
|
254
|
+
bullet (7.1.6)
|
|
236
255
|
activesupport (>= 3.0.0)
|
|
237
256
|
uniform_notifier (~> 1.11)
|
|
238
257
|
byebug (11.1.3)
|
|
@@ -245,14 +264,6 @@ GEM
|
|
|
245
264
|
rack-test (>= 0.6.3)
|
|
246
265
|
regexp_parser (>= 1.5, < 3.0)
|
|
247
266
|
xpath (~> 3.2)
|
|
248
|
-
carrierwave (2.2.6)
|
|
249
|
-
activemodel (>= 5.0.0)
|
|
250
|
-
activesupport (>= 5.0.0)
|
|
251
|
-
addressable (~> 2.6)
|
|
252
|
-
image_processing (~> 1.1)
|
|
253
|
-
marcel (~> 1.0.0)
|
|
254
|
-
mini_mime (>= 0.1.3)
|
|
255
|
-
ssrf_filter (~> 1.0)
|
|
256
267
|
cells (4.1.8)
|
|
257
268
|
declarative-builder (~> 0.2.0)
|
|
258
269
|
declarative-option (< 0.2.0)
|
|
@@ -264,32 +275,34 @@ GEM
|
|
|
264
275
|
cells-rails (0.1.6)
|
|
265
276
|
actionpack (>= 5.0)
|
|
266
277
|
cells (>= 4.1.6, < 5.0.0)
|
|
278
|
+
cgi (0.5.2)
|
|
267
279
|
charlock_holmes (0.7.9)
|
|
268
280
|
childprocess (5.1.0)
|
|
269
281
|
logger (~> 1.5)
|
|
270
|
-
commonmarker (0.23.
|
|
271
|
-
concurrent-ruby (1.
|
|
272
|
-
crack (1.0.
|
|
282
|
+
commonmarker (0.23.12)
|
|
283
|
+
concurrent-ruby (1.3.4)
|
|
284
|
+
crack (1.0.1)
|
|
273
285
|
bigdecimal
|
|
274
286
|
rexml
|
|
275
|
-
crass (1.0.
|
|
276
|
-
css_parser (1.
|
|
287
|
+
crass (1.0.7)
|
|
288
|
+
css_parser (1.22.0)
|
|
277
289
|
addressable
|
|
278
|
-
csv (3.3.
|
|
279
|
-
|
|
290
|
+
csv (3.3.6)
|
|
291
|
+
dartsass (1.49.8)
|
|
292
|
+
date (3.5.1)
|
|
280
293
|
date_validator (0.12.0)
|
|
281
294
|
activemodel (>= 3)
|
|
282
295
|
activesupport (>= 3)
|
|
283
|
-
decidim-dev (0.
|
|
284
|
-
bullet (~> 7.
|
|
296
|
+
decidim-dev (0.29.7)
|
|
297
|
+
bullet (~> 7.1.6)
|
|
285
298
|
byebug (~> 11.0)
|
|
286
299
|
capybara (~> 3.39)
|
|
287
|
-
decidim (= 0.
|
|
300
|
+
decidim (= 0.29.7)
|
|
288
301
|
erb_lint (~> 0.4.0)
|
|
289
302
|
factory_bot_rails (~> 6.2)
|
|
290
303
|
faker (~> 3.2)
|
|
291
304
|
i18n-tasks (~> 1.0)
|
|
292
|
-
nokogiri (~> 1.
|
|
305
|
+
nokogiri (~> 1.16, >= 1.16.2)
|
|
293
306
|
parallel_tests (~> 4.2)
|
|
294
307
|
puma (~> 6.2, >= 6.3.1)
|
|
295
308
|
rails-controller-testing (~> 1.0)
|
|
@@ -299,14 +312,19 @@ GEM
|
|
|
299
312
|
rspec-rails (~> 6.0)
|
|
300
313
|
rspec-retry (~> 0.6.2)
|
|
301
314
|
rspec_junit_formatter (~> 0.6.0)
|
|
302
|
-
rubocop (~> 1.
|
|
315
|
+
rubocop (~> 1.65.0)
|
|
316
|
+
rubocop-capybara (~> 2.21)
|
|
317
|
+
rubocop-factory_bot (~> 2.26)
|
|
303
318
|
rubocop-faker (~> 1.1)
|
|
304
|
-
rubocop-
|
|
305
|
-
rubocop-
|
|
319
|
+
rubocop-performance (~> 1.21)
|
|
320
|
+
rubocop-rails (~> 2.25)
|
|
321
|
+
rubocop-rspec (~> 3.0)
|
|
322
|
+
rubocop-rspec_rails (~> 2.30)
|
|
323
|
+
rubocop-rubycw (~> 0.1)
|
|
306
324
|
selenium-webdriver (~> 4.9)
|
|
307
325
|
simplecov (~> 0.22.0)
|
|
308
326
|
simplecov-cobertura (~> 2.1.0)
|
|
309
|
-
spring (~>
|
|
327
|
+
spring (~> 4.0)
|
|
310
328
|
spring-watcher-listen (~> 2.0)
|
|
311
329
|
w3c_rspec_validators (~> 0.3.0)
|
|
312
330
|
webmock (~> 3.18)
|
|
@@ -322,7 +340,7 @@ GEM
|
|
|
322
340
|
warden (~> 1.2.3)
|
|
323
341
|
devise-i18n (1.11.0)
|
|
324
342
|
devise (>= 4.9.0)
|
|
325
|
-
devise_invitable (2.0.
|
|
343
|
+
devise_invitable (2.0.12)
|
|
326
344
|
actionmailer (>= 5.0)
|
|
327
345
|
devise (>= 4.6)
|
|
328
346
|
diff-lcs (1.6.2)
|
|
@@ -331,9 +349,10 @@ GEM
|
|
|
331
349
|
nokogiri (>= 1.18.2)
|
|
332
350
|
rubyzip (~> 2.3.0)
|
|
333
351
|
docile (1.4.1)
|
|
334
|
-
doorkeeper (5.
|
|
352
|
+
doorkeeper (5.9.6)
|
|
335
353
|
railties (>= 5)
|
|
336
354
|
doorkeeper-i18n (4.0.1)
|
|
355
|
+
drb (2.2.3)
|
|
337
356
|
erb_lint (0.4.0)
|
|
338
357
|
activesupport
|
|
339
358
|
better_html (>= 2.0.1)
|
|
@@ -344,25 +363,25 @@ GEM
|
|
|
344
363
|
erbse (0.1.4)
|
|
345
364
|
temple
|
|
346
365
|
erubi (1.13.1)
|
|
347
|
-
escape_utils (1.
|
|
348
|
-
excon (1.
|
|
366
|
+
escape_utils (1.3.0)
|
|
367
|
+
excon (1.6.0)
|
|
349
368
|
logger
|
|
350
369
|
extended-markdown-filter (0.7.0)
|
|
351
370
|
html-pipeline (~> 2.9)
|
|
352
|
-
factory_bot (6.
|
|
371
|
+
factory_bot (6.6.0)
|
|
353
372
|
activesupport (>= 6.1.0)
|
|
354
|
-
factory_bot_rails (6.5.
|
|
373
|
+
factory_bot_rails (6.5.1)
|
|
355
374
|
factory_bot (~> 6.5)
|
|
356
375
|
railties (>= 6.1.0)
|
|
357
|
-
faker (3.
|
|
376
|
+
faker (3.8.0)
|
|
358
377
|
i18n (>= 1.8.11, < 2)
|
|
359
|
-
faraday (2.
|
|
378
|
+
faraday (2.14.3)
|
|
360
379
|
faraday-net_http (>= 2.0, < 3.5)
|
|
361
380
|
json
|
|
362
381
|
logger
|
|
363
|
-
faraday-net_http (3.4.
|
|
364
|
-
net-http (
|
|
365
|
-
ffi (1.17.
|
|
382
|
+
faraday-net_http (3.4.4)
|
|
383
|
+
net-http (~> 0.5)
|
|
384
|
+
ffi (1.17.4-x86_64-linux-gnu)
|
|
366
385
|
file_validators (3.0.0)
|
|
367
386
|
activemodel (>= 3.2)
|
|
368
387
|
mime-types (>= 1.0)
|
|
@@ -373,50 +392,53 @@ GEM
|
|
|
373
392
|
mime-types
|
|
374
393
|
fog-local (0.9.0)
|
|
375
394
|
fog-core (>= 1.27, < 3.0)
|
|
376
|
-
formatador (1.
|
|
395
|
+
formatador (1.2.3)
|
|
396
|
+
reline
|
|
377
397
|
foundation_rails_helper (4.0.1)
|
|
378
398
|
actionpack (>= 4.1, < 7.1)
|
|
379
399
|
activemodel (>= 4.1, < 7.1)
|
|
380
400
|
activesupport (>= 4.1, < 7.1)
|
|
381
401
|
railties (>= 4.1, < 7.1)
|
|
382
402
|
gemoji (3.0.1)
|
|
383
|
-
geocoder (1.8.
|
|
403
|
+
geocoder (1.8.6)
|
|
384
404
|
base64 (>= 0.1.0)
|
|
385
405
|
csv (>= 3.0.0)
|
|
386
|
-
globalid (1.
|
|
406
|
+
globalid (1.4.0)
|
|
387
407
|
activesupport (>= 6.1)
|
|
388
|
-
graphql (2.
|
|
408
|
+
graphql (2.2.17)
|
|
389
409
|
base64
|
|
390
|
-
graphql-docs (
|
|
391
|
-
commonmarker (~> 0.
|
|
392
|
-
|
|
410
|
+
graphql-docs (4.0.0)
|
|
411
|
+
commonmarker (~> 0.23, >= 0.23.6)
|
|
412
|
+
dartsass (~> 1.49)
|
|
413
|
+
escape_utils (~> 1.2)
|
|
393
414
|
extended-markdown-filter (~> 0.4)
|
|
394
415
|
gemoji (~> 3.0)
|
|
395
416
|
graphql (~> 2.0)
|
|
396
|
-
html-pipeline (~> 2.
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
417
|
+
html-pipeline (~> 2.14, >= 2.14.3)
|
|
418
|
+
hashdiff (1.2.1)
|
|
419
|
+
hashie (5.1.0)
|
|
420
|
+
logger
|
|
400
421
|
highline (3.1.2)
|
|
401
422
|
reline
|
|
402
423
|
html-pipeline (2.14.3)
|
|
403
424
|
activesupport (>= 2)
|
|
404
425
|
nokogiri (>= 1.4)
|
|
405
|
-
htmlentities (4.
|
|
406
|
-
i18n (1.
|
|
426
|
+
htmlentities (4.4.2)
|
|
427
|
+
i18n (1.15.2)
|
|
407
428
|
concurrent-ruby (~> 1.0)
|
|
408
|
-
i18n-tasks (1.
|
|
429
|
+
i18n-tasks (1.1.2)
|
|
409
430
|
activesupport (>= 4.0.2)
|
|
410
431
|
ast (>= 2.1.0)
|
|
411
432
|
erubi
|
|
412
|
-
highline (>=
|
|
433
|
+
highline (>= 3.0.0)
|
|
413
434
|
i18n
|
|
414
435
|
parser (>= 3.2.2.1)
|
|
436
|
+
prism
|
|
415
437
|
rails-i18n
|
|
416
438
|
rainbow (>= 2.2.2, < 4.0)
|
|
417
439
|
ruby-progressbar (~> 1.8, >= 1.8.1)
|
|
418
440
|
terminal-table (>= 1.5.1)
|
|
419
|
-
icalendar (2.
|
|
441
|
+
icalendar (2.12.4)
|
|
420
442
|
base64
|
|
421
443
|
ice_cube (~> 0.16)
|
|
422
444
|
logger
|
|
@@ -427,9 +449,9 @@ GEM
|
|
|
427
449
|
ruby-vips (>= 2.0.17, < 3)
|
|
428
450
|
invisible_captcha (0.13.0)
|
|
429
451
|
rails (>= 3.2.0)
|
|
430
|
-
io-console (0.
|
|
431
|
-
json (2.
|
|
432
|
-
jwt (3.
|
|
452
|
+
io-console (0.9.2)
|
|
453
|
+
json (2.21.2)
|
|
454
|
+
jwt (3.2.0)
|
|
433
455
|
base64
|
|
434
456
|
kaminari (1.2.2)
|
|
435
457
|
activesupport (>= 4.1.0)
|
|
@@ -443,6 +465,7 @@ GEM
|
|
|
443
465
|
activerecord
|
|
444
466
|
kaminari-core (= 1.2.2)
|
|
445
467
|
kaminari-core (1.2.2)
|
|
468
|
+
language_server-protocol (3.17.0.6)
|
|
446
469
|
launchy (3.1.1)
|
|
447
470
|
addressable (~> 2.8)
|
|
448
471
|
childprocess (~> 5.0)
|
|
@@ -454,34 +477,37 @@ GEM
|
|
|
454
477
|
letter_opener (~> 1.9)
|
|
455
478
|
railties (>= 6.1)
|
|
456
479
|
rexml
|
|
457
|
-
listen (3.
|
|
480
|
+
listen (3.10.0)
|
|
481
|
+
logger
|
|
458
482
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
459
483
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
460
484
|
logger (1.7.0)
|
|
461
|
-
loofah (2.
|
|
485
|
+
loofah (2.25.2)
|
|
462
486
|
crass (~> 1.0.2)
|
|
463
487
|
nokogiri (>= 1.12.0)
|
|
464
|
-
mail (2.
|
|
488
|
+
mail (2.9.1)
|
|
489
|
+
logger
|
|
465
490
|
mini_mime (>= 0.1.1)
|
|
466
491
|
net-imap
|
|
467
492
|
net-pop
|
|
468
493
|
net-smtp
|
|
469
|
-
marcel (1.
|
|
494
|
+
marcel (1.2.1)
|
|
470
495
|
matrix (0.4.3)
|
|
471
496
|
method_source (1.1.0)
|
|
472
497
|
mime-types (3.7.0)
|
|
473
498
|
logger
|
|
474
499
|
mime-types-data (~> 3.2025, >= 3.2025.0507)
|
|
475
|
-
mime-types-data (3.
|
|
500
|
+
mime-types-data (3.2026.0701)
|
|
476
501
|
mini_magick (4.13.2)
|
|
477
502
|
mini_mime (1.1.5)
|
|
478
|
-
minitest (5.
|
|
479
|
-
msgpack (1.8.
|
|
480
|
-
multi_xml (0.
|
|
481
|
-
bigdecimal (
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
503
|
+
minitest (5.27.0)
|
|
504
|
+
msgpack (1.8.4)
|
|
505
|
+
multi_xml (0.9.1)
|
|
506
|
+
bigdecimal (>= 3.1, < 5)
|
|
507
|
+
mutex_m (0.3.0)
|
|
508
|
+
net-http (0.9.1)
|
|
509
|
+
uri (>= 0.11.1)
|
|
510
|
+
net-imap (0.6.6)
|
|
485
511
|
date
|
|
486
512
|
net-protocol
|
|
487
513
|
net-pop (0.1.2)
|
|
@@ -490,30 +516,38 @@ GEM
|
|
|
490
516
|
timeout
|
|
491
517
|
net-smtp (0.3.4)
|
|
492
518
|
net-protocol
|
|
493
|
-
nio4r (2.7.
|
|
494
|
-
nokogiri (1.
|
|
519
|
+
nio4r (2.7.5)
|
|
520
|
+
nokogiri (1.19.4-x86_64-linux-gnu)
|
|
495
521
|
racc (~> 1.4)
|
|
496
|
-
oauth (1.1.
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
522
|
+
oauth (1.1.8)
|
|
523
|
+
anonymous_loader (~> 0.1, >= 0.1.3)
|
|
524
|
+
auth-sanitizer (~> 0.2, >= 0.2.3)
|
|
525
|
+
base64 (~> 0.1)
|
|
526
|
+
oauth-tty (~> 1.0, >= 1.0.13)
|
|
527
|
+
snaky_hash (~> 2.0, >= 2.0.7)
|
|
528
|
+
version_gem (~> 1.1, >= 1.1.14)
|
|
529
|
+
oauth-tty (1.0.13)
|
|
530
|
+
anonymous_loader (~> 0.1, >= 0.1.3)
|
|
531
|
+
auth-sanitizer (~> 0.2, >= 0.2.3)
|
|
532
|
+
version_gem (~> 1.1, >= 1.1.14)
|
|
533
|
+
oauth2 (2.0.25)
|
|
534
|
+
anonymous_loader (~> 0.1, >= 0.1.3)
|
|
535
|
+
auth-sanitizer (~> 0.2, >= 0.2.3)
|
|
503
536
|
faraday (>= 0.17.3, < 4.0)
|
|
504
537
|
jwt (>= 1.0, < 4.0)
|
|
505
538
|
logger (~> 1.2)
|
|
506
539
|
multi_xml (~> 0.5)
|
|
507
540
|
rack (>= 1.2, < 4)
|
|
508
|
-
snaky_hash (~> 2.0, >= 2.0.
|
|
509
|
-
version_gem (
|
|
510
|
-
omniauth (2.1.
|
|
541
|
+
snaky_hash (~> 2.0, >= 2.0.7)
|
|
542
|
+
version_gem (~> 1.1, >= 1.1.14)
|
|
543
|
+
omniauth (2.1.4)
|
|
511
544
|
hashie (>= 3.4.6)
|
|
545
|
+
logger
|
|
512
546
|
rack (>= 2.2.3)
|
|
513
547
|
rack-protection
|
|
514
548
|
omniauth-facebook (5.0.0)
|
|
515
549
|
omniauth-oauth2 (~> 1.2)
|
|
516
|
-
omniauth-google-oauth2 (1.2.
|
|
550
|
+
omniauth-google-oauth2 (1.2.2)
|
|
517
551
|
jwt (>= 2.9.2)
|
|
518
552
|
oauth2 (~> 2.0)
|
|
519
553
|
omniauth (~> 2.0)
|
|
@@ -522,25 +556,26 @@ GEM
|
|
|
522
556
|
oauth
|
|
523
557
|
omniauth (>= 1.0, < 3)
|
|
524
558
|
rack (>= 1.6.2, < 4)
|
|
525
|
-
omniauth-oauth2 (1.
|
|
526
|
-
oauth2 (>=
|
|
559
|
+
omniauth-oauth2 (1.9.0)
|
|
560
|
+
oauth2 (>= 2.0.2, < 3)
|
|
527
561
|
omniauth (~> 2.0)
|
|
528
562
|
omniauth-rails_csrf_protection (1.0.2)
|
|
529
563
|
actionpack (>= 4.2)
|
|
530
564
|
omniauth (~> 2.0)
|
|
531
|
-
omniauth-twitter (1.
|
|
532
|
-
|
|
565
|
+
omniauth-twitter (1.5.0)
|
|
566
|
+
cgi
|
|
567
|
+
omniauth-oauth (~> 1.2)
|
|
533
568
|
rack
|
|
534
|
-
openssl (
|
|
569
|
+
openssl (4.0.2)
|
|
535
570
|
orm_adapter (0.5.0)
|
|
536
571
|
ostruct (0.6.3)
|
|
537
572
|
paper_trail (12.3.0)
|
|
538
573
|
activerecord (>= 5.2)
|
|
539
574
|
request_store (~> 1.1)
|
|
540
|
-
parallel (1.
|
|
575
|
+
parallel (1.28.0)
|
|
541
576
|
parallel_tests (4.10.1)
|
|
542
577
|
parallel
|
|
543
|
-
parser (3.3.
|
|
578
|
+
parser (3.3.12.0)
|
|
544
579
|
ast (~> 2.4.1)
|
|
545
580
|
racc
|
|
546
581
|
pg (1.4.6)
|
|
@@ -555,40 +590,39 @@ GEM
|
|
|
555
590
|
actionmailer (>= 3)
|
|
556
591
|
net-smtp
|
|
557
592
|
premailer (~> 1.7, >= 1.7.9)
|
|
558
|
-
prism (1.
|
|
593
|
+
prism (1.9.0)
|
|
559
594
|
psych (4.0.6)
|
|
560
595
|
stringio
|
|
561
|
-
public_suffix (
|
|
562
|
-
puma (6.6.
|
|
596
|
+
public_suffix (7.0.5)
|
|
597
|
+
puma (6.6.1)
|
|
563
598
|
nio4r (~> 2.0)
|
|
564
599
|
racc (1.8.1)
|
|
565
|
-
rack (2.2.
|
|
566
|
-
rack-attack (6.
|
|
600
|
+
rack (2.2.24)
|
|
601
|
+
rack-attack (6.8.0)
|
|
567
602
|
rack (>= 1.0, < 4)
|
|
568
603
|
rack-cors (1.1.1)
|
|
569
604
|
rack (>= 2.0.0)
|
|
570
605
|
rack-protection (3.2.0)
|
|
571
606
|
base64 (>= 0.1.0)
|
|
572
607
|
rack (~> 2.2, >= 2.2.4)
|
|
573
|
-
rack-proxy (0.
|
|
574
|
-
rack
|
|
608
|
+
rack-proxy (1.0.1)
|
|
609
|
+
rack (>= 2.0, < 4)
|
|
575
610
|
rack-test (2.2.0)
|
|
576
611
|
rack (>= 1.3)
|
|
577
|
-
rails (
|
|
578
|
-
actioncable (=
|
|
579
|
-
actionmailbox (=
|
|
580
|
-
actionmailer (=
|
|
581
|
-
actionpack (=
|
|
582
|
-
actiontext (=
|
|
583
|
-
actionview (=
|
|
584
|
-
activejob (=
|
|
585
|
-
activemodel (=
|
|
586
|
-
activerecord (=
|
|
587
|
-
activestorage (=
|
|
588
|
-
activesupport (=
|
|
612
|
+
rails (7.0.10)
|
|
613
|
+
actioncable (= 7.0.10)
|
|
614
|
+
actionmailbox (= 7.0.10)
|
|
615
|
+
actionmailer (= 7.0.10)
|
|
616
|
+
actionpack (= 7.0.10)
|
|
617
|
+
actiontext (= 7.0.10)
|
|
618
|
+
actionview (= 7.0.10)
|
|
619
|
+
activejob (= 7.0.10)
|
|
620
|
+
activemodel (= 7.0.10)
|
|
621
|
+
activerecord (= 7.0.10)
|
|
622
|
+
activestorage (= 7.0.10)
|
|
623
|
+
activesupport (= 7.0.10)
|
|
589
624
|
bundler (>= 1.15.0)
|
|
590
|
-
railties (=
|
|
591
|
-
sprockets-rails (>= 2.0.0)
|
|
625
|
+
railties (= 7.0.10)
|
|
592
626
|
rails-controller-testing (1.0.5)
|
|
593
627
|
actionpack (>= 5.0.1.rc1)
|
|
594
628
|
actionview (>= 5.0.1.rc1)
|
|
@@ -597,20 +631,21 @@ GEM
|
|
|
597
631
|
activesupport (>= 5.0.0)
|
|
598
632
|
minitest
|
|
599
633
|
nokogiri (>= 1.6)
|
|
600
|
-
rails-html-sanitizer (1.
|
|
601
|
-
loofah (~> 2.
|
|
634
|
+
rails-html-sanitizer (1.7.1)
|
|
635
|
+
loofah (~> 2.25, >= 2.25.2)
|
|
602
636
|
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)
|
|
603
|
-
rails-i18n (
|
|
637
|
+
rails-i18n (7.0.10)
|
|
604
638
|
i18n (>= 0.7, < 2)
|
|
605
|
-
railties (>= 6.0.0, <
|
|
606
|
-
railties (
|
|
607
|
-
actionpack (=
|
|
608
|
-
activesupport (=
|
|
639
|
+
railties (>= 6.0.0, < 8)
|
|
640
|
+
railties (7.0.10)
|
|
641
|
+
actionpack (= 7.0.10)
|
|
642
|
+
activesupport (= 7.0.10)
|
|
609
643
|
method_source
|
|
610
644
|
rake (>= 12.2)
|
|
611
645
|
thor (~> 1.0)
|
|
646
|
+
zeitwerk (~> 2.5)
|
|
612
647
|
rainbow (3.1.1)
|
|
613
|
-
rake (13.
|
|
648
|
+
rake (13.4.2)
|
|
614
649
|
ransack (3.2.1)
|
|
615
650
|
activerecord (>= 6.1.5)
|
|
616
651
|
activesupport (>= 6.1.5)
|
|
@@ -620,23 +655,23 @@ GEM
|
|
|
620
655
|
ffi (~> 1.0)
|
|
621
656
|
redcarpet (3.6.1)
|
|
622
657
|
redis (4.8.1)
|
|
623
|
-
regexp_parser (2.
|
|
624
|
-
reline (0.
|
|
658
|
+
regexp_parser (2.12.0)
|
|
659
|
+
reline (0.7.0)
|
|
625
660
|
io-console (~> 0.5)
|
|
626
661
|
request_store (1.5.1)
|
|
627
662
|
rack (>= 1.4)
|
|
628
|
-
responders (3.
|
|
629
|
-
actionpack (>=
|
|
630
|
-
railties (>=
|
|
631
|
-
rexml (3.4.
|
|
632
|
-
rspec (3.13.
|
|
663
|
+
responders (3.2.0)
|
|
664
|
+
actionpack (>= 7.0)
|
|
665
|
+
railties (>= 7.0)
|
|
666
|
+
rexml (3.4.4)
|
|
667
|
+
rspec (3.13.2)
|
|
633
668
|
rspec-core (~> 3.13.0)
|
|
634
669
|
rspec-expectations (~> 3.13.0)
|
|
635
670
|
rspec-mocks (~> 3.13.0)
|
|
636
671
|
rspec-cells (0.3.10)
|
|
637
672
|
cells (>= 4.0.0, < 6.0.0)
|
|
638
673
|
rspec-rails (>= 3.0.0)
|
|
639
|
-
rspec-core (3.13.
|
|
674
|
+
rspec-core (3.13.6)
|
|
640
675
|
rspec-support (~> 3.13.0)
|
|
641
676
|
rspec-expectations (3.13.5)
|
|
642
677
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
@@ -644,7 +679,7 @@ GEM
|
|
|
644
679
|
rspec-html-matchers (0.10.0)
|
|
645
680
|
nokogiri (~> 1)
|
|
646
681
|
rspec (>= 3.0.0.a)
|
|
647
|
-
rspec-mocks (3.13.
|
|
682
|
+
rspec-mocks (3.13.8)
|
|
648
683
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
649
684
|
rspec-support (~> 3.13.0)
|
|
650
685
|
rspec-rails (6.1.5)
|
|
@@ -657,61 +692,61 @@ GEM
|
|
|
657
692
|
rspec-support (~> 3.13)
|
|
658
693
|
rspec-retry (0.6.2)
|
|
659
694
|
rspec-core (> 3.3)
|
|
660
|
-
rspec-support (3.13.
|
|
695
|
+
rspec-support (3.13.7)
|
|
661
696
|
rspec_junit_formatter (0.6.0)
|
|
662
697
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
663
|
-
rubocop (1.
|
|
698
|
+
rubocop (1.65.1)
|
|
664
699
|
json (~> 2.3)
|
|
700
|
+
language_server-protocol (>= 3.17.0)
|
|
665
701
|
parallel (~> 1.10)
|
|
666
|
-
parser (>= 3.
|
|
702
|
+
parser (>= 3.3.0.2)
|
|
667
703
|
rainbow (>= 2.2.2, < 4.0)
|
|
668
|
-
regexp_parser (>=
|
|
704
|
+
regexp_parser (>= 2.4, < 3.0)
|
|
669
705
|
rexml (>= 3.2.5, < 4.0)
|
|
670
|
-
rubocop-ast (>= 1.
|
|
706
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
|
671
707
|
ruby-progressbar (~> 1.7)
|
|
672
708
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
673
|
-
rubocop-ast (1.
|
|
709
|
+
rubocop-ast (1.50.0)
|
|
674
710
|
parser (>= 3.3.7.2)
|
|
675
|
-
prism (~> 1.
|
|
711
|
+
prism (~> 1.7)
|
|
676
712
|
rubocop-capybara (2.21.0)
|
|
677
713
|
rubocop (~> 1.41)
|
|
678
|
-
rubocop-factory_bot (2.26.
|
|
679
|
-
rubocop (~> 1.
|
|
714
|
+
rubocop-factory_bot (2.26.1)
|
|
715
|
+
rubocop (~> 1.61)
|
|
680
716
|
rubocop-faker (1.2.0)
|
|
681
717
|
faker (>= 2.12.0)
|
|
682
718
|
rubocop (>= 1.13.0)
|
|
683
|
-
rubocop-
|
|
719
|
+
rubocop-performance (1.23.1)
|
|
720
|
+
rubocop (>= 1.48.1, < 2.0)
|
|
721
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
|
722
|
+
rubocop-rails (2.29.1)
|
|
684
723
|
activesupport (>= 4.2.0)
|
|
685
724
|
rack (>= 1.1)
|
|
686
|
-
rubocop (>= 1.
|
|
725
|
+
rubocop (>= 1.52.0, < 2.0)
|
|
687
726
|
rubocop-ast (>= 1.31.1, < 2.0)
|
|
688
|
-
rubocop-rspec (
|
|
689
|
-
rubocop (~> 1.
|
|
690
|
-
|
|
691
|
-
rubocop
|
|
692
|
-
rubocop-
|
|
693
|
-
rubocop-
|
|
694
|
-
rubocop (~> 1.
|
|
727
|
+
rubocop-rspec (3.4.0)
|
|
728
|
+
rubocop (~> 1.61)
|
|
729
|
+
rubocop-rspec_rails (2.30.0)
|
|
730
|
+
rubocop (~> 1.61)
|
|
731
|
+
rubocop-rspec (~> 3, >= 3.0.1)
|
|
732
|
+
rubocop-rubycw (0.1.6)
|
|
733
|
+
rubocop (~> 1.0)
|
|
695
734
|
ruby-progressbar (1.13.0)
|
|
696
|
-
ruby-vips (2.
|
|
735
|
+
ruby-vips (2.3.0)
|
|
697
736
|
ffi (~> 1.12)
|
|
698
737
|
logger
|
|
699
738
|
rubyXL (3.4.33)
|
|
700
739
|
nokogiri (>= 1.10.8)
|
|
701
740
|
rubyzip (>= 1.3.0)
|
|
702
741
|
rubyzip (2.3.2)
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
sass-listen (4.0.0)
|
|
706
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
707
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
|
708
|
-
selenium-webdriver (4.32.0)
|
|
742
|
+
securerandom (0.4.1)
|
|
743
|
+
selenium-webdriver (4.44.0)
|
|
709
744
|
base64 (~> 0.2)
|
|
710
745
|
logger (~> 1.4)
|
|
711
746
|
rexml (~> 3.2, >= 3.2.5)
|
|
712
|
-
rubyzip (>= 1.2.2, <
|
|
747
|
+
rubyzip (>= 1.2.2, < 4.0)
|
|
713
748
|
websocket (~> 1.0)
|
|
714
|
-
semantic_range (3.1.
|
|
749
|
+
semantic_range (3.1.1)
|
|
715
750
|
shakapacker (7.1.0)
|
|
716
751
|
activesupport (>= 5.2)
|
|
717
752
|
rack-proxy (>= 0.6.1)
|
|
@@ -727,41 +762,32 @@ GEM
|
|
|
727
762
|
simplecov-html (0.13.2)
|
|
728
763
|
simplecov_json_formatter (0.1.4)
|
|
729
764
|
smart_properties (1.17.0)
|
|
730
|
-
snaky_hash (2.0.
|
|
765
|
+
snaky_hash (2.0.7)
|
|
731
766
|
hashie (>= 0.1.0, < 6)
|
|
732
|
-
version_gem (
|
|
733
|
-
spring (
|
|
734
|
-
spring-watcher-listen (2.0
|
|
767
|
+
version_gem (~> 1.1, >= 1.1.14)
|
|
768
|
+
spring (4.7.0)
|
|
769
|
+
spring-watcher-listen (2.1.0)
|
|
735
770
|
listen (>= 2.7, < 4.0)
|
|
736
|
-
spring (>=
|
|
737
|
-
sprockets (4.2.2)
|
|
738
|
-
concurrent-ruby (~> 1.0)
|
|
739
|
-
logger
|
|
740
|
-
rack (>= 2.2.4, < 4)
|
|
741
|
-
sprockets-rails (3.5.2)
|
|
742
|
-
actionpack (>= 6.1)
|
|
743
|
-
activesupport (>= 6.1)
|
|
744
|
-
sprockets (>= 3.0.0)
|
|
771
|
+
spring (>= 4)
|
|
745
772
|
sqlite3 (1.7.3-x86_64-linux)
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
temple (0.10.3)
|
|
773
|
+
stringio (3.2.0)
|
|
774
|
+
temple (0.10.7)
|
|
749
775
|
terminal-table (4.0.0)
|
|
750
776
|
unicode-display_width (>= 1.1.1, < 4)
|
|
751
|
-
thor (1.
|
|
752
|
-
tilt (2.
|
|
753
|
-
timeout (0.
|
|
777
|
+
thor (1.5.0)
|
|
778
|
+
tilt (2.9.0)
|
|
779
|
+
timeout (0.6.1)
|
|
754
780
|
trailblazer-option (0.1.2)
|
|
755
781
|
tzinfo (2.0.6)
|
|
756
782
|
concurrent-ruby (~> 1.0)
|
|
757
783
|
uber (0.1.0)
|
|
758
784
|
unicode-display_width (2.6.0)
|
|
759
|
-
uniform_notifier (1.
|
|
760
|
-
uri (1.
|
|
785
|
+
uniform_notifier (1.18.0)
|
|
786
|
+
uri (1.1.1)
|
|
761
787
|
valid_email2 (4.0.6)
|
|
762
788
|
activemodel (>= 3.2)
|
|
763
789
|
mail (~> 2.5)
|
|
764
|
-
version_gem (1.1.
|
|
790
|
+
version_gem (1.1.15)
|
|
765
791
|
w3c_rspec_validators (0.3.0)
|
|
766
792
|
rails
|
|
767
793
|
rspec
|
|
@@ -772,15 +798,15 @@ GEM
|
|
|
772
798
|
rexml (~> 3.2)
|
|
773
799
|
warden (1.2.9)
|
|
774
800
|
rack (>= 2.0.9)
|
|
775
|
-
web-push (3.0
|
|
801
|
+
web-push (3.1.0)
|
|
776
802
|
jwt (~> 3.0)
|
|
777
|
-
openssl (
|
|
778
|
-
webmock (3.
|
|
803
|
+
openssl (>= 3.0)
|
|
804
|
+
webmock (3.26.3)
|
|
779
805
|
addressable (>= 2.8.0)
|
|
780
806
|
crack (>= 0.3.2)
|
|
781
807
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
782
808
|
websocket (1.2.11)
|
|
783
|
-
websocket-driver (0.8.
|
|
809
|
+
websocket-driver (0.8.2)
|
|
784
810
|
base64
|
|
785
811
|
websocket-extensions (>= 0.1.0)
|
|
786
812
|
websocket-extensions (0.1.5)
|
|
@@ -791,7 +817,7 @@ GEM
|
|
|
791
817
|
wisper-rspec (1.1.0)
|
|
792
818
|
xpath (3.2.0)
|
|
793
819
|
nokogiri (~> 1.8)
|
|
794
|
-
zeitwerk (2.
|
|
820
|
+
zeitwerk (2.8.3)
|
|
795
821
|
|
|
796
822
|
PLATFORMS
|
|
797
823
|
x86_64-linux
|
|
@@ -799,12 +825,13 @@ PLATFORMS
|
|
|
799
825
|
DEPENDENCIES
|
|
800
826
|
bootsnap
|
|
801
827
|
byebug
|
|
802
|
-
decidim (>= 0.
|
|
828
|
+
decidim (>= 0.29.0)!
|
|
803
829
|
decidim-cdtb!
|
|
804
|
-
decidim-dev (>= 0.
|
|
830
|
+
decidim-dev (>= 0.29.0)
|
|
805
831
|
faker
|
|
806
832
|
letter_opener_web
|
|
807
833
|
listen
|
|
834
|
+
minitest (~> 5.25)
|
|
808
835
|
rake (~> 13.0)
|
|
809
836
|
rspec (~> 3.0)
|
|
810
837
|
rubocop
|
data/README.md
CHANGED
data/decidim-cdtb.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.description = "A gem to help managing Decidim applications."
|
|
13
13
|
spec.homepage = "https://github.com/CodiTramuntana/decidim-module-cdtb"
|
|
14
14
|
spec.license = "MIT"
|
|
15
|
-
spec.required_ruby_version = ">= 3.
|
|
15
|
+
spec.required_ruby_version = ">= 3.2.6"
|
|
16
16
|
|
|
17
17
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
18
18
|
spec.metadata["source_code_uri"] = spec.homepage
|
|
@@ -44,7 +44,8 @@ module Decidim
|
|
|
44
44
|
|
|
45
45
|
def manifest_for(resource)
|
|
46
46
|
return resource.manifest if resource.is_a? Decidim::Participable
|
|
47
|
-
|
|
47
|
+
|
|
48
|
+
resource.resource_manifest if resource.is_a? Decidim::Resourceable
|
|
48
49
|
end
|
|
49
50
|
|
|
50
51
|
def scope_name(space)
|
|
@@ -103,9 +103,9 @@ module Decidim
|
|
|
103
103
|
delete_reason: "Confirmed spam suspicious"
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
form = Decidim::DeleteAccountForm.from_params(params)
|
|
106
|
+
form = Decidim::DeleteAccountForm.from_params(params).with_context(current_user: user)
|
|
107
107
|
|
|
108
|
-
Decidim::DestroyAccount.call(
|
|
108
|
+
Decidim::DestroyAccount.call(form) do
|
|
109
109
|
on(:ok) do
|
|
110
110
|
puts "OK: User #{user.id} removed"
|
|
111
111
|
end
|
data/lib/decidim/cdtb/version.rb
CHANGED
|
@@ -9,7 +9,7 @@ on:
|
|
|
9
9
|
pull_request:
|
|
10
10
|
|
|
11
11
|
env:
|
|
12
|
-
RUBY_VERSION: 3.
|
|
12
|
+
RUBY_VERSION: 3.2.6
|
|
13
13
|
|
|
14
14
|
jobs:
|
|
15
15
|
test-report:
|
|
@@ -45,4 +45,4 @@ jobs:
|
|
|
45
45
|
command: bundle install --jobs 4 --retry 3
|
|
46
46
|
|
|
47
47
|
- name: Rubocop
|
|
48
|
-
run: bundle exec rubocop -P
|
|
48
|
+
run: bundle exec rubocop -P
|
data/lib/tasks/census.rake
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-cdtb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oliver Valls
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: decidim
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.29.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
26
|
+
version: 0.29.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rails
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.
|
|
61
|
+
version: 0.29.0
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.
|
|
68
|
+
version: 0.29.0
|
|
69
69
|
description: A gem to help managing Decidim applications.
|
|
70
70
|
email:
|
|
71
71
|
- 199462+tramuntanal@users.noreply.github.com
|
|
@@ -142,14 +142,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
142
142
|
requirements:
|
|
143
143
|
- - ">="
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
|
-
version: 3.
|
|
145
|
+
version: 3.2.6
|
|
146
146
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
147
|
requirements:
|
|
148
148
|
- - ">="
|
|
149
149
|
- !ruby/object:Gem::Version
|
|
150
150
|
version: '0'
|
|
151
151
|
requirements: []
|
|
152
|
-
rubygems_version: 3.
|
|
152
|
+
rubygems_version: 3.4.19
|
|
153
153
|
signing_key:
|
|
154
154
|
specification_version: 4
|
|
155
155
|
summary: CodiTramuntana's Decidim Toolbelt (cdtb).
|