consent 2.1.0 → 2.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b1d6948271b3646f4e11a1dcede687c2fdc39f8c027ae15e13349ac37c2562e
4
- data.tar.gz: f9d2751cd4be0849b431eae34b2a30f20738fae9f6c32d39545d7cd3945c08fd
3
+ metadata.gz: 32f3bcb4617c05a326d76f7648a670a18500f07291f047edaddcb17f3e7999e1
4
+ data.tar.gz: 8b85e9ecc63cd83eaeabcf70f9db022725a1e2c4e982196f14d714340de6c7ce
5
5
  SHA512:
6
- metadata.gz: 5df36d982389d1f4d3ee114ee8148bd8b117458bef2873895f0c3e731749194ccd81b5e230ff7db4aa3d4a7129432615613f84773cf938ed0f5fe53ea16e812a
7
- data.tar.gz: 4386963f1938a72c92555f15f0b656c6fb0e3a2353bdab85306911065c1fe5cce25686454d27a0c171a1631dae68edc2f79fb4dd30e84ab4ffa07b125d42357f
6
+ metadata.gz: 7f61f0aa61b8ee3cc4da4c9e7baf0c7032f18e1b2b00ad4592b18dea04c12d5dfa3522971a7fc93ea52138075d21cd0ecf1647e18b2b7ede38c2ff40333fa508
7
+ data.tar.gz: 7b2bbb5226cf584a5b0e08ee3aeead88c0440afba2ea5ac2357b311029eb06979b39c41a02bfc894df36a1480b469895cb078434b4710e06b6ee04a89f692eb9
data/Appraisals CHANGED
@@ -11,3 +11,7 @@ end
11
11
  appraise "rails-7-1" do
12
12
  gem "rails", "7.1.3.2"
13
13
  end
14
+
15
+ appraise "rails-7-2" do
16
+ gem "rails", "7.2.2.1"
17
+ end
data/Gemfile CHANGED
@@ -7,9 +7,11 @@ gemspec
7
7
 
8
8
  gem "base64"
9
9
  gem "bigdecimal"
10
+ gem "erb", "< 5.0" # Hold erb to support Ruby < 3.2
10
11
  gem "logger"
11
12
  gem "mutex_m"
12
13
  gem "net-imap", "< 0.5.0"
13
14
  gem "nokogiri", "< 1.18"
14
15
  gem "rubocop-powerhome", path: "../rubocop-powerhome"
16
+ gem "securerandom", "< 0.4" # Hold securerandom to support Ruby 3.0
15
17
  gem "zeitwerk", "< 2.7.0"
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../rubocop-powerhome
3
3
  specs:
4
- rubocop-powerhome (0.5.3)
5
- rubocop (= 1.66.1)
4
+ rubocop-powerhome (0.5.5)
5
+ rubocop (= 1.74.0)
6
6
  rubocop-performance
7
7
  rubocop-rails
8
8
  rubocop-rake
@@ -11,15 +11,15 @@ PATH
11
11
  PATH
12
12
  remote: .
13
13
  specs:
14
- consent (2.1.0)
14
+ consent (2.2.0)
15
15
  cancancan (= 3.2.1)
16
16
 
17
17
  GEM
18
18
  remote: https://rubygems.org/
19
19
  specs:
20
- actionpack (8.0.1)
21
- actionview (= 8.0.1)
22
- activesupport (= 8.0.1)
20
+ actionpack (8.0.2)
21
+ actionview (= 8.0.2)
22
+ activesupport (= 8.0.2)
23
23
  nokogiri (>= 1.8.5)
24
24
  rack (>= 2.2.4)
25
25
  rack-session (>= 1.0.1)
@@ -27,19 +27,19 @@ GEM
27
27
  rails-dom-testing (~> 2.2)
28
28
  rails-html-sanitizer (~> 1.6)
29
29
  useragent (~> 0.16)
30
- actionview (8.0.1)
31
- activesupport (= 8.0.1)
30
+ actionview (8.0.2)
31
+ activesupport (= 8.0.2)
32
32
  builder (~> 3.1)
33
33
  erubi (~> 1.11)
34
34
  rails-dom-testing (~> 2.2)
35
35
  rails-html-sanitizer (~> 1.6)
36
- activemodel (8.0.1)
37
- activesupport (= 8.0.1)
38
- activerecord (8.0.1)
39
- activemodel (= 8.0.1)
40
- activesupport (= 8.0.1)
36
+ activemodel (8.0.2)
37
+ activesupport (= 8.0.2)
38
+ activerecord (8.0.2)
39
+ activemodel (= 8.0.2)
40
+ activesupport (= 8.0.2)
41
41
  timeout (>= 0.4.0)
42
- activesupport (8.0.1)
42
+ activesupport (8.0.2)
43
43
  base64
44
44
  benchmark (>= 0.3)
45
45
  bigdecimal
@@ -56,35 +56,38 @@ GEM
56
56
  bundler
57
57
  rake
58
58
  thor (>= 0.14.0)
59
- ast (2.4.2)
60
- base64 (0.2.0)
61
- benchmark (0.4.0)
62
- bigdecimal (3.1.9)
59
+ ast (2.4.3)
60
+ base64 (0.3.0)
61
+ benchmark (0.4.1)
62
+ bigdecimal (3.2.2)
63
63
  builder (3.3.0)
64
64
  byebug (11.1.3)
65
65
  cancancan (3.2.1)
66
+ cgi (0.5.0)
66
67
  coderay (1.1.3)
67
68
  combustion (1.5.0)
68
69
  activesupport (>= 3.0.0)
69
70
  railties (>= 3.0.0)
70
71
  thor (>= 0.14.6)
71
72
  concurrent-ruby (1.3.5)
72
- connection_pool (2.5.0)
73
+ connection_pool (2.5.3)
73
74
  crass (1.0.6)
74
- csv (3.3.2)
75
+ csv (3.3.5)
75
76
  date (3.4.1)
76
- diff-lcs (1.6.0)
77
- drb (2.2.1)
77
+ diff-lcs (1.6.2)
78
+ drb (2.2.3)
79
+ erb (4.0.4)
80
+ cgi (>= 0.3.3)
78
81
  erubi (1.13.1)
79
82
  i18n (1.14.7)
80
83
  concurrent-ruby (~> 1.0)
81
- io-console (0.8.0)
82
- irb (1.15.1)
84
+ io-console (0.8.1)
85
+ irb (1.15.2)
83
86
  pp (>= 0.6.0)
84
87
  rdoc (>= 4.0.0)
85
88
  reline (>= 0.4.2)
86
- json (2.10.1)
87
- language_server-protocol (3.17.0.4)
89
+ json (2.13.2)
90
+ language_server-protocol (3.17.0.5)
88
91
  license_finder (7.2.1)
89
92
  bundler
90
93
  csv (~> 3.2)
@@ -93,15 +96,16 @@ GEM
93
96
  tomlrb (>= 1.3, < 2.1)
94
97
  with_env (= 1.1.0)
95
98
  xml-simple (~> 1.1.9)
96
- logger (1.6.6)
97
- loofah (2.24.0)
99
+ lint_roller (1.1.0)
100
+ logger (1.7.0)
101
+ loofah (2.24.1)
98
102
  crass (~> 1.0.2)
99
103
  nokogiri (>= 1.12.0)
100
104
  method_source (1.1.0)
101
- mini_portile2 (2.8.8)
102
- minitest (5.25.4)
105
+ mini_portile2 (2.8.9)
106
+ minitest (5.25.5)
103
107
  mutex_m (0.3.0)
104
- net-imap (0.4.19)
108
+ net-imap (0.4.22)
105
109
  date
106
110
  net-protocol
107
111
  net-protocol (0.2.2)
@@ -113,64 +117,66 @@ GEM
113
117
  racc (~> 1.4)
114
118
  nokogiri (1.17.2-x86_64-linux)
115
119
  racc (~> 1.4)
116
- parallel (1.26.3)
117
- parser (3.3.7.1)
120
+ parallel (1.27.0)
121
+ parser (3.3.9.0)
118
122
  ast (~> 2.4.1)
119
123
  racc
120
124
  pp (0.6.2)
121
125
  prettyprint
122
126
  prettyprint (0.2.0)
127
+ prism (1.4.0)
123
128
  pry (0.14.2)
124
129
  coderay (~> 1.1)
125
130
  method_source (~> 1.0)
126
131
  pry-byebug (3.10.1)
127
132
  byebug (~> 11.0)
128
133
  pry (>= 0.13, < 0.15)
129
- psych (5.2.3)
134
+ psych (5.2.6)
130
135
  date
131
136
  stringio
132
137
  racc (1.8.1)
133
- rack (3.1.10)
134
- rack-session (2.1.0)
138
+ rack (3.2.0)
139
+ rack-session (2.1.1)
135
140
  base64 (>= 0.1.0)
136
141
  rack (>= 3.0.0)
137
142
  rack-test (2.2.0)
138
143
  rack (>= 1.3)
139
144
  rackup (2.2.1)
140
145
  rack (>= 3)
141
- rails-dom-testing (2.2.0)
146
+ rails-dom-testing (2.3.0)
142
147
  activesupport (>= 5.0.0)
143
148
  minitest
144
149
  nokogiri (>= 1.6)
145
150
  rails-html-sanitizer (1.6.2)
146
151
  loofah (~> 2.21)
147
152
  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)
148
- railties (8.0.1)
149
- actionpack (= 8.0.1)
150
- activesupport (= 8.0.1)
153
+ railties (8.0.2)
154
+ actionpack (= 8.0.2)
155
+ activesupport (= 8.0.2)
151
156
  irb (~> 1.13)
152
157
  rackup (>= 1.0.0)
153
158
  rake (>= 12.2)
154
159
  thor (~> 1.0, >= 1.2.2)
155
160
  zeitwerk (~> 2.6)
156
161
  rainbow (3.1.1)
157
- rake (13.2.1)
158
- rdoc (6.12.0)
162
+ rake (13.3.0)
163
+ rdoc (6.14.2)
164
+ erb
159
165
  psych (>= 4.0.0)
160
- regexp_parser (2.10.0)
161
- reline (0.6.0)
166
+ regexp_parser (2.11.0)
167
+ reline (0.6.2)
162
168
  io-console (~> 0.5)
163
169
  rexml (3.4.1)
164
- rspec (3.13.0)
170
+ rspec (3.13.1)
165
171
  rspec-core (~> 3.13.0)
166
172
  rspec-expectations (~> 3.13.0)
167
173
  rspec-mocks (~> 3.13.0)
168
- rspec-core (3.13.3)
174
+ rspec-core (3.13.5)
169
175
  rspec-support (~> 3.13.0)
170
- rspec-expectations (3.13.3)
176
+ rspec-expectations (3.13.5)
171
177
  diff-lcs (>= 1.2.0, < 2.0)
172
178
  rspec-support (~> 3.13.0)
173
- rspec-mocks (3.13.2)
179
+ rspec-mocks (3.13.5)
174
180
  diff-lcs (>= 1.2.0, < 2.0)
175
181
  rspec-support (~> 3.13.0)
176
182
  rspec-rails (6.1.5)
@@ -181,46 +187,54 @@ GEM
181
187
  rspec-expectations (~> 3.13)
182
188
  rspec-mocks (~> 3.13)
183
189
  rspec-support (~> 3.13)
184
- rspec-support (3.13.2)
185
- rubocop (1.66.1)
190
+ rspec-support (3.13.4)
191
+ rubocop (1.74.0)
186
192
  json (~> 2.3)
187
- language_server-protocol (>= 3.17.0)
193
+ language_server-protocol (~> 3.17.0.2)
194
+ lint_roller (~> 1.1.0)
188
195
  parallel (~> 1.10)
189
196
  parser (>= 3.3.0.2)
190
197
  rainbow (>= 2.2.2, < 4.0)
191
- regexp_parser (>= 2.4, < 3.0)
192
- rubocop-ast (>= 1.32.2, < 2.0)
198
+ regexp_parser (>= 2.9.3, < 3.0)
199
+ rubocop-ast (>= 1.38.0, < 2.0)
193
200
  ruby-progressbar (~> 1.7)
194
- unicode-display_width (>= 2.4.0, < 3.0)
195
- rubocop-ast (1.38.0)
196
- parser (>= 3.3.1.0)
197
- rubocop-performance (1.23.1)
198
- rubocop (>= 1.48.1, < 2.0)
199
- rubocop-ast (>= 1.31.1, < 2.0)
200
- rubocop-rails (2.29.1)
201
+ unicode-display_width (>= 2.4.0, < 4.0)
202
+ rubocop-ast (1.46.0)
203
+ parser (>= 3.3.7.2)
204
+ prism (~> 1.4)
205
+ rubocop-performance (1.24.0)
206
+ lint_roller (~> 1.1)
207
+ rubocop (>= 1.72.1, < 2.0)
208
+ rubocop-ast (>= 1.38.0, < 2.0)
209
+ rubocop-rails (2.30.3)
201
210
  activesupport (>= 4.2.0)
211
+ lint_roller (~> 1.1)
202
212
  rack (>= 1.1)
203
- rubocop (>= 1.52.0, < 2.0)
204
- rubocop-ast (>= 1.31.1, < 2.0)
205
- rubocop-rake (0.6.0)
206
- rubocop (~> 1.0)
207
- rubocop-rspec (3.4.0)
208
- rubocop (~> 1.61)
213
+ rubocop (>= 1.72.1, < 2.0)
214
+ rubocop-ast (>= 1.38.0, < 2.0)
215
+ rubocop-rake (0.7.1)
216
+ lint_roller (~> 1.1)
217
+ rubocop (>= 1.72.1)
218
+ rubocop-rspec (3.6.0)
219
+ lint_roller (~> 1.1)
220
+ rubocop (~> 1.72, >= 1.72.1)
209
221
  ruby-progressbar (1.13.0)
210
222
  rubyzip (2.4.1)
211
- securerandom (0.4.1)
223
+ securerandom (0.3.2)
212
224
  sqlite3 (1.7.3)
213
225
  mini_portile2 (~> 2.8.0)
214
226
  sqlite3 (1.7.3-arm64-darwin)
215
227
  sqlite3 (1.7.3-x86_64-linux)
216
- stringio (3.1.3)
217
- thor (1.3.2)
228
+ stringio (3.1.7)
229
+ thor (1.4.0)
218
230
  timeout (0.4.3)
219
231
  tomlrb (2.0.3)
220
232
  tzinfo (2.0.6)
221
233
  concurrent-ruby (~> 1.0)
222
- unicode-display_width (2.6.0)
223
- uri (1.0.2)
234
+ unicode-display_width (3.1.4)
235
+ unicode-emoji (~> 4.0, >= 4.0.4)
236
+ unicode-emoji (4.0.4)
237
+ uri (1.0.3)
224
238
  useragent (0.16.11)
225
239
  with_env (1.1.0)
226
240
  xml-simple (1.1.9)
@@ -241,6 +255,7 @@ DEPENDENCIES
241
255
  bundler (~> 2.1)
242
256
  combustion (~> 1.3)
243
257
  consent!
258
+ erb (< 5.0)
244
259
  license_finder (>= 7.0)
245
260
  logger
246
261
  mutex_m
@@ -252,6 +267,7 @@ DEPENDENCIES
252
267
  rspec (~> 3.0)
253
268
  rspec-rails (~> 6.1.5)
254
269
  rubocop-powerhome!
270
+ securerandom (< 0.4)
255
271
  sqlite3 (~> 1.7.3)
256
272
  zeitwerk (< 2.7.0)
257
273
 
@@ -14,7 +14,7 @@ module Consent
14
14
  after_save { ::Consent::History.record(:grant, self) }
15
15
  after_destroy { ::Consent::History.record(:revoke, self) }
16
16
 
17
- scope :to, ->(subject:, action: nil, view: nil) do
17
+ def self.to(subject:, action: nil, view: nil)
18
18
  where({ subject: subject, action: action, view: view }.compact)
19
19
  end
20
20
 
data/docs/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [2.2.0] - 2025-08-08
4
+
5
+ - Add support to Ruby 3.3 and Rails 6.1 [#356](https://github.com/powerhome/power-tools/pull/356)
6
+
3
7
  ## [2.1.0] - 2025-02-19
4
8
 
5
9
  - Add support to rails 7.1+ [#308](https://github.com/powerhome/power-tools/pull/308)
@@ -4,11 +4,13 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "base64"
6
6
  gem "bigdecimal"
7
+ gem "erb", "< 5.0"
7
8
  gem "logger"
8
9
  gem "mutex_m"
9
10
  gem "net-imap", "< 0.5.0"
10
11
  gem "nokogiri", "< 1.18"
11
12
  gem "rubocop-powerhome", path: "../../rubocop-powerhome"
13
+ gem "securerandom", "< 0.4"
12
14
  gem "zeitwerk", "< 2.7.0"
13
15
  gem "rails", "6.1.7.7"
14
16
 
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../../rubocop-powerhome
3
3
  specs:
4
- rubocop-powerhome (0.5.3)
5
- rubocop (= 1.66.1)
4
+ rubocop-powerhome (0.5.5)
5
+ rubocop (= 1.74.0)
6
6
  rubocop-performance
7
7
  rubocop-rails
8
8
  rubocop-rake
@@ -11,7 +11,7 @@ PATH
11
11
  PATH
12
12
  remote: ..
13
13
  specs:
14
- consent (2.1.0)
14
+ consent (2.2.0)
15
15
  cancancan (= 3.2.1)
16
16
 
17
17
  GEM
@@ -80,12 +80,13 @@ GEM
80
80
  bundler
81
81
  rake
82
82
  thor (>= 0.14.0)
83
- ast (2.4.2)
84
- base64 (0.2.0)
85
- bigdecimal (3.1.9)
83
+ ast (2.4.3)
84
+ base64 (0.3.0)
85
+ bigdecimal (3.2.2)
86
86
  builder (3.3.0)
87
87
  byebug (11.1.3)
88
88
  cancancan (3.2.1)
89
+ cgi (0.5.0)
89
90
  coderay (1.1.3)
90
91
  combustion (1.5.0)
91
92
  activesupport (>= 3.0.0)
@@ -93,16 +94,18 @@ GEM
93
94
  thor (>= 0.14.6)
94
95
  concurrent-ruby (1.3.5)
95
96
  crass (1.0.6)
96
- csv (3.3.2)
97
+ csv (3.3.5)
97
98
  date (3.4.1)
98
- diff-lcs (1.6.0)
99
+ diff-lcs (1.6.2)
100
+ erb (4.0.4)
101
+ cgi (>= 0.3.3)
99
102
  erubi (1.13.1)
100
103
  globalid (1.2.1)
101
104
  activesupport (>= 6.1)
102
105
  i18n (1.14.7)
103
106
  concurrent-ruby (~> 1.0)
104
- json (2.10.1)
105
- language_server-protocol (3.17.0.4)
107
+ json (2.13.2)
108
+ language_server-protocol (3.17.0.5)
106
109
  license_finder (7.2.1)
107
110
  bundler
108
111
  csv (~> 3.2)
@@ -111,8 +114,9 @@ GEM
111
114
  tomlrb (>= 1.3, < 2.1)
112
115
  with_env (= 1.1.0)
113
116
  xml-simple (~> 1.1.9)
114
- logger (1.6.6)
115
- loofah (2.24.0)
117
+ lint_roller (1.1.0)
118
+ logger (1.7.0)
119
+ loofah (2.24.1)
116
120
  crass (~> 1.0.2)
117
121
  nokogiri (>= 1.12.0)
118
122
  mail (2.8.1)
@@ -123,9 +127,9 @@ GEM
123
127
  marcel (1.0.4)
124
128
  method_source (1.1.0)
125
129
  mini_mime (1.1.5)
126
- minitest (5.25.4)
130
+ minitest (5.25.5)
127
131
  mutex_m (0.3.0)
128
- net-imap (0.4.19)
132
+ net-imap (0.4.22)
129
133
  date
130
134
  net-protocol
131
135
  net-pop (0.1.2)
@@ -139,10 +143,11 @@ GEM
139
143
  racc (~> 1.4)
140
144
  nokogiri (1.17.2-x86_64-linux)
141
145
  racc (~> 1.4)
142
- parallel (1.26.3)
143
- parser (3.3.7.1)
146
+ parallel (1.27.0)
147
+ parser (3.3.9.0)
144
148
  ast (~> 2.4.1)
145
149
  racc
150
+ prism (1.4.0)
146
151
  pry (0.14.2)
147
152
  coderay (~> 1.1)
148
153
  method_source (~> 1.0)
@@ -150,7 +155,7 @@ GEM
150
155
  byebug (~> 11.0)
151
156
  pry (>= 0.13, < 0.15)
152
157
  racc (1.8.1)
153
- rack (2.2.11)
158
+ rack (2.2.17)
154
159
  rack-test (2.2.0)
155
160
  rack (>= 1.3)
156
161
  rails (6.1.7.7)
@@ -168,7 +173,7 @@ GEM
168
173
  bundler (>= 1.15.0)
169
174
  railties (= 6.1.7.7)
170
175
  sprockets-rails (>= 2.0.0)
171
- rails-dom-testing (2.2.0)
176
+ rails-dom-testing (2.3.0)
172
177
  activesupport (>= 5.0.0)
173
178
  minitest
174
179
  nokogiri (>= 1.6)
@@ -182,19 +187,19 @@ GEM
182
187
  rake (>= 12.2)
183
188
  thor (~> 1.0)
184
189
  rainbow (3.1.1)
185
- rake (13.2.1)
186
- regexp_parser (2.10.0)
190
+ rake (13.3.0)
191
+ regexp_parser (2.11.0)
187
192
  rexml (3.4.1)
188
- rspec (3.13.0)
193
+ rspec (3.13.1)
189
194
  rspec-core (~> 3.13.0)
190
195
  rspec-expectations (~> 3.13.0)
191
196
  rspec-mocks (~> 3.13.0)
192
- rspec-core (3.13.3)
197
+ rspec-core (3.13.5)
193
198
  rspec-support (~> 3.13.0)
194
- rspec-expectations (3.13.3)
199
+ rspec-expectations (3.13.5)
195
200
  diff-lcs (>= 1.2.0, < 2.0)
196
201
  rspec-support (~> 3.13.0)
197
- rspec-mocks (3.13.2)
202
+ rspec-mocks (3.13.5)
198
203
  diff-lcs (>= 1.2.0, < 2.0)
199
204
  rspec-support (~> 3.13.0)
200
205
  rspec-rails (6.1.5)
@@ -205,35 +210,43 @@ GEM
205
210
  rspec-expectations (~> 3.13)
206
211
  rspec-mocks (~> 3.13)
207
212
  rspec-support (~> 3.13)
208
- rspec-support (3.13.2)
209
- rubocop (1.66.1)
213
+ rspec-support (3.13.4)
214
+ rubocop (1.74.0)
210
215
  json (~> 2.3)
211
- language_server-protocol (>= 3.17.0)
216
+ language_server-protocol (~> 3.17.0.2)
217
+ lint_roller (~> 1.1.0)
212
218
  parallel (~> 1.10)
213
219
  parser (>= 3.3.0.2)
214
220
  rainbow (>= 2.2.2, < 4.0)
215
- regexp_parser (>= 2.4, < 3.0)
216
- rubocop-ast (>= 1.32.2, < 2.0)
221
+ regexp_parser (>= 2.9.3, < 3.0)
222
+ rubocop-ast (>= 1.38.0, < 2.0)
217
223
  ruby-progressbar (~> 1.7)
218
- unicode-display_width (>= 2.4.0, < 3.0)
219
- rubocop-ast (1.38.0)
220
- parser (>= 3.3.1.0)
221
- rubocop-performance (1.23.1)
222
- rubocop (>= 1.48.1, < 2.0)
223
- rubocop-ast (>= 1.31.1, < 2.0)
224
- rubocop-rails (2.29.1)
224
+ unicode-display_width (>= 2.4.0, < 4.0)
225
+ rubocop-ast (1.46.0)
226
+ parser (>= 3.3.7.2)
227
+ prism (~> 1.4)
228
+ rubocop-performance (1.24.0)
229
+ lint_roller (~> 1.1)
230
+ rubocop (>= 1.72.1, < 2.0)
231
+ rubocop-ast (>= 1.38.0, < 2.0)
232
+ rubocop-rails (2.30.3)
225
233
  activesupport (>= 4.2.0)
234
+ lint_roller (~> 1.1)
226
235
  rack (>= 1.1)
227
- rubocop (>= 1.52.0, < 2.0)
228
- rubocop-ast (>= 1.31.1, < 2.0)
229
- rubocop-rake (0.6.0)
230
- rubocop (~> 1.0)
231
- rubocop-rspec (3.4.0)
232
- rubocop (~> 1.61)
236
+ rubocop (>= 1.72.1, < 2.0)
237
+ rubocop-ast (>= 1.38.0, < 2.0)
238
+ rubocop-rake (0.7.1)
239
+ lint_roller (~> 1.1)
240
+ rubocop (>= 1.72.1)
241
+ rubocop-rspec (3.6.0)
242
+ lint_roller (~> 1.1)
243
+ rubocop (~> 1.72, >= 1.72.1)
233
244
  ruby-progressbar (1.13.0)
234
245
  rubyzip (2.4.1)
235
- sprockets (4.2.1)
246
+ securerandom (0.3.2)
247
+ sprockets (4.2.2)
236
248
  concurrent-ruby (~> 1.0)
249
+ logger
237
250
  rack (>= 2.2.4, < 4)
238
251
  sprockets-rails (3.5.2)
239
252
  actionpack (>= 6.1)
@@ -241,13 +254,15 @@ GEM
241
254
  sprockets (>= 3.0.0)
242
255
  sqlite3 (1.7.3-arm64-darwin)
243
256
  sqlite3 (1.7.3-x86_64-linux)
244
- thor (1.3.2)
257
+ thor (1.4.0)
245
258
  timeout (0.4.3)
246
259
  tomlrb (2.0.3)
247
260
  tzinfo (2.0.6)
248
261
  concurrent-ruby (~> 1.0)
249
- unicode-display_width (2.6.0)
250
- websocket-driver (0.7.7)
262
+ unicode-display_width (3.1.4)
263
+ unicode-emoji (~> 4.0, >= 4.0.4)
264
+ unicode-emoji (4.0.4)
265
+ websocket-driver (0.8.0)
251
266
  base64
252
267
  websocket-extensions (>= 0.1.0)
253
268
  websocket-extensions (0.1.5)
@@ -268,6 +283,7 @@ DEPENDENCIES
268
283
  bundler (~> 2.1)
269
284
  combustion (~> 1.3)
270
285
  consent!
286
+ erb (< 5.0)
271
287
  license_finder (>= 7.0)
272
288
  logger
273
289
  mutex_m
@@ -280,6 +296,7 @@ DEPENDENCIES
280
296
  rspec (~> 3.0)
281
297
  rspec-rails (~> 6.1.5)
282
298
  rubocop-powerhome!
299
+ securerandom (< 0.4)
283
300
  sqlite3 (~> 1.7.3)
284
301
  zeitwerk (< 2.7.0)
285
302
 
@@ -4,11 +4,13 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "base64"
6
6
  gem "bigdecimal"
7
+ gem "erb", "< 5.0"
7
8
  gem "logger"
8
9
  gem "mutex_m"
9
10
  gem "net-imap", "< 0.5.0"
10
11
  gem "nokogiri", "< 1.18"
11
12
  gem "rubocop-powerhome", path: "../../rubocop-powerhome"
13
+ gem "securerandom", "< 0.4"
12
14
  gem "zeitwerk", "< 2.7.0"
13
15
  gem "rails", "7.0.8.7"
14
16