decidim-bulletin_board 0.24.1 → 0.24.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 453db37773cf3e05d6a7bad830aa1f7dfcf389845553e200d30f64a9d99571d2
4
- data.tar.gz: 45e27028a5e21299a5b52a168cc1b8285539cf901370858775331e917ae43409
3
+ metadata.gz: e8497ddc011b49ee9060003b34660a8f9b6aaef1e5b02e35b29205804ded2787
4
+ data.tar.gz: a8719e70c9174ac2c4198c792f3c6b7d6a149a3f6bf68156d2aca51d3af7a144
5
5
  SHA512:
6
- metadata.gz: d04b3f4d5328b8c8d53625ad4ab11e9e7d5f905ac5413e127a05ca1600d276a37edc15be32c4ee43adb96aff4bcacd5163cfb8b285fe783d320a232cd86d3b79
7
- data.tar.gz: 34ae36d40806f98c9e5b9af0faf9b54e25286f92d86ce52862e399f2fbd7032355ed48016d3c8ef39fa018931c98a9e35e261ab6be01a1143b230ab6ec16ff26
6
+ metadata.gz: ba2df5b3dada0182df7c2224bf8f6318c9da44d8e2d4bf8bbb45d10e684abb65e4a36e19258d622926fd1b398639fca448a498c6c3d195128247008736763149
7
+ data.tar.gz: c9ca14fd521f874912699a29a0050326bdd3563232f8a965f1f3ba087dda472a31195c80bfe810a5634fc1567667a8f353627f7e19f696fc0868d7573a139c09
data/.rubocop.yml CHANGED
@@ -1 +1 @@
1
- inherit_from: https://raw.githubusercontent.com/decidim/decidim/develop/.rubocop_ruby.yml
1
+ inherit_from: https://raw.githubusercontent.com/decidim/decidim/develop/decidim-dev/config/rubocop/ruby.yml
data/Gemfile.lock CHANGED
@@ -1,75 +1,81 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- decidim-bulletin_board (0.24.1)
4
+ decidim-bulletin_board (0.24.2)
5
5
  byebug (~> 11.0)
6
6
  graphlient (~> 0.5.0)
7
7
  jwt (~> 2.5.0)
8
- rails (~> 6.0, >= 5.0.0)
8
+ rails (>= 5.0.0, < 7.1)
9
9
  wisper (~> 2.0.0)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (6.1.7)
15
- actionpack (= 6.1.7)
16
- activesupport (= 6.1.7)
14
+ actioncable (7.0.8)
15
+ actionpack (= 7.0.8)
16
+ activesupport (= 7.0.8)
17
17
  nio4r (~> 2.0)
18
18
  websocket-driver (>= 0.6.1)
19
- actionmailbox (6.1.7)
20
- actionpack (= 6.1.7)
21
- activejob (= 6.1.7)
22
- activerecord (= 6.1.7)
23
- activestorage (= 6.1.7)
24
- activesupport (= 6.1.7)
19
+ actionmailbox (7.0.8)
20
+ actionpack (= 7.0.8)
21
+ activejob (= 7.0.8)
22
+ activerecord (= 7.0.8)
23
+ activestorage (= 7.0.8)
24
+ activesupport (= 7.0.8)
25
25
  mail (>= 2.7.1)
26
- actionmailer (6.1.7)
27
- actionpack (= 6.1.7)
28
- actionview (= 6.1.7)
29
- activejob (= 6.1.7)
30
- activesupport (= 6.1.7)
26
+ net-imap
27
+ net-pop
28
+ net-smtp
29
+ actionmailer (7.0.8)
30
+ actionpack (= 7.0.8)
31
+ actionview (= 7.0.8)
32
+ activejob (= 7.0.8)
33
+ activesupport (= 7.0.8)
31
34
  mail (~> 2.5, >= 2.5.4)
35
+ net-imap
36
+ net-pop
37
+ net-smtp
32
38
  rails-dom-testing (~> 2.0)
33
- actionpack (6.1.7)
34
- actionview (= 6.1.7)
35
- activesupport (= 6.1.7)
36
- rack (~> 2.0, >= 2.0.9)
39
+ actionpack (7.0.8)
40
+ actionview (= 7.0.8)
41
+ activesupport (= 7.0.8)
42
+ rack (~> 2.0, >= 2.2.4)
37
43
  rack-test (>= 0.6.3)
38
44
  rails-dom-testing (~> 2.0)
39
45
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
40
- actiontext (6.1.7)
41
- actionpack (= 6.1.7)
42
- activerecord (= 6.1.7)
43
- activestorage (= 6.1.7)
44
- activesupport (= 6.1.7)
46
+ actiontext (7.0.8)
47
+ actionpack (= 7.0.8)
48
+ activerecord (= 7.0.8)
49
+ activestorage (= 7.0.8)
50
+ activesupport (= 7.0.8)
51
+ globalid (>= 0.6.0)
45
52
  nokogiri (>= 1.8.5)
46
- actionview (6.1.7)
47
- activesupport (= 6.1.7)
53
+ actionview (7.0.8)
54
+ activesupport (= 7.0.8)
48
55
  builder (~> 3.1)
49
56
  erubi (~> 1.4)
50
57
  rails-dom-testing (~> 2.0)
51
58
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
52
- activejob (6.1.7)
53
- activesupport (= 6.1.7)
59
+ activejob (7.0.8)
60
+ activesupport (= 7.0.8)
54
61
  globalid (>= 0.3.6)
55
- activemodel (6.1.7)
56
- activesupport (= 6.1.7)
57
- activerecord (6.1.7)
58
- activemodel (= 6.1.7)
59
- activesupport (= 6.1.7)
60
- activestorage (6.1.7)
61
- actionpack (= 6.1.7)
62
- activejob (= 6.1.7)
63
- activerecord (= 6.1.7)
64
- activesupport (= 6.1.7)
62
+ activemodel (7.0.8)
63
+ activesupport (= 7.0.8)
64
+ activerecord (7.0.8)
65
+ activemodel (= 7.0.8)
66
+ activesupport (= 7.0.8)
67
+ activestorage (7.0.8)
68
+ actionpack (= 7.0.8)
69
+ activejob (= 7.0.8)
70
+ activerecord (= 7.0.8)
71
+ activesupport (= 7.0.8)
65
72
  marcel (~> 1.0)
66
73
  mini_mime (>= 1.1.0)
67
- activesupport (6.1.7)
74
+ activesupport (7.0.8)
68
75
  concurrent-ruby (~> 1.0, >= 1.0.2)
69
76
  i18n (>= 1.6, < 2)
70
77
  minitest (>= 5.1)
71
78
  tzinfo (~> 2.0)
72
- zeitwerk (~> 2.3)
73
79
  addressable (2.8.1)
74
80
  public_suffix (>= 2.0.2, < 6.0)
75
81
  ast (2.4.2)
@@ -79,11 +85,12 @@ GEM
79
85
  crack (0.4.5)
80
86
  rexml
81
87
  crass (1.0.6)
88
+ date (3.3.3)
82
89
  diff-lcs (1.5.0)
83
- erubi (1.11.0)
90
+ erubi (1.12.0)
84
91
  faker (2.22.0)
85
92
  i18n (>= 1.8.11, < 2)
86
- faraday (1.10.2)
93
+ faraday (1.10.3)
87
94
  faraday-em_http (~> 1.0)
88
95
  faraday-em_synchrony (~> 1.0)
89
96
  faraday-excon (~> 1.1)
@@ -108,13 +115,13 @@ GEM
108
115
  faraday-retry (1.0.3)
109
116
  faraday_middleware (1.2.0)
110
117
  faraday (~> 1.0)
111
- globalid (1.0.0)
112
- activesupport (>= 5.0)
118
+ globalid (1.2.1)
119
+ activesupport (>= 6.1)
113
120
  graphlient (0.5.0)
114
121
  faraday (>= 1.0)
115
122
  faraday_middleware
116
123
  graphql-client
117
- graphql (2.0.15)
124
+ graphql (2.1.0)
118
125
  graphql-client (0.18.0)
119
126
  activesupport (>= 3.0)
120
127
  graphql
@@ -122,59 +129,73 @@ GEM
122
129
  i18n (1.12.0)
123
130
  concurrent-ruby (~> 1.0)
124
131
  jwt (2.5.0)
125
- loofah (2.19.0)
132
+ loofah (2.21.3)
126
133
  crass (~> 1.0.2)
127
- nokogiri (>= 1.5.9)
128
- mail (2.7.1)
134
+ nokogiri (>= 1.12.0)
135
+ mail (2.8.1)
129
136
  mini_mime (>= 0.1.1)
137
+ net-imap
138
+ net-pop
139
+ net-smtp
130
140
  marcel (1.0.2)
131
141
  method_source (1.0.0)
132
- mini_mime (1.1.2)
133
- mini_portile2 (2.8.0)
134
- minitest (5.16.3)
135
- multipart-post (2.2.3)
136
- nio4r (2.5.8)
137
- nokogiri (1.13.9)
138
- mini_portile2 (~> 2.8.0)
142
+ mini_mime (1.1.5)
143
+ mini_portile2 (2.8.4)
144
+ minitest (5.20.0)
145
+ multipart-post (2.3.0)
146
+ net-imap (0.3.7)
147
+ date
148
+ net-protocol
149
+ net-pop (0.1.2)
150
+ net-protocol
151
+ net-protocol (0.2.1)
152
+ timeout
153
+ net-smtp (0.4.0)
154
+ net-protocol
155
+ nio4r (2.5.9)
156
+ nokogiri (1.15.4)
157
+ mini_portile2 (~> 2.8.2)
139
158
  racc (~> 1.4)
140
- nokogiri (1.13.9-x86_64-darwin)
159
+ nokogiri (1.15.4-x86_64-darwin)
141
160
  racc (~> 1.4)
142
- nokogiri (1.13.9-x86_64-linux)
161
+ nokogiri (1.15.4-x86_64-linux)
143
162
  racc (~> 1.4)
144
163
  parallel (1.22.1)
145
164
  parser (3.1.2.1)
146
165
  ast (~> 2.4.1)
147
166
  public_suffix (5.0.0)
148
- racc (1.6.0)
149
- rack (2.2.4)
150
- rack-test (2.0.2)
167
+ racc (1.7.1)
168
+ rack (2.2.8)
169
+ rack-test (2.1.0)
151
170
  rack (>= 1.3)
152
- rails (6.1.7)
153
- actioncable (= 6.1.7)
154
- actionmailbox (= 6.1.7)
155
- actionmailer (= 6.1.7)
156
- actionpack (= 6.1.7)
157
- actiontext (= 6.1.7)
158
- actionview (= 6.1.7)
159
- activejob (= 6.1.7)
160
- activemodel (= 6.1.7)
161
- activerecord (= 6.1.7)
162
- activestorage (= 6.1.7)
163
- activesupport (= 6.1.7)
171
+ rails (7.0.8)
172
+ actioncable (= 7.0.8)
173
+ actionmailbox (= 7.0.8)
174
+ actionmailer (= 7.0.8)
175
+ actionpack (= 7.0.8)
176
+ actiontext (= 7.0.8)
177
+ actionview (= 7.0.8)
178
+ activejob (= 7.0.8)
179
+ activemodel (= 7.0.8)
180
+ activerecord (= 7.0.8)
181
+ activestorage (= 7.0.8)
182
+ activesupport (= 7.0.8)
164
183
  bundler (>= 1.15.0)
165
- railties (= 6.1.7)
166
- sprockets-rails (>= 2.0.0)
167
- rails-dom-testing (2.0.3)
168
- activesupport (>= 4.2.0)
184
+ railties (= 7.0.8)
185
+ rails-dom-testing (2.2.0)
186
+ activesupport (>= 5.0.0)
187
+ minitest
169
188
  nokogiri (>= 1.6)
170
- rails-html-sanitizer (1.4.3)
171
- loofah (~> 2.3)
172
- railties (6.1.7)
173
- actionpack (= 6.1.7)
174
- activesupport (= 6.1.7)
189
+ rails-html-sanitizer (1.6.0)
190
+ loofah (~> 2.21)
191
+ nokogiri (~> 1.14)
192
+ railties (7.0.8)
193
+ actionpack (= 7.0.8)
194
+ activesupport (= 7.0.8)
175
195
  method_source
176
196
  rake (>= 12.2)
177
197
  thor (~> 1.0)
198
+ zeitwerk (~> 2.5)
178
199
  rainbow (3.1.1)
179
200
  rake (13.0.6)
180
201
  regexp_parser (2.5.0)
@@ -210,27 +231,21 @@ GEM
210
231
  rubocop (~> 1.19)
211
232
  ruby-progressbar (1.11.0)
212
233
  ruby2_keywords (0.0.5)
213
- sprockets (4.1.1)
214
- concurrent-ruby (~> 1.0)
215
- rack (> 1, < 3)
216
- sprockets-rails (3.4.2)
217
- actionpack (>= 5.2)
218
- activesupport (>= 5.2)
219
- sprockets (>= 3.0.0)
220
- thor (1.2.1)
221
- tzinfo (2.0.5)
234
+ thor (1.2.2)
235
+ timeout (0.4.0)
236
+ tzinfo (2.0.6)
222
237
  concurrent-ruby (~> 1.0)
223
238
  unicode-display_width (2.2.0)
224
239
  webmock (3.18.1)
225
240
  addressable (>= 2.8.0)
226
241
  crack (>= 0.3.2)
227
242
  hashdiff (>= 0.4.0, < 2.0.0)
228
- websocket-driver (0.7.5)
243
+ websocket-driver (0.7.6)
229
244
  websocket-extensions (>= 0.1.0)
230
245
  websocket-extensions (0.1.5)
231
246
  wisper (2.0.1)
232
247
  wisper-rspec (1.1.0)
233
- zeitwerk (2.6.6)
248
+ zeitwerk (2.6.12)
234
249
 
235
250
  PLATFORMS
236
251
  ruby
@@ -248,4 +263,4 @@ DEPENDENCIES
248
263
  wisper-rspec (~> 1.1.0)
249
264
 
250
265
  BUNDLED WITH
251
- 2.3.20
266
+ 2.3.26
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.bindir = "exe"
25
25
  s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
26
26
  s.require_paths = ["lib"]
27
- s.add_dependency "rails", "~> 6.0", ">= 5.0.0"
27
+ s.add_dependency "rails", ">= 5.0.0", "< 7.1"
28
28
 
29
29
  s.add_dependency "byebug", "~> 11.0"
30
30
  s.add_dependency "graphlient", "~> 0.5.0"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Decidim
4
4
  module BulletinBoard
5
- VERSION = "0.24.1"
5
+ VERSION = "0.24.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-bulletin_board
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.1
4
+ version: 0.24.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Morcillo
@@ -11,28 +11,28 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2022-11-11 00:00:00.000000000 Z
14
+ date: 2023-09-27 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
18
18
  requirement: !ruby/object:Gem::Requirement
19
19
  requirements:
20
- - - "~>"
21
- - !ruby/object:Gem::Version
22
- version: '6.0'
23
20
  - - ">="
24
21
  - !ruby/object:Gem::Version
25
22
  version: 5.0.0
23
+ - - "<"
24
+ - !ruby/object:Gem::Version
25
+ version: '7.1'
26
26
  type: :runtime
27
27
  prerelease: false
28
28
  version_requirements: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - "~>"
31
- - !ruby/object:Gem::Version
32
- version: '6.0'
33
30
  - - ">="
34
31
  - !ruby/object:Gem::Version
35
32
  version: 5.0.0
33
+ - - "<"
34
+ - !ruby/object:Gem::Version
35
+ version: '7.1'
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: byebug
38
38
  requirement: !ruby/object:Gem::Requirement
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  - !ruby/object:Gem::Version
215
215
  version: '0'
216
216
  requirements: []
217
- rubygems_version: 3.3.25
217
+ rubygems_version: 3.3.7
218
218
  signing_key:
219
219
  specification_version: 4
220
220
  summary: ''