consent 2.2.0 → 2.4.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/.rubocop.yml +0 -8
- data/Gemfile +8 -6
- data/Gemfile.lock +18 -16
- data/app/models/consent/history.rb +5 -1
- data/docs/CHANGELOG.md +14 -0
- data/docs/README.md +19 -0
- data/gemfiles/rails_6_1.gemfile +11 -7
- data/gemfiles/rails_6_1.gemfile.lock +52 -48
- data/gemfiles/rails_7_0.gemfile +11 -7
- data/gemfiles/rails_7_0.gemfile.lock +52 -48
- data/gemfiles/rails_7_1.gemfile +11 -7
- data/gemfiles/rails_7_1.gemfile.lock +62 -57
- data/gemfiles/rails_7_2.gemfile +11 -7
- data/gemfiles/rails_7_2.gemfile.lock +63 -58
- data/lib/consent/version.rb +1 -1
- data/lib/consent.rb +20 -0
- metadata +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../../rubocop-powerhome
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-powerhome (0.
|
|
5
|
-
rubocop (= 1.
|
|
4
|
+
rubocop-powerhome (0.6.0)
|
|
5
|
+
rubocop (= 1.82.1)
|
|
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.4.0)
|
|
15
15
|
cancancan (= 3.2.1)
|
|
16
16
|
|
|
17
17
|
GEM
|
|
@@ -92,25 +92,26 @@ GEM
|
|
|
92
92
|
builder (3.3.0)
|
|
93
93
|
byebug (11.1.3)
|
|
94
94
|
cancancan (3.2.1)
|
|
95
|
-
cgi (0.5.
|
|
95
|
+
cgi (0.5.1)
|
|
96
96
|
coderay (1.1.3)
|
|
97
97
|
combustion (1.5.0)
|
|
98
98
|
activesupport (>= 3.0.0)
|
|
99
99
|
railties (>= 3.0.0)
|
|
100
100
|
thor (>= 0.14.6)
|
|
101
|
-
concurrent-ruby (1.3.
|
|
101
|
+
concurrent-ruby (1.3.6)
|
|
102
|
+
connection_pool (2.4.1)
|
|
102
103
|
crass (1.0.6)
|
|
103
104
|
csv (3.3.5)
|
|
104
|
-
date (3.
|
|
105
|
+
date (3.5.1)
|
|
105
106
|
diff-lcs (1.6.2)
|
|
106
107
|
erb (4.0.4)
|
|
107
108
|
cgi (>= 0.3.3)
|
|
108
109
|
erubi (1.13.1)
|
|
109
|
-
globalid (1.
|
|
110
|
+
globalid (1.3.0)
|
|
110
111
|
activesupport (>= 6.1)
|
|
111
|
-
i18n (1.14.
|
|
112
|
+
i18n (1.14.8)
|
|
112
113
|
concurrent-ruby (~> 1.0)
|
|
113
|
-
json (2.
|
|
114
|
+
json (2.18.1)
|
|
114
115
|
language_server-protocol (3.17.0.5)
|
|
115
116
|
license_finder (7.2.1)
|
|
116
117
|
bundler
|
|
@@ -122,20 +123,21 @@ GEM
|
|
|
122
123
|
xml-simple (~> 1.1.9)
|
|
123
124
|
lint_roller (1.1.0)
|
|
124
125
|
logger (1.7.0)
|
|
125
|
-
loofah (2.
|
|
126
|
+
loofah (2.25.0)
|
|
126
127
|
crass (~> 1.0.2)
|
|
127
128
|
nokogiri (>= 1.12.0)
|
|
128
|
-
mail (2.
|
|
129
|
+
mail (2.9.0)
|
|
130
|
+
logger
|
|
129
131
|
mini_mime (>= 0.1.1)
|
|
130
132
|
net-imap
|
|
131
133
|
net-pop
|
|
132
134
|
net-smtp
|
|
133
|
-
marcel (1.0
|
|
135
|
+
marcel (1.1.0)
|
|
134
136
|
method_source (1.1.0)
|
|
135
137
|
mini_mime (1.1.5)
|
|
136
138
|
minitest (5.25.5)
|
|
137
139
|
mutex_m (0.3.0)
|
|
138
|
-
net-imap (0.4.
|
|
140
|
+
net-imap (0.4.23)
|
|
139
141
|
date
|
|
140
142
|
net-protocol
|
|
141
143
|
net-pop (0.1.2)
|
|
@@ -144,16 +146,16 @@ GEM
|
|
|
144
146
|
timeout
|
|
145
147
|
net-smtp (0.5.1)
|
|
146
148
|
net-protocol
|
|
147
|
-
nio4r (2.7.
|
|
149
|
+
nio4r (2.7.5)
|
|
148
150
|
nokogiri (1.17.2-arm64-darwin)
|
|
149
151
|
racc (~> 1.4)
|
|
150
152
|
nokogiri (1.17.2-x86_64-linux)
|
|
151
153
|
racc (~> 1.4)
|
|
152
154
|
parallel (1.27.0)
|
|
153
|
-
parser (3.3.
|
|
155
|
+
parser (3.3.10.1)
|
|
154
156
|
ast (~> 2.4.1)
|
|
155
157
|
racc
|
|
156
|
-
prism (1.
|
|
158
|
+
prism (1.9.0)
|
|
157
159
|
pry (0.14.2)
|
|
158
160
|
coderay (~> 1.1)
|
|
159
161
|
method_source (~> 1.0)
|
|
@@ -161,7 +163,7 @@ GEM
|
|
|
161
163
|
byebug (~> 11.0)
|
|
162
164
|
pry (>= 0.13, < 0.15)
|
|
163
165
|
racc (1.8.1)
|
|
164
|
-
rack (2.2.
|
|
166
|
+
rack (2.2.21)
|
|
165
167
|
rack-test (2.2.0)
|
|
166
168
|
rack (>= 1.3)
|
|
167
169
|
rails (7.0.8.7)
|
|
@@ -193,19 +195,19 @@ GEM
|
|
|
193
195
|
thor (~> 1.0)
|
|
194
196
|
zeitwerk (~> 2.5)
|
|
195
197
|
rainbow (3.1.1)
|
|
196
|
-
rake (13.3.
|
|
197
|
-
regexp_parser (2.11.
|
|
198
|
-
rexml (3.4.
|
|
199
|
-
rspec (3.13.
|
|
198
|
+
rake (13.3.1)
|
|
199
|
+
regexp_parser (2.11.3)
|
|
200
|
+
rexml (3.4.4)
|
|
201
|
+
rspec (3.13.2)
|
|
200
202
|
rspec-core (~> 3.13.0)
|
|
201
203
|
rspec-expectations (~> 3.13.0)
|
|
202
204
|
rspec-mocks (~> 3.13.0)
|
|
203
|
-
rspec-core (3.13.
|
|
205
|
+
rspec-core (3.13.6)
|
|
204
206
|
rspec-support (~> 3.13.0)
|
|
205
207
|
rspec-expectations (3.13.5)
|
|
206
208
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
207
209
|
rspec-support (~> 3.13.0)
|
|
208
|
-
rspec-mocks (3.13.
|
|
210
|
+
rspec-mocks (3.13.7)
|
|
209
211
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
210
212
|
rspec-support (~> 3.13.0)
|
|
211
213
|
rspec-rails (6.1.5)
|
|
@@ -216,8 +218,8 @@ GEM
|
|
|
216
218
|
rspec-expectations (~> 3.13)
|
|
217
219
|
rspec-mocks (~> 3.13)
|
|
218
220
|
rspec-support (~> 3.13)
|
|
219
|
-
rspec-support (3.13.
|
|
220
|
-
rubocop (1.
|
|
221
|
+
rspec-support (3.13.7)
|
|
222
|
+
rubocop (1.82.1)
|
|
221
223
|
json (~> 2.3)
|
|
222
224
|
language_server-protocol (~> 3.17.0.2)
|
|
223
225
|
lint_roller (~> 1.1.0)
|
|
@@ -225,41 +227,41 @@ GEM
|
|
|
225
227
|
parser (>= 3.3.0.2)
|
|
226
228
|
rainbow (>= 2.2.2, < 4.0)
|
|
227
229
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
228
|
-
rubocop-ast (>= 1.
|
|
230
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
229
231
|
ruby-progressbar (~> 1.7)
|
|
230
232
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
231
|
-
rubocop-ast (1.
|
|
233
|
+
rubocop-ast (1.49.0)
|
|
232
234
|
parser (>= 3.3.7.2)
|
|
233
|
-
prism (~> 1.
|
|
234
|
-
rubocop-performance (1.
|
|
235
|
+
prism (~> 1.7)
|
|
236
|
+
rubocop-performance (1.26.1)
|
|
235
237
|
lint_roller (~> 1.1)
|
|
236
|
-
rubocop (>= 1.
|
|
237
|
-
rubocop-ast (>= 1.
|
|
238
|
-
rubocop-rails (2.
|
|
238
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
239
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
240
|
+
rubocop-rails (2.34.3)
|
|
239
241
|
activesupport (>= 4.2.0)
|
|
240
242
|
lint_roller (~> 1.1)
|
|
241
243
|
rack (>= 1.1)
|
|
242
|
-
rubocop (>= 1.
|
|
243
|
-
rubocop-ast (>= 1.
|
|
244
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
245
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
244
246
|
rubocop-rake (0.7.1)
|
|
245
247
|
lint_roller (~> 1.1)
|
|
246
248
|
rubocop (>= 1.72.1)
|
|
247
|
-
rubocop-rspec (3.
|
|
249
|
+
rubocop-rspec (3.9.0)
|
|
248
250
|
lint_roller (~> 1.1)
|
|
249
|
-
rubocop (~> 1.
|
|
251
|
+
rubocop (~> 1.81)
|
|
250
252
|
ruby-progressbar (1.13.0)
|
|
251
253
|
rubyzip (2.4.1)
|
|
252
254
|
securerandom (0.3.2)
|
|
253
255
|
sqlite3 (1.7.3-arm64-darwin)
|
|
254
256
|
sqlite3 (1.7.3-x86_64-linux)
|
|
255
|
-
thor (1.
|
|
256
|
-
timeout (0.
|
|
257
|
-
tomlrb (2.0.
|
|
257
|
+
thor (1.5.0)
|
|
258
|
+
timeout (0.6.0)
|
|
259
|
+
tomlrb (2.0.4)
|
|
258
260
|
tzinfo (2.0.6)
|
|
259
261
|
concurrent-ruby (~> 1.0)
|
|
260
|
-
unicode-display_width (3.
|
|
261
|
-
unicode-emoji (~> 4.
|
|
262
|
-
unicode-emoji (4.0
|
|
262
|
+
unicode-display_width (3.2.0)
|
|
263
|
+
unicode-emoji (~> 4.1)
|
|
264
|
+
unicode-emoji (4.2.0)
|
|
263
265
|
websocket-driver (0.8.0)
|
|
264
266
|
base64
|
|
265
267
|
websocket-extensions (>= 0.1.0)
|
|
@@ -276,17 +278,19 @@ PLATFORMS
|
|
|
276
278
|
DEPENDENCIES
|
|
277
279
|
activerecord (>= 5)
|
|
278
280
|
appraisal (~> 2.5.0)
|
|
279
|
-
base64
|
|
280
|
-
bigdecimal
|
|
281
|
+
base64 (~> 0.3.0)
|
|
282
|
+
bigdecimal (~> 3.2.0, < 3.2.3)
|
|
281
283
|
bundler (~> 2.1)
|
|
282
284
|
combustion (~> 1.3)
|
|
285
|
+
connection_pool (~> 2.4.1)
|
|
283
286
|
consent!
|
|
284
|
-
erb (
|
|
287
|
+
erb (~> 4.0.4)
|
|
285
288
|
license_finder (>= 7.0)
|
|
286
|
-
logger
|
|
287
|
-
|
|
289
|
+
logger (~> 1.7.0)
|
|
290
|
+
minitest (~> 5.25.5)
|
|
291
|
+
mutex_m (~> 0.3.0)
|
|
288
292
|
net-imap (< 0.5.0)
|
|
289
|
-
nokogiri (< 1.18)
|
|
293
|
+
nokogiri (~> 1.17.0, < 1.18)
|
|
290
294
|
pry (>= 0.14.2)
|
|
291
295
|
pry-byebug (= 3.10.1)
|
|
292
296
|
rails (= 7.0.8.7)
|
data/gemfiles/rails_7_1.gemfile
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# This file was generated by Appraisal
|
|
2
4
|
|
|
3
5
|
source "https://rubygems.org"
|
|
4
6
|
|
|
5
|
-
gem "base64"
|
|
6
|
-
gem "bigdecimal"
|
|
7
|
-
gem "
|
|
8
|
-
gem "
|
|
9
|
-
gem "
|
|
7
|
+
gem "base64", "~> 0.3.0"
|
|
8
|
+
gem "bigdecimal", "~> 3.2.0", "< 3.2.3"
|
|
9
|
+
gem "connection_pool", "~> 2.4.1"
|
|
10
|
+
gem "erb", "~> 4.0.4"
|
|
11
|
+
gem "logger", "~> 1.7.0"
|
|
12
|
+
gem "minitest", "~> 5.25.5"
|
|
13
|
+
gem "mutex_m", "~> 0.3.0"
|
|
10
14
|
gem "net-imap", "< 0.5.0"
|
|
11
|
-
gem "nokogiri", "< 1.18"
|
|
15
|
+
gem "nokogiri", "~> 1.17.0", "< 1.18"
|
|
16
|
+
gem "rails", "7.1.3.2"
|
|
12
17
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
|
13
18
|
gem "securerandom", "< 0.4"
|
|
14
19
|
gem "zeitwerk", "< 2.7.0"
|
|
15
|
-
gem "rails", "7.1.3.2"
|
|
16
20
|
|
|
17
21
|
gemspec path: "../"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../../rubocop-powerhome
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-powerhome (0.
|
|
5
|
-
rubocop (= 1.
|
|
4
|
+
rubocop-powerhome (0.6.0)
|
|
5
|
+
rubocop (= 1.82.1)
|
|
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.4.0)
|
|
15
15
|
cancancan (= 3.2.1)
|
|
16
16
|
|
|
17
17
|
GEM
|
|
@@ -101,32 +101,32 @@ GEM
|
|
|
101
101
|
builder (3.3.0)
|
|
102
102
|
byebug (11.1.3)
|
|
103
103
|
cancancan (3.2.1)
|
|
104
|
-
cgi (0.5.
|
|
104
|
+
cgi (0.5.1)
|
|
105
105
|
coderay (1.1.3)
|
|
106
106
|
combustion (1.5.0)
|
|
107
107
|
activesupport (>= 3.0.0)
|
|
108
108
|
railties (>= 3.0.0)
|
|
109
109
|
thor (>= 0.14.6)
|
|
110
|
-
concurrent-ruby (1.3.
|
|
111
|
-
connection_pool (2.
|
|
110
|
+
concurrent-ruby (1.3.6)
|
|
111
|
+
connection_pool (2.4.1)
|
|
112
112
|
crass (1.0.6)
|
|
113
113
|
csv (3.3.5)
|
|
114
|
-
date (3.
|
|
114
|
+
date (3.5.1)
|
|
115
115
|
diff-lcs (1.6.2)
|
|
116
116
|
drb (2.2.3)
|
|
117
117
|
erb (4.0.4)
|
|
118
118
|
cgi (>= 0.3.3)
|
|
119
119
|
erubi (1.13.1)
|
|
120
|
-
globalid (1.
|
|
120
|
+
globalid (1.3.0)
|
|
121
121
|
activesupport (>= 6.1)
|
|
122
|
-
i18n (1.14.
|
|
122
|
+
i18n (1.14.8)
|
|
123
123
|
concurrent-ruby (~> 1.0)
|
|
124
|
-
io-console (0.8.
|
|
125
|
-
irb (1.
|
|
124
|
+
io-console (0.8.2)
|
|
125
|
+
irb (1.16.0)
|
|
126
126
|
pp (>= 0.6.0)
|
|
127
127
|
rdoc (>= 4.0.0)
|
|
128
128
|
reline (>= 0.4.2)
|
|
129
|
-
json (2.
|
|
129
|
+
json (2.18.1)
|
|
130
130
|
language_server-protocol (3.17.0.5)
|
|
131
131
|
license_finder (7.2.1)
|
|
132
132
|
bundler
|
|
@@ -138,20 +138,21 @@ GEM
|
|
|
138
138
|
xml-simple (~> 1.1.9)
|
|
139
139
|
lint_roller (1.1.0)
|
|
140
140
|
logger (1.7.0)
|
|
141
|
-
loofah (2.
|
|
141
|
+
loofah (2.25.0)
|
|
142
142
|
crass (~> 1.0.2)
|
|
143
143
|
nokogiri (>= 1.12.0)
|
|
144
|
-
mail (2.
|
|
144
|
+
mail (2.9.0)
|
|
145
|
+
logger
|
|
145
146
|
mini_mime (>= 0.1.1)
|
|
146
147
|
net-imap
|
|
147
148
|
net-pop
|
|
148
149
|
net-smtp
|
|
149
|
-
marcel (1.0
|
|
150
|
+
marcel (1.1.0)
|
|
150
151
|
method_source (1.1.0)
|
|
151
152
|
mini_mime (1.1.5)
|
|
152
153
|
minitest (5.25.5)
|
|
153
154
|
mutex_m (0.3.0)
|
|
154
|
-
net-imap (0.4.
|
|
155
|
+
net-imap (0.4.23)
|
|
155
156
|
date
|
|
156
157
|
net-protocol
|
|
157
158
|
net-pop (0.1.2)
|
|
@@ -160,7 +161,7 @@ GEM
|
|
|
160
161
|
timeout
|
|
161
162
|
net-smtp (0.5.1)
|
|
162
163
|
net-protocol
|
|
163
|
-
nio4r (2.7.
|
|
164
|
+
nio4r (2.7.5)
|
|
164
165
|
nokogiri (1.17.2-aarch64-linux)
|
|
165
166
|
racc (~> 1.4)
|
|
166
167
|
nokogiri (1.17.2-arm-linux)
|
|
@@ -172,30 +173,30 @@ GEM
|
|
|
172
173
|
nokogiri (1.17.2-x86_64-linux)
|
|
173
174
|
racc (~> 1.4)
|
|
174
175
|
parallel (1.27.0)
|
|
175
|
-
parser (3.3.
|
|
176
|
+
parser (3.3.10.1)
|
|
176
177
|
ast (~> 2.4.1)
|
|
177
178
|
racc
|
|
178
|
-
pp (0.6.
|
|
179
|
+
pp (0.6.3)
|
|
179
180
|
prettyprint
|
|
180
181
|
prettyprint (0.2.0)
|
|
181
|
-
prism (1.
|
|
182
|
+
prism (1.9.0)
|
|
182
183
|
pry (0.14.2)
|
|
183
184
|
coderay (~> 1.1)
|
|
184
185
|
method_source (~> 1.0)
|
|
185
186
|
pry-byebug (3.10.1)
|
|
186
187
|
byebug (~> 11.0)
|
|
187
188
|
pry (>= 0.13, < 0.15)
|
|
188
|
-
psych (5.
|
|
189
|
+
psych (5.3.1)
|
|
189
190
|
date
|
|
190
191
|
stringio
|
|
191
192
|
racc (1.8.1)
|
|
192
|
-
rack (3.2.
|
|
193
|
+
rack (3.2.4)
|
|
193
194
|
rack-session (2.1.1)
|
|
194
195
|
base64 (>= 0.1.0)
|
|
195
196
|
rack (>= 3.0.0)
|
|
196
197
|
rack-test (2.2.0)
|
|
197
198
|
rack (>= 1.3)
|
|
198
|
-
rackup (2.
|
|
199
|
+
rackup (2.3.1)
|
|
199
200
|
rack (>= 3)
|
|
200
201
|
rails (7.1.3.2)
|
|
201
202
|
actioncable (= 7.1.3.2)
|
|
@@ -227,24 +228,25 @@ GEM
|
|
|
227
228
|
thor (~> 1.0, >= 1.2.2)
|
|
228
229
|
zeitwerk (~> 2.6)
|
|
229
230
|
rainbow (3.1.1)
|
|
230
|
-
rake (13.3.
|
|
231
|
-
rdoc (
|
|
231
|
+
rake (13.3.1)
|
|
232
|
+
rdoc (7.1.0)
|
|
232
233
|
erb
|
|
233
234
|
psych (>= 4.0.0)
|
|
234
|
-
|
|
235
|
-
|
|
235
|
+
tsort
|
|
236
|
+
regexp_parser (2.11.3)
|
|
237
|
+
reline (0.6.3)
|
|
236
238
|
io-console (~> 0.5)
|
|
237
|
-
rexml (3.4.
|
|
238
|
-
rspec (3.13.
|
|
239
|
+
rexml (3.4.4)
|
|
240
|
+
rspec (3.13.2)
|
|
239
241
|
rspec-core (~> 3.13.0)
|
|
240
242
|
rspec-expectations (~> 3.13.0)
|
|
241
243
|
rspec-mocks (~> 3.13.0)
|
|
242
|
-
rspec-core (3.13.
|
|
244
|
+
rspec-core (3.13.6)
|
|
243
245
|
rspec-support (~> 3.13.0)
|
|
244
246
|
rspec-expectations (3.13.5)
|
|
245
247
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
246
248
|
rspec-support (~> 3.13.0)
|
|
247
|
-
rspec-mocks (3.13.
|
|
249
|
+
rspec-mocks (3.13.7)
|
|
248
250
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
249
251
|
rspec-support (~> 3.13.0)
|
|
250
252
|
rspec-rails (6.1.5)
|
|
@@ -255,8 +257,8 @@ GEM
|
|
|
255
257
|
rspec-expectations (~> 3.13)
|
|
256
258
|
rspec-mocks (~> 3.13)
|
|
257
259
|
rspec-support (~> 3.13)
|
|
258
|
-
rspec-support (3.13.
|
|
259
|
-
rubocop (1.
|
|
260
|
+
rspec-support (3.13.7)
|
|
261
|
+
rubocop (1.82.1)
|
|
260
262
|
json (~> 2.3)
|
|
261
263
|
language_server-protocol (~> 3.17.0.2)
|
|
262
264
|
lint_roller (~> 1.1.0)
|
|
@@ -264,28 +266,28 @@ GEM
|
|
|
264
266
|
parser (>= 3.3.0.2)
|
|
265
267
|
rainbow (>= 2.2.2, < 4.0)
|
|
266
268
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
267
|
-
rubocop-ast (>= 1.
|
|
269
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
268
270
|
ruby-progressbar (~> 1.7)
|
|
269
271
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
270
|
-
rubocop-ast (1.
|
|
272
|
+
rubocop-ast (1.49.0)
|
|
271
273
|
parser (>= 3.3.7.2)
|
|
272
|
-
prism (~> 1.
|
|
273
|
-
rubocop-performance (1.
|
|
274
|
+
prism (~> 1.7)
|
|
275
|
+
rubocop-performance (1.26.1)
|
|
274
276
|
lint_roller (~> 1.1)
|
|
275
|
-
rubocop (>= 1.
|
|
276
|
-
rubocop-ast (>= 1.
|
|
277
|
-
rubocop-rails (2.
|
|
277
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
278
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
279
|
+
rubocop-rails (2.34.3)
|
|
278
280
|
activesupport (>= 4.2.0)
|
|
279
281
|
lint_roller (~> 1.1)
|
|
280
282
|
rack (>= 1.1)
|
|
281
|
-
rubocop (>= 1.
|
|
282
|
-
rubocop-ast (>= 1.
|
|
283
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
284
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
283
285
|
rubocop-rake (0.7.1)
|
|
284
286
|
lint_roller (~> 1.1)
|
|
285
287
|
rubocop (>= 1.72.1)
|
|
286
|
-
rubocop-rspec (3.
|
|
288
|
+
rubocop-rspec (3.9.0)
|
|
287
289
|
lint_roller (~> 1.1)
|
|
288
|
-
rubocop (~> 1.
|
|
290
|
+
rubocop (~> 1.81)
|
|
289
291
|
ruby-progressbar (1.13.0)
|
|
290
292
|
rubyzip (2.4.1)
|
|
291
293
|
securerandom (0.3.2)
|
|
@@ -294,15 +296,16 @@ GEM
|
|
|
294
296
|
sqlite3 (1.7.3-arm64-darwin)
|
|
295
297
|
sqlite3 (1.7.3-x86_64-darwin)
|
|
296
298
|
sqlite3 (1.7.3-x86_64-linux)
|
|
297
|
-
stringio (3.
|
|
298
|
-
thor (1.
|
|
299
|
-
timeout (0.
|
|
300
|
-
tomlrb (2.0.
|
|
299
|
+
stringio (3.2.0)
|
|
300
|
+
thor (1.5.0)
|
|
301
|
+
timeout (0.6.0)
|
|
302
|
+
tomlrb (2.0.4)
|
|
303
|
+
tsort (0.2.0)
|
|
301
304
|
tzinfo (2.0.6)
|
|
302
305
|
concurrent-ruby (~> 1.0)
|
|
303
|
-
unicode-display_width (3.
|
|
304
|
-
unicode-emoji (~> 4.
|
|
305
|
-
unicode-emoji (4.0
|
|
306
|
+
unicode-display_width (3.2.0)
|
|
307
|
+
unicode-emoji (~> 4.1)
|
|
308
|
+
unicode-emoji (4.2.0)
|
|
306
309
|
websocket-driver (0.8.0)
|
|
307
310
|
base64
|
|
308
311
|
websocket-extensions (>= 0.1.0)
|
|
@@ -328,17 +331,19 @@ PLATFORMS
|
|
|
328
331
|
DEPENDENCIES
|
|
329
332
|
activerecord (>= 5)
|
|
330
333
|
appraisal (~> 2.5.0)
|
|
331
|
-
base64
|
|
332
|
-
bigdecimal
|
|
334
|
+
base64 (~> 0.3.0)
|
|
335
|
+
bigdecimal (~> 3.2.0, < 3.2.3)
|
|
333
336
|
bundler (~> 2.1)
|
|
334
337
|
combustion (~> 1.3)
|
|
338
|
+
connection_pool (~> 2.4.1)
|
|
335
339
|
consent!
|
|
336
|
-
erb (
|
|
340
|
+
erb (~> 4.0.4)
|
|
337
341
|
license_finder (>= 7.0)
|
|
338
|
-
logger
|
|
339
|
-
|
|
342
|
+
logger (~> 1.7.0)
|
|
343
|
+
minitest (~> 5.25.5)
|
|
344
|
+
mutex_m (~> 0.3.0)
|
|
340
345
|
net-imap (< 0.5.0)
|
|
341
|
-
nokogiri (< 1.18)
|
|
346
|
+
nokogiri (~> 1.17.0, < 1.18)
|
|
342
347
|
pry (>= 0.14.2)
|
|
343
348
|
pry-byebug (= 3.10.1)
|
|
344
349
|
rails (= 7.1.3.2)
|
data/gemfiles/rails_7_2.gemfile
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# This file was generated by Appraisal
|
|
2
4
|
|
|
3
5
|
source "https://rubygems.org"
|
|
4
6
|
|
|
5
|
-
gem "base64"
|
|
6
|
-
gem "bigdecimal"
|
|
7
|
-
gem "
|
|
8
|
-
gem "
|
|
9
|
-
gem "
|
|
7
|
+
gem "base64", "~> 0.3.0"
|
|
8
|
+
gem "bigdecimal", "~> 3.2.0", "< 3.2.3"
|
|
9
|
+
gem "connection_pool", "~> 2.4.1"
|
|
10
|
+
gem "erb", "~> 4.0.4"
|
|
11
|
+
gem "logger", "~> 1.7.0"
|
|
12
|
+
gem "minitest", "~> 5.25.5"
|
|
13
|
+
gem "mutex_m", "~> 0.3.0"
|
|
10
14
|
gem "net-imap", "< 0.5.0"
|
|
11
|
-
gem "nokogiri", "< 1.18"
|
|
15
|
+
gem "nokogiri", "~> 1.17.0", "< 1.18"
|
|
16
|
+
gem "rails", "7.2.2.1"
|
|
12
17
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
|
13
18
|
gem "securerandom", "< 0.4"
|
|
14
19
|
gem "zeitwerk", "< 2.7.0"
|
|
15
|
-
gem "rails", "7.2.2.1"
|
|
16
20
|
|
|
17
21
|
gemspec path: "../"
|