77
77
tzinfo (~> 2.0 )
78
78
addressable (2.8.7 )
79
79
public_suffix (>= 2.0.2 , < 7.0 )
80
+ ast (2.4.2 )
80
81
base64 (0.2.0 )
81
82
bcrypt (3.1.20 )
82
83
bigdecimal (3.1.8 )
108
109
railties (>= 4.1.0 )
109
110
responders
110
111
warden (~> 1.2.3 )
112
+ dotenv (3.1.2 )
111
113
drb (2.2.1 )
112
114
erubi (1.13.0 )
113
115
globalid (1.2.1 )
123
125
activesupport (>= 5.0.0 )
124
126
jsbundling-rails (1.3.0 )
125
127
railties (>= 6.0.0 )
128
+ json (2.7.2 )
129
+ language_server-protocol (3.17.0.3 )
130
+ lint_roller (1.1.0 )
126
131
logger (1.6.0 )
127
132
loofah (2.22.0 )
128
133
crass (~> 1.0.2 )
161
166
nokogiri (1.16.6-x86_64-linux )
162
167
racc (~> 1.4 )
163
168
orm_adapter (0.5.0 )
169
+ parallel (1.25.1 )
170
+ parser (3.3.3.0 )
171
+ ast (~> 2.4.1 )
172
+ racc
164
173
pg (1.5.6 )
165
174
psych (5.1.2 )
166
175
stringio
205
214
rake (>= 12.2 )
206
215
thor (~> 1.0 , >= 1.2.2 )
207
216
zeitwerk (~> 2.6 )
217
+ rainbow (3.1.1 )
208
218
rake (13.2.1 )
209
219
rdoc (6.7.0 )
210
220
psych (>= 4.0.0 )
220
230
railties (>= 5.2 )
221
231
rexml (3.3.1 )
222
232
strscan
233
+ rubocop (1.64.1 )
234
+ json (~> 2.3 )
235
+ language_server-protocol (>= 3.17.0 )
236
+ parallel (~> 1.10 )
237
+ parser (>= 3.3.0.2 )
238
+ rainbow (>= 2.2.2 , < 4.0 )
239
+ regexp_parser (>= 1.8 , < 3.0 )
240
+ rexml (>= 3.2.5 , < 4.0 )
241
+ rubocop-ast (>= 1.31.1 , < 2.0 )
242
+ ruby-progressbar (~> 1.7 )
243
+ unicode-display_width (>= 2.4.0 , < 3.0 )
244
+ rubocop-ast (1.31.3 )
245
+ parser (>= 3.3.1.0 )
246
+ rubocop-performance (1.21.1 )
247
+ rubocop (>= 1.48.1 , < 2.0 )
248
+ rubocop-ast (>= 1.31.1 , < 2.0 )
249
+ rubocop-rails (2.25.1 )
250
+ activesupport (>= 4.2.0 )
251
+ rack (>= 1.1 )
252
+ rubocop (>= 1.33.0 , < 2.0 )
253
+ rubocop-ast (>= 1.31.1 , < 2.0 )
254
+ ruby-progressbar (1.13.0 )
223
255
rubyzip (2.3.2 )
224
256
selenium-webdriver (4.22.0 )
225
257
base64 (~> 0.2 )
237
269
actionpack (>= 6.1 )
238
270
activesupport (>= 6.1 )
239
271
sprockets (>= 3.0.0 )
272
+ standard (1.39.1 )
273
+ language_server-protocol (~> 3.17.0.2 )
274
+ lint_roller (~> 1.0 )
275
+ rubocop (~> 1.64.0 )
276
+ standard-custom (~> 1.0.0 )
277
+ standard-performance (~> 1.4 )
278
+ standard-custom (1.0.2 )
279
+ lint_roller (~> 1.0 )
280
+ rubocop (~> 1.50 )
281
+ standard-performance (1.4.0 )
282
+ lint_roller (~> 1.1 )
283
+ rubocop-performance (~> 1.21.0 )
284
+ standard-rails (1.1.0 )
285
+ lint_roller (~> 1.0 )
286
+ rubocop-rails (~> 2.25.0 )
240
287
stimulus-rails (1.3.3 )
241
288
railties (>= 6.0.0 )
242
289
stringio (3.1.1 )
249
296
railties (>= 6.0.0 )
250
297
tzinfo (2.0.6 )
251
298
concurrent-ruby (~> 1.0 )
299
+ unicode-display_width (2.5.0 )
252
300
warden (1.2.9 )
253
301
rack (>= 2.0.9 )
254
302
web-console (4.2.1 )
@@ -279,6 +327,7 @@ DEPENDENCIES
279
327
cssbundling-rails
280
328
debug
281
329
devise (~> 4.9 )
330
+ dotenv (~> 3.1 )
282
331
jbuilder
283
332
jsbundling-rails
284
333
pg (~> 1.1 )
@@ -288,6 +337,8 @@ DEPENDENCIES
288
337
selenium-webdriver
289
338
simple_form (~> 5.3 )
290
339
sprockets-rails
340
+ standard (~> 1.39 )
341
+ standard-rails
291
342
stimulus-rails
292
343
turbo-rails
293
344
tzinfo-data
0 commit comments