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 +4 -4
- data/Appraisals +4 -0
- data/Gemfile +2 -0
- data/Gemfile.lock +87 -71
- data/app/models/consent/permission.rb +1 -1
- data/docs/CHANGELOG.md +4 -0
- data/gemfiles/rails_6_1.gemfile +2 -0
- data/gemfiles/rails_6_1.gemfile.lock +63 -46
- data/gemfiles/rails_7_0.gemfile +2 -0
- data/gemfiles/rails_7_0.gemfile.lock +61 -45
- data/gemfiles/rails_7_1.gemfile +2 -0
- data/gemfiles/rails_7_1.gemfile.lock +71 -54
- data/gemfiles/rails_7_2.gemfile +17 -0
- data/gemfiles/rails_7_2.gemfile.lock +351 -0
- data/lib/consent/version.rb +1 -1
- metadata +5 -3
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../../rubocop-powerhome
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (= 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.
|
14
|
+
consent (2.2.0)
|
15
15
|
cancancan (= 3.2.1)
|
16
16
|
|
17
17
|
GEM
|
@@ -86,12 +86,13 @@ GEM
|
|
86
86
|
bundler
|
87
87
|
rake
|
88
88
|
thor (>= 0.14.0)
|
89
|
-
ast (2.4.
|
90
|
-
base64 (0.
|
91
|
-
bigdecimal (3.
|
89
|
+
ast (2.4.3)
|
90
|
+
base64 (0.3.0)
|
91
|
+
bigdecimal (3.2.2)
|
92
92
|
builder (3.3.0)
|
93
93
|
byebug (11.1.3)
|
94
94
|
cancancan (3.2.1)
|
95
|
+
cgi (0.5.0)
|
95
96
|
coderay (1.1.3)
|
96
97
|
combustion (1.5.0)
|
97
98
|
activesupport (>= 3.0.0)
|
@@ -99,16 +100,18 @@ GEM
|
|
99
100
|
thor (>= 0.14.6)
|
100
101
|
concurrent-ruby (1.3.5)
|
101
102
|
crass (1.0.6)
|
102
|
-
csv (3.3.
|
103
|
+
csv (3.3.5)
|
103
104
|
date (3.4.1)
|
104
|
-
diff-lcs (1.6.
|
105
|
+
diff-lcs (1.6.2)
|
106
|
+
erb (4.0.4)
|
107
|
+
cgi (>= 0.3.3)
|
105
108
|
erubi (1.13.1)
|
106
109
|
globalid (1.2.1)
|
107
110
|
activesupport (>= 6.1)
|
108
111
|
i18n (1.14.7)
|
109
112
|
concurrent-ruby (~> 1.0)
|
110
|
-
json (2.
|
111
|
-
language_server-protocol (3.17.0.
|
113
|
+
json (2.13.2)
|
114
|
+
language_server-protocol (3.17.0.5)
|
112
115
|
license_finder (7.2.1)
|
113
116
|
bundler
|
114
117
|
csv (~> 3.2)
|
@@ -117,8 +120,9 @@ GEM
|
|
117
120
|
tomlrb (>= 1.3, < 2.1)
|
118
121
|
with_env (= 1.1.0)
|
119
122
|
xml-simple (~> 1.1.9)
|
120
|
-
|
121
|
-
|
123
|
+
lint_roller (1.1.0)
|
124
|
+
logger (1.7.0)
|
125
|
+
loofah (2.24.1)
|
122
126
|
crass (~> 1.0.2)
|
123
127
|
nokogiri (>= 1.12.0)
|
124
128
|
mail (2.8.1)
|
@@ -129,9 +133,9 @@ GEM
|
|
129
133
|
marcel (1.0.4)
|
130
134
|
method_source (1.1.0)
|
131
135
|
mini_mime (1.1.5)
|
132
|
-
minitest (5.25.
|
136
|
+
minitest (5.25.5)
|
133
137
|
mutex_m (0.3.0)
|
134
|
-
net-imap (0.4.
|
138
|
+
net-imap (0.4.22)
|
135
139
|
date
|
136
140
|
net-protocol
|
137
141
|
net-pop (0.1.2)
|
@@ -145,10 +149,11 @@ GEM
|
|
145
149
|
racc (~> 1.4)
|
146
150
|
nokogiri (1.17.2-x86_64-linux)
|
147
151
|
racc (~> 1.4)
|
148
|
-
parallel (1.
|
149
|
-
parser (3.3.
|
152
|
+
parallel (1.27.0)
|
153
|
+
parser (3.3.9.0)
|
150
154
|
ast (~> 2.4.1)
|
151
155
|
racc
|
156
|
+
prism (1.4.0)
|
152
157
|
pry (0.14.2)
|
153
158
|
coderay (~> 1.1)
|
154
159
|
method_source (~> 1.0)
|
@@ -156,7 +161,7 @@ GEM
|
|
156
161
|
byebug (~> 11.0)
|
157
162
|
pry (>= 0.13, < 0.15)
|
158
163
|
racc (1.8.1)
|
159
|
-
rack (2.2.
|
164
|
+
rack (2.2.17)
|
160
165
|
rack-test (2.2.0)
|
161
166
|
rack (>= 1.3)
|
162
167
|
rails (7.0.8.7)
|
@@ -173,7 +178,7 @@ GEM
|
|
173
178
|
activesupport (= 7.0.8.7)
|
174
179
|
bundler (>= 1.15.0)
|
175
180
|
railties (= 7.0.8.7)
|
176
|
-
rails-dom-testing (2.
|
181
|
+
rails-dom-testing (2.3.0)
|
177
182
|
activesupport (>= 5.0.0)
|
178
183
|
minitest
|
179
184
|
nokogiri (>= 1.6)
|
@@ -188,19 +193,19 @@ GEM
|
|
188
193
|
thor (~> 1.0)
|
189
194
|
zeitwerk (~> 2.5)
|
190
195
|
rainbow (3.1.1)
|
191
|
-
rake (13.
|
192
|
-
regexp_parser (2.
|
196
|
+
rake (13.3.0)
|
197
|
+
regexp_parser (2.11.0)
|
193
198
|
rexml (3.4.1)
|
194
|
-
rspec (3.13.
|
199
|
+
rspec (3.13.1)
|
195
200
|
rspec-core (~> 3.13.0)
|
196
201
|
rspec-expectations (~> 3.13.0)
|
197
202
|
rspec-mocks (~> 3.13.0)
|
198
|
-
rspec-core (3.13.
|
203
|
+
rspec-core (3.13.5)
|
199
204
|
rspec-support (~> 3.13.0)
|
200
|
-
rspec-expectations (3.13.
|
205
|
+
rspec-expectations (3.13.5)
|
201
206
|
diff-lcs (>= 1.2.0, < 2.0)
|
202
207
|
rspec-support (~> 3.13.0)
|
203
|
-
rspec-mocks (3.13.
|
208
|
+
rspec-mocks (3.13.5)
|
204
209
|
diff-lcs (>= 1.2.0, < 2.0)
|
205
210
|
rspec-support (~> 3.13.0)
|
206
211
|
rspec-rails (6.1.5)
|
@@ -211,42 +216,51 @@ GEM
|
|
211
216
|
rspec-expectations (~> 3.13)
|
212
217
|
rspec-mocks (~> 3.13)
|
213
218
|
rspec-support (~> 3.13)
|
214
|
-
rspec-support (3.13.
|
215
|
-
rubocop (1.
|
219
|
+
rspec-support (3.13.4)
|
220
|
+
rubocop (1.74.0)
|
216
221
|
json (~> 2.3)
|
217
|
-
language_server-protocol (
|
222
|
+
language_server-protocol (~> 3.17.0.2)
|
223
|
+
lint_roller (~> 1.1.0)
|
218
224
|
parallel (~> 1.10)
|
219
225
|
parser (>= 3.3.0.2)
|
220
226
|
rainbow (>= 2.2.2, < 4.0)
|
221
|
-
regexp_parser (>= 2.
|
222
|
-
rubocop-ast (>= 1.
|
227
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
228
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
223
229
|
ruby-progressbar (~> 1.7)
|
224
|
-
unicode-display_width (>= 2.4.0, <
|
225
|
-
rubocop-ast (1.
|
226
|
-
parser (>= 3.3.
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
230
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
231
|
+
rubocop-ast (1.46.0)
|
232
|
+
parser (>= 3.3.7.2)
|
233
|
+
prism (~> 1.4)
|
234
|
+
rubocop-performance (1.24.0)
|
235
|
+
lint_roller (~> 1.1)
|
236
|
+
rubocop (>= 1.72.1, < 2.0)
|
237
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
238
|
+
rubocop-rails (2.30.3)
|
231
239
|
activesupport (>= 4.2.0)
|
240
|
+
lint_roller (~> 1.1)
|
232
241
|
rack (>= 1.1)
|
233
|
-
rubocop (>= 1.
|
234
|
-
rubocop-ast (>= 1.
|
235
|
-
rubocop-rake (0.
|
236
|
-
|
237
|
-
|
238
|
-
|
242
|
+
rubocop (>= 1.72.1, < 2.0)
|
243
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
244
|
+
rubocop-rake (0.7.1)
|
245
|
+
lint_roller (~> 1.1)
|
246
|
+
rubocop (>= 1.72.1)
|
247
|
+
rubocop-rspec (3.6.0)
|
248
|
+
lint_roller (~> 1.1)
|
249
|
+
rubocop (~> 1.72, >= 1.72.1)
|
239
250
|
ruby-progressbar (1.13.0)
|
240
251
|
rubyzip (2.4.1)
|
252
|
+
securerandom (0.3.2)
|
241
253
|
sqlite3 (1.7.3-arm64-darwin)
|
242
254
|
sqlite3 (1.7.3-x86_64-linux)
|
243
|
-
thor (1.
|
255
|
+
thor (1.4.0)
|
244
256
|
timeout (0.4.3)
|
245
257
|
tomlrb (2.0.3)
|
246
258
|
tzinfo (2.0.6)
|
247
259
|
concurrent-ruby (~> 1.0)
|
248
|
-
unicode-display_width (
|
249
|
-
|
260
|
+
unicode-display_width (3.1.4)
|
261
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
262
|
+
unicode-emoji (4.0.4)
|
263
|
+
websocket-driver (0.8.0)
|
250
264
|
base64
|
251
265
|
websocket-extensions (>= 0.1.0)
|
252
266
|
websocket-extensions (0.1.5)
|
@@ -267,6 +281,7 @@ DEPENDENCIES
|
|
267
281
|
bundler (~> 2.1)
|
268
282
|
combustion (~> 1.3)
|
269
283
|
consent!
|
284
|
+
erb (< 5.0)
|
270
285
|
license_finder (>= 7.0)
|
271
286
|
logger
|
272
287
|
mutex_m
|
@@ -279,6 +294,7 @@ DEPENDENCIES
|
|
279
294
|
rspec (~> 3.0)
|
280
295
|
rspec-rails (~> 6.1.5)
|
281
296
|
rubocop-powerhome!
|
297
|
+
securerandom (< 0.4)
|
282
298
|
sqlite3 (~> 1.7.3)
|
283
299
|
zeitwerk (< 2.7.0)
|
284
300
|
|
data/gemfiles/rails_7_1.gemfile
CHANGED
@@ -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.1.3.2"
|
14
16
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../../rubocop-powerhome
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (= 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.
|
14
|
+
consent (2.2.0)
|
15
15
|
cancancan (= 3.2.1)
|
16
16
|
|
17
17
|
GEM
|
@@ -95,36 +95,39 @@ GEM
|
|
95
95
|
bundler
|
96
96
|
rake
|
97
97
|
thor (>= 0.14.0)
|
98
|
-
ast (2.4.
|
99
|
-
base64 (0.
|
100
|
-
bigdecimal (3.
|
98
|
+
ast (2.4.3)
|
99
|
+
base64 (0.3.0)
|
100
|
+
bigdecimal (3.2.2)
|
101
101
|
builder (3.3.0)
|
102
102
|
byebug (11.1.3)
|
103
103
|
cancancan (3.2.1)
|
104
|
+
cgi (0.5.0)
|
104
105
|
coderay (1.1.3)
|
105
106
|
combustion (1.5.0)
|
106
107
|
activesupport (>= 3.0.0)
|
107
108
|
railties (>= 3.0.0)
|
108
109
|
thor (>= 0.14.6)
|
109
110
|
concurrent-ruby (1.3.5)
|
110
|
-
connection_pool (2.5.
|
111
|
+
connection_pool (2.5.3)
|
111
112
|
crass (1.0.6)
|
112
|
-
csv (3.3.
|
113
|
+
csv (3.3.5)
|
113
114
|
date (3.4.1)
|
114
|
-
diff-lcs (1.6.
|
115
|
-
drb (2.2.
|
115
|
+
diff-lcs (1.6.2)
|
116
|
+
drb (2.2.3)
|
117
|
+
erb (4.0.4)
|
118
|
+
cgi (>= 0.3.3)
|
116
119
|
erubi (1.13.1)
|
117
120
|
globalid (1.2.1)
|
118
121
|
activesupport (>= 6.1)
|
119
122
|
i18n (1.14.7)
|
120
123
|
concurrent-ruby (~> 1.0)
|
121
|
-
io-console (0.8.
|
122
|
-
irb (1.15.
|
124
|
+
io-console (0.8.1)
|
125
|
+
irb (1.15.2)
|
123
126
|
pp (>= 0.6.0)
|
124
127
|
rdoc (>= 4.0.0)
|
125
128
|
reline (>= 0.4.2)
|
126
|
-
json (2.
|
127
|
-
language_server-protocol (3.17.0.
|
129
|
+
json (2.13.2)
|
130
|
+
language_server-protocol (3.17.0.5)
|
128
131
|
license_finder (7.2.1)
|
129
132
|
bundler
|
130
133
|
csv (~> 3.2)
|
@@ -133,8 +136,9 @@ GEM
|
|
133
136
|
tomlrb (>= 1.3, < 2.1)
|
134
137
|
with_env (= 1.1.0)
|
135
138
|
xml-simple (~> 1.1.9)
|
136
|
-
|
137
|
-
|
139
|
+
lint_roller (1.1.0)
|
140
|
+
logger (1.7.0)
|
141
|
+
loofah (2.24.1)
|
138
142
|
crass (~> 1.0.2)
|
139
143
|
nokogiri (>= 1.12.0)
|
140
144
|
mail (2.8.1)
|
@@ -145,9 +149,9 @@ GEM
|
|
145
149
|
marcel (1.0.4)
|
146
150
|
method_source (1.1.0)
|
147
151
|
mini_mime (1.1.5)
|
148
|
-
minitest (5.25.
|
152
|
+
minitest (5.25.5)
|
149
153
|
mutex_m (0.3.0)
|
150
|
-
net-imap (0.4.
|
154
|
+
net-imap (0.4.22)
|
151
155
|
date
|
152
156
|
net-protocol
|
153
157
|
net-pop (0.1.2)
|
@@ -167,25 +171,26 @@ GEM
|
|
167
171
|
racc (~> 1.4)
|
168
172
|
nokogiri (1.17.2-x86_64-linux)
|
169
173
|
racc (~> 1.4)
|
170
|
-
parallel (1.
|
171
|
-
parser (3.3.
|
174
|
+
parallel (1.27.0)
|
175
|
+
parser (3.3.9.0)
|
172
176
|
ast (~> 2.4.1)
|
173
177
|
racc
|
174
178
|
pp (0.6.2)
|
175
179
|
prettyprint
|
176
180
|
prettyprint (0.2.0)
|
181
|
+
prism (1.4.0)
|
177
182
|
pry (0.14.2)
|
178
183
|
coderay (~> 1.1)
|
179
184
|
method_source (~> 1.0)
|
180
185
|
pry-byebug (3.10.1)
|
181
186
|
byebug (~> 11.0)
|
182
187
|
pry (>= 0.13, < 0.15)
|
183
|
-
psych (5.2.
|
188
|
+
psych (5.2.6)
|
184
189
|
date
|
185
190
|
stringio
|
186
191
|
racc (1.8.1)
|
187
|
-
rack (3.
|
188
|
-
rack-session (2.1.
|
192
|
+
rack (3.2.0)
|
193
|
+
rack-session (2.1.1)
|
189
194
|
base64 (>= 0.1.0)
|
190
195
|
rack (>= 3.0.0)
|
191
196
|
rack-test (2.2.0)
|
@@ -206,7 +211,7 @@ GEM
|
|
206
211
|
activesupport (= 7.1.3.2)
|
207
212
|
bundler (>= 1.15.0)
|
208
213
|
railties (= 7.1.3.2)
|
209
|
-
rails-dom-testing (2.
|
214
|
+
rails-dom-testing (2.3.0)
|
210
215
|
activesupport (>= 5.0.0)
|
211
216
|
minitest
|
212
217
|
nokogiri (>= 1.6)
|
@@ -222,23 +227,24 @@ GEM
|
|
222
227
|
thor (~> 1.0, >= 1.2.2)
|
223
228
|
zeitwerk (~> 2.6)
|
224
229
|
rainbow (3.1.1)
|
225
|
-
rake (13.
|
226
|
-
rdoc (6.
|
230
|
+
rake (13.3.0)
|
231
|
+
rdoc (6.14.2)
|
232
|
+
erb
|
227
233
|
psych (>= 4.0.0)
|
228
|
-
regexp_parser (2.
|
229
|
-
reline (0.6.
|
234
|
+
regexp_parser (2.11.0)
|
235
|
+
reline (0.6.2)
|
230
236
|
io-console (~> 0.5)
|
231
237
|
rexml (3.4.1)
|
232
|
-
rspec (3.13.
|
238
|
+
rspec (3.13.1)
|
233
239
|
rspec-core (~> 3.13.0)
|
234
240
|
rspec-expectations (~> 3.13.0)
|
235
241
|
rspec-mocks (~> 3.13.0)
|
236
|
-
rspec-core (3.13.
|
242
|
+
rspec-core (3.13.5)
|
237
243
|
rspec-support (~> 3.13.0)
|
238
|
-
rspec-expectations (3.13.
|
244
|
+
rspec-expectations (3.13.5)
|
239
245
|
diff-lcs (>= 1.2.0, < 2.0)
|
240
246
|
rspec-support (~> 3.13.0)
|
241
|
-
rspec-mocks (3.13.
|
247
|
+
rspec-mocks (3.13.5)
|
242
248
|
diff-lcs (>= 1.2.0, < 2.0)
|
243
249
|
rspec-support (~> 3.13.0)
|
244
250
|
rspec-rails (6.1.5)
|
@@ -249,46 +255,55 @@ GEM
|
|
249
255
|
rspec-expectations (~> 3.13)
|
250
256
|
rspec-mocks (~> 3.13)
|
251
257
|
rspec-support (~> 3.13)
|
252
|
-
rspec-support (3.13.
|
253
|
-
rubocop (1.
|
258
|
+
rspec-support (3.13.4)
|
259
|
+
rubocop (1.74.0)
|
254
260
|
json (~> 2.3)
|
255
|
-
language_server-protocol (
|
261
|
+
language_server-protocol (~> 3.17.0.2)
|
262
|
+
lint_roller (~> 1.1.0)
|
256
263
|
parallel (~> 1.10)
|
257
264
|
parser (>= 3.3.0.2)
|
258
265
|
rainbow (>= 2.2.2, < 4.0)
|
259
|
-
regexp_parser (>= 2.
|
260
|
-
rubocop-ast (>= 1.
|
266
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
267
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
261
268
|
ruby-progressbar (~> 1.7)
|
262
|
-
unicode-display_width (>= 2.4.0, <
|
263
|
-
rubocop-ast (1.
|
264
|
-
parser (>= 3.3.
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
270
|
+
rubocop-ast (1.46.0)
|
271
|
+
parser (>= 3.3.7.2)
|
272
|
+
prism (~> 1.4)
|
273
|
+
rubocop-performance (1.24.0)
|
274
|
+
lint_roller (~> 1.1)
|
275
|
+
rubocop (>= 1.72.1, < 2.0)
|
276
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
277
|
+
rubocop-rails (2.30.3)
|
269
278
|
activesupport (>= 4.2.0)
|
279
|
+
lint_roller (~> 1.1)
|
270
280
|
rack (>= 1.1)
|
271
|
-
rubocop (>= 1.
|
272
|
-
rubocop-ast (>= 1.
|
273
|
-
rubocop-rake (0.
|
274
|
-
|
275
|
-
|
276
|
-
|
281
|
+
rubocop (>= 1.72.1, < 2.0)
|
282
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
283
|
+
rubocop-rake (0.7.1)
|
284
|
+
lint_roller (~> 1.1)
|
285
|
+
rubocop (>= 1.72.1)
|
286
|
+
rubocop-rspec (3.6.0)
|
287
|
+
lint_roller (~> 1.1)
|
288
|
+
rubocop (~> 1.72, >= 1.72.1)
|
277
289
|
ruby-progressbar (1.13.0)
|
278
290
|
rubyzip (2.4.1)
|
291
|
+
securerandom (0.3.2)
|
279
292
|
sqlite3 (1.7.3-aarch64-linux)
|
280
293
|
sqlite3 (1.7.3-arm-linux)
|
281
294
|
sqlite3 (1.7.3-arm64-darwin)
|
282
295
|
sqlite3 (1.7.3-x86_64-darwin)
|
283
296
|
sqlite3 (1.7.3-x86_64-linux)
|
284
|
-
stringio (3.1.
|
285
|
-
thor (1.
|
297
|
+
stringio (3.1.7)
|
298
|
+
thor (1.4.0)
|
286
299
|
timeout (0.4.3)
|
287
300
|
tomlrb (2.0.3)
|
288
301
|
tzinfo (2.0.6)
|
289
302
|
concurrent-ruby (~> 1.0)
|
290
|
-
unicode-display_width (
|
291
|
-
|
303
|
+
unicode-display_width (3.1.4)
|
304
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
305
|
+
unicode-emoji (4.0.4)
|
306
|
+
websocket-driver (0.8.0)
|
292
307
|
base64
|
293
308
|
websocket-extensions (>= 0.1.0)
|
294
309
|
websocket-extensions (0.1.5)
|
@@ -318,6 +333,7 @@ DEPENDENCIES
|
|
318
333
|
bundler (~> 2.1)
|
319
334
|
combustion (~> 1.3)
|
320
335
|
consent!
|
336
|
+
erb (< 5.0)
|
321
337
|
license_finder (>= 7.0)
|
322
338
|
logger
|
323
339
|
mutex_m
|
@@ -330,6 +346,7 @@ DEPENDENCIES
|
|
330
346
|
rspec (~> 3.0)
|
331
347
|
rspec-rails (~> 6.1.5)
|
332
348
|
rubocop-powerhome!
|
349
|
+
securerandom (< 0.4)
|
333
350
|
sqlite3 (~> 1.7.3)
|
334
351
|
zeitwerk (< 2.7.0)
|
335
352
|
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# This file was generated by Appraisal
|
2
|
+
|
3
|
+
source "https://rubygems.org"
|
4
|
+
|
5
|
+
gem "base64"
|
6
|
+
gem "bigdecimal"
|
7
|
+
gem "erb", "< 5.0"
|
8
|
+
gem "logger"
|
9
|
+
gem "mutex_m"
|
10
|
+
gem "net-imap", "< 0.5.0"
|
11
|
+
gem "nokogiri", "< 1.18"
|
12
|
+
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
13
|
+
gem "securerandom", "< 0.4"
|
14
|
+
gem "zeitwerk", "< 2.7.0"
|
15
|
+
gem "rails", "7.2.2.1"
|
16
|
+
|
17
|
+
gemspec path: "../"
|