devise-secure_password 2.2.0 → 2.2.1

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.
@@ -0,0 +1,443 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ devise-secure_password (2.1.0)
5
+ devise (>= 4.0.0, < 5.0.0)
6
+ railties (>= 5.0.0, < 9.0.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (7.1.5.2)
12
+ actionpack (= 7.1.5.2)
13
+ activesupport (= 7.1.5.2)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (7.1.5.2)
18
+ actionpack (= 7.1.5.2)
19
+ activejob (= 7.1.5.2)
20
+ activerecord (= 7.1.5.2)
21
+ activestorage (= 7.1.5.2)
22
+ activesupport (= 7.1.5.2)
23
+ mail (>= 2.7.1)
24
+ net-imap
25
+ net-pop
26
+ net-smtp
27
+ actionmailer (7.1.5.2)
28
+ actionpack (= 7.1.5.2)
29
+ actionview (= 7.1.5.2)
30
+ activejob (= 7.1.5.2)
31
+ activesupport (= 7.1.5.2)
32
+ mail (~> 2.5, >= 2.5.4)
33
+ net-imap
34
+ net-pop
35
+ net-smtp
36
+ rails-dom-testing (~> 2.2)
37
+ actionpack (7.1.5.2)
38
+ actionview (= 7.1.5.2)
39
+ activesupport (= 7.1.5.2)
40
+ nokogiri (>= 1.8.5)
41
+ racc
42
+ rack (>= 2.2.4)
43
+ rack-session (>= 1.0.1)
44
+ rack-test (>= 0.6.3)
45
+ rails-dom-testing (~> 2.2)
46
+ rails-html-sanitizer (~> 1.6)
47
+ actiontext (7.1.5.2)
48
+ actionpack (= 7.1.5.2)
49
+ activerecord (= 7.1.5.2)
50
+ activestorage (= 7.1.5.2)
51
+ activesupport (= 7.1.5.2)
52
+ globalid (>= 0.6.0)
53
+ nokogiri (>= 1.8.5)
54
+ actionview (7.1.5.2)
55
+ activesupport (= 7.1.5.2)
56
+ builder (~> 3.1)
57
+ erubi (~> 1.11)
58
+ rails-dom-testing (~> 2.2)
59
+ rails-html-sanitizer (~> 1.6)
60
+ activejob (7.1.5.2)
61
+ activesupport (= 7.1.5.2)
62
+ globalid (>= 0.3.6)
63
+ activemodel (7.1.5.2)
64
+ activesupport (= 7.1.5.2)
65
+ activerecord (7.1.5.2)
66
+ activemodel (= 7.1.5.2)
67
+ activesupport (= 7.1.5.2)
68
+ timeout (>= 0.4.0)
69
+ activestorage (7.1.5.2)
70
+ actionpack (= 7.1.5.2)
71
+ activejob (= 7.1.5.2)
72
+ activerecord (= 7.1.5.2)
73
+ activesupport (= 7.1.5.2)
74
+ marcel (~> 1.0)
75
+ activesupport (7.1.5.2)
76
+ base64
77
+ benchmark (>= 0.3)
78
+ bigdecimal
79
+ concurrent-ruby (~> 1.0, >= 1.0.2)
80
+ connection_pool (>= 2.2.5)
81
+ drb
82
+ i18n (>= 1.6, < 2)
83
+ logger (>= 1.4.2)
84
+ minitest (>= 5.1)
85
+ mutex_m
86
+ securerandom (>= 0.3)
87
+ tzinfo (~> 2.0)
88
+ addressable (2.8.7)
89
+ public_suffix (>= 2.0.2, < 7.0)
90
+ ansi (1.5.0)
91
+ ast (2.4.3)
92
+ base64 (0.3.0)
93
+ bcrypt (3.1.20)
94
+ benchmark (0.4.1)
95
+ bigdecimal (3.2.2)
96
+ bindex (0.8.1)
97
+ bootsnap (1.18.6)
98
+ msgpack (~> 1.2)
99
+ builder (3.3.0)
100
+ capybara (3.40.0)
101
+ addressable
102
+ matrix
103
+ mini_mime (>= 0.1.3)
104
+ nokogiri (~> 1.11)
105
+ rack (>= 1.6.0)
106
+ rack-test (>= 0.6.3)
107
+ regexp_parser (>= 1.5, < 3.0)
108
+ xpath (~> 3.2)
109
+ capybara-screenshot (1.0.26)
110
+ capybara (>= 1.0, < 4)
111
+ launchy
112
+ childprocess (5.1.0)
113
+ logger (~> 1.5)
114
+ codecov (0.6.0)
115
+ simplecov (>= 0.15, < 0.22)
116
+ concurrent-ruby (1.3.5)
117
+ connection_pool (2.5.3)
118
+ crass (1.0.6)
119
+ database_cleaner (2.1.0)
120
+ database_cleaner-active_record (>= 2, < 3)
121
+ database_cleaner-active_record (2.2.2)
122
+ activerecord (>= 5.a)
123
+ database_cleaner-core (~> 2.0)
124
+ database_cleaner-core (2.0.1)
125
+ date (3.4.1)
126
+ devise (4.9.4)
127
+ bcrypt (~> 3.0)
128
+ orm_adapter (~> 0.1)
129
+ railties (>= 4.1.0)
130
+ responders
131
+ warden (~> 1.2.3)
132
+ diff-lcs (1.6.2)
133
+ docile (1.4.1)
134
+ drb (2.2.3)
135
+ erb (5.0.2)
136
+ erubi (1.13.1)
137
+ flay (2.13.3)
138
+ erubi (~> 1.10)
139
+ path_expander (~> 1.0)
140
+ ruby_parser (~> 3.0)
141
+ sexp_processor (~> 4.0)
142
+ globalid (1.2.1)
143
+ activesupport (>= 6.1)
144
+ i18n (1.14.7)
145
+ concurrent-ruby (~> 1.0)
146
+ importmap-rails (2.2.2)
147
+ actionpack (>= 6.0.0)
148
+ activesupport (>= 6.0.0)
149
+ railties (>= 6.0.0)
150
+ io-console (0.8.1)
151
+ irb (1.15.2)
152
+ pp (>= 0.6.0)
153
+ rdoc (>= 4.0.0)
154
+ reline (>= 0.4.2)
155
+ jbuilder (2.14.1)
156
+ actionview (>= 7.0.0)
157
+ activesupport (>= 7.0.0)
158
+ json (2.13.2)
159
+ language_server-protocol (3.17.0.5)
160
+ launchy (3.1.1)
161
+ addressable (~> 2.8)
162
+ childprocess (~> 5.0)
163
+ logger (~> 1.6)
164
+ lint_roller (1.1.0)
165
+ logger (1.7.0)
166
+ loofah (2.24.1)
167
+ crass (~> 1.0.2)
168
+ nokogiri (>= 1.12.0)
169
+ mail (2.8.1)
170
+ mini_mime (>= 0.1.1)
171
+ net-imap
172
+ net-pop
173
+ net-smtp
174
+ marcel (1.0.4)
175
+ matrix (0.4.3)
176
+ mini_mime (1.1.5)
177
+ minitest (5.25.5)
178
+ msgpack (1.8.0)
179
+ mutex_m (0.3.0)
180
+ net-imap (0.5.9)
181
+ date
182
+ net-protocol
183
+ net-pop (0.1.2)
184
+ net-protocol
185
+ net-protocol (0.2.2)
186
+ timeout
187
+ net-smtp (0.5.1)
188
+ net-protocol
189
+ nio4r (2.7.4)
190
+ nokogiri (1.18.9-aarch64-linux-gnu)
191
+ racc (~> 1.4)
192
+ nokogiri (1.18.9-aarch64-linux-musl)
193
+ racc (~> 1.4)
194
+ nokogiri (1.18.9-arm-linux-gnu)
195
+ racc (~> 1.4)
196
+ nokogiri (1.18.9-arm-linux-musl)
197
+ racc (~> 1.4)
198
+ nokogiri (1.18.9-arm64-darwin)
199
+ racc (~> 1.4)
200
+ nokogiri (1.18.9-x86_64-darwin)
201
+ racc (~> 1.4)
202
+ nokogiri (1.18.9-x86_64-linux-gnu)
203
+ racc (~> 1.4)
204
+ nokogiri (1.18.9-x86_64-linux-musl)
205
+ racc (~> 1.4)
206
+ orm_adapter (0.5.0)
207
+ parallel (1.27.0)
208
+ parser (3.3.9.0)
209
+ ast (~> 2.4.1)
210
+ racc
211
+ path_expander (1.1.3)
212
+ pp (0.6.2)
213
+ prettyprint
214
+ prettyprint (0.2.0)
215
+ prism (1.4.0)
216
+ psych (5.2.6)
217
+ date
218
+ stringio
219
+ public_suffix (6.0.2)
220
+ puma (6.6.1)
221
+ nio4r (~> 2.0)
222
+ racc (1.8.1)
223
+ rack (3.2.0)
224
+ rack-session (2.1.1)
225
+ base64 (>= 0.1.0)
226
+ rack (>= 3.0.0)
227
+ rack-test (2.2.0)
228
+ rack (>= 1.3)
229
+ rackup (2.2.1)
230
+ rack (>= 3)
231
+ rails (7.1.5.2)
232
+ actioncable (= 7.1.5.2)
233
+ actionmailbox (= 7.1.5.2)
234
+ actionmailer (= 7.1.5.2)
235
+ actionpack (= 7.1.5.2)
236
+ actiontext (= 7.1.5.2)
237
+ actionview (= 7.1.5.2)
238
+ activejob (= 7.1.5.2)
239
+ activemodel (= 7.1.5.2)
240
+ activerecord (= 7.1.5.2)
241
+ activestorage (= 7.1.5.2)
242
+ activesupport (= 7.1.5.2)
243
+ bundler (>= 1.15.0)
244
+ railties (= 7.1.5.2)
245
+ rails-dom-testing (2.3.0)
246
+ activesupport (>= 5.0.0)
247
+ minitest
248
+ nokogiri (>= 1.6)
249
+ rails-html-sanitizer (1.6.2)
250
+ loofah (~> 2.21)
251
+ 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)
252
+ railties (7.1.5.2)
253
+ actionpack (= 7.1.5.2)
254
+ activesupport (= 7.1.5.2)
255
+ irb
256
+ rackup (>= 1.0.0)
257
+ rake (>= 12.2)
258
+ thor (~> 1.0, >= 1.2.2)
259
+ zeitwerk (~> 2.6)
260
+ rainbow (3.1.1)
261
+ rake (13.3.0)
262
+ rdoc (6.14.2)
263
+ erb
264
+ psych (>= 4.0.0)
265
+ regexp_parser (2.11.2)
266
+ reline (0.6.2)
267
+ io-console (~> 0.5)
268
+ responders (3.1.1)
269
+ actionpack (>= 5.2)
270
+ railties (>= 5.2)
271
+ rexml (3.4.1)
272
+ rspec (3.13.1)
273
+ rspec-core (~> 3.13.0)
274
+ rspec-expectations (~> 3.13.0)
275
+ rspec-mocks (~> 3.13.0)
276
+ rspec-core (3.13.5)
277
+ rspec-support (~> 3.13.0)
278
+ rspec-expectations (3.13.5)
279
+ diff-lcs (>= 1.2.0, < 2.0)
280
+ rspec-support (~> 3.13.0)
281
+ rspec-mocks (3.13.5)
282
+ diff-lcs (>= 1.2.0, < 2.0)
283
+ rspec-support (~> 3.13.0)
284
+ rspec-rails (7.1.1)
285
+ actionpack (>= 7.0)
286
+ activesupport (>= 7.0)
287
+ railties (>= 7.0)
288
+ rspec-core (~> 3.13)
289
+ rspec-expectations (~> 3.13)
290
+ rspec-mocks (~> 3.13)
291
+ rspec-support (~> 3.13)
292
+ rspec-support (3.13.5)
293
+ rspec_junit_formatter (0.6.0)
294
+ rspec-core (>= 2, < 4, != 2.12.0)
295
+ rubocop (1.79.2)
296
+ json (~> 2.3)
297
+ language_server-protocol (~> 3.17.0.2)
298
+ lint_roller (~> 1.1.0)
299
+ parallel (~> 1.10)
300
+ parser (>= 3.3.0.2)
301
+ rainbow (>= 2.2.2, < 4.0)
302
+ regexp_parser (>= 2.9.3, < 3.0)
303
+ rubocop-ast (>= 1.46.0, < 2.0)
304
+ ruby-progressbar (~> 1.7)
305
+ unicode-display_width (>= 2.4.0, < 4.0)
306
+ rubocop-ast (1.46.0)
307
+ parser (>= 3.3.7.2)
308
+ prism (~> 1.4)
309
+ rubocop-rails (2.33.3)
310
+ activesupport (>= 4.2.0)
311
+ lint_roller (~> 1.1)
312
+ rack (>= 1.1)
313
+ rubocop (>= 1.75.0, < 2.0)
314
+ rubocop-ast (>= 1.44.0, < 2.0)
315
+ rubocop-rspec (3.6.0)
316
+ lint_roller (~> 1.1)
317
+ rubocop (~> 1.72, >= 1.72.1)
318
+ ruby-progressbar (1.13.0)
319
+ ruby2ruby (2.5.2)
320
+ ruby_parser (~> 3.1)
321
+ sexp_processor (~> 4.6)
322
+ ruby_parser (3.21.1)
323
+ racc (~> 1.5)
324
+ sexp_processor (~> 4.16)
325
+ rubyzip (2.4.1)
326
+ securerandom (0.4.1)
327
+ selenium-webdriver (4.10.0)
328
+ rexml (~> 3.2, >= 3.2.5)
329
+ rubyzip (>= 1.2.2, < 3.0)
330
+ websocket (~> 1.0)
331
+ sexp_processor (4.17.3)
332
+ shoulda-matchers (6.5.0)
333
+ activesupport (>= 5.2.0)
334
+ simplecov (0.21.2)
335
+ docile (~> 1.1)
336
+ simplecov-html (~> 0.11)
337
+ simplecov_json_formatter (~> 0.1)
338
+ simplecov-console (0.9.4)
339
+ ansi
340
+ simplecov
341
+ terminal-table
342
+ simplecov-html (0.13.2)
343
+ simplecov_json_formatter (0.1.4)
344
+ sprockets (4.2.2)
345
+ concurrent-ruby (~> 1.0)
346
+ logger
347
+ rack (>= 2.2.4, < 4)
348
+ sprockets-rails (3.5.2)
349
+ actionpack (>= 6.1)
350
+ activesupport (>= 6.1)
351
+ sprockets (>= 3.0.0)
352
+ sqlite3 (1.7.3-aarch64-linux)
353
+ sqlite3 (1.7.3-arm-linux)
354
+ sqlite3 (1.7.3-arm64-darwin)
355
+ sqlite3 (1.7.3-x86_64-darwin)
356
+ sqlite3 (1.7.3-x86_64-linux)
357
+ stimulus-rails (1.3.4)
358
+ railties (>= 6.0.0)
359
+ stringio (3.1.7)
360
+ terminal-table (4.0.0)
361
+ unicode-display_width (>= 1.1.1, < 4)
362
+ thor (1.4.0)
363
+ timeout (0.4.3)
364
+ turbo-rails (2.0.16)
365
+ actionpack (>= 7.1.0)
366
+ railties (>= 7.1.0)
367
+ tzinfo (2.0.6)
368
+ concurrent-ruby (~> 1.0)
369
+ unicode-display_width (3.1.5)
370
+ unicode-emoji (~> 4.0, >= 4.0.4)
371
+ unicode-emoji (4.0.4)
372
+ warden (1.2.9)
373
+ rack (>= 2.0.9)
374
+ web-console (4.2.1)
375
+ actionview (>= 6.0.0)
376
+ activemodel (>= 6.0.0)
377
+ bindex (>= 0.4.0)
378
+ railties (>= 6.0.0)
379
+ webdrivers (5.3.1)
380
+ nokogiri (~> 1.6)
381
+ rubyzip (>= 1.3.0)
382
+ selenium-webdriver (~> 4.0, < 4.11)
383
+ webrick (1.9.1)
384
+ websocket (1.2.11)
385
+ websocket-driver (0.8.0)
386
+ base64
387
+ websocket-extensions (>= 0.1.0)
388
+ websocket-extensions (0.1.5)
389
+ xpath (3.2.0)
390
+ nokogiri (~> 1.8)
391
+ zeitwerk (2.7.3)
392
+
393
+ PLATFORMS
394
+ aarch64-linux
395
+ aarch64-linux-gnu
396
+ aarch64-linux-musl
397
+ arm-linux
398
+ arm-linux-gnu
399
+ arm-linux-musl
400
+ arm64-darwin
401
+ x86_64-darwin
402
+ x86_64-linux
403
+ x86_64-linux-gnu
404
+ x86_64-linux-musl
405
+
406
+ DEPENDENCIES
407
+ bootsnap
408
+ bundler (>= 2.2.14)
409
+ capybara (>= 3.26)
410
+ capybara-screenshot (>= 1.0.18)
411
+ codecov
412
+ database_cleaner (>= 2.0.1)
413
+ devise (~> 4.0)
414
+ devise-secure_password!
415
+ flay (>= 2.10.0)
416
+ importmap-rails
417
+ jbuilder
418
+ launchy (>= 2.4.3)
419
+ puma (>= 5.0)
420
+ rails (~> 7.1.3, >= 7.1.3.4)
421
+ rake (>= 12.3)
422
+ rspec (>= 3.7)
423
+ rspec-rails (>= 3.7)
424
+ rspec_junit_formatter (>= 0.3)
425
+ rubocop (>= 1.0.0)
426
+ rubocop-rails (>= 2.3.2)
427
+ rubocop-rspec (>= 1.35.0)
428
+ ruby2ruby (>= 2.4.0)
429
+ selenium-webdriver
430
+ shoulda-matchers
431
+ simplecov (>= 0.18.2)
432
+ simplecov-console (>= 0.4.2)
433
+ sprockets-rails
434
+ sqlite3 (~> 1.4)
435
+ stimulus-rails
436
+ turbo-rails
437
+ tzinfo-data
438
+ web-console
439
+ webdrivers
440
+ webrick
441
+
442
+ BUNDLED WITH
443
+ 2.5.22