devise-secure_password 2.2.0 → 2.2.3

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,511 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ devise-secure_password (2.2.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 (8.0.2.1)
12
+ actionpack (= 8.0.2.1)
13
+ activesupport (= 8.0.2.1)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (8.0.2.1)
18
+ actionpack (= 8.0.2.1)
19
+ activejob (= 8.0.2.1)
20
+ activerecord (= 8.0.2.1)
21
+ activestorage (= 8.0.2.1)
22
+ activesupport (= 8.0.2.1)
23
+ mail (>= 2.8.0)
24
+ actionmailer (8.0.2.1)
25
+ actionpack (= 8.0.2.1)
26
+ actionview (= 8.0.2.1)
27
+ activejob (= 8.0.2.1)
28
+ activesupport (= 8.0.2.1)
29
+ mail (>= 2.8.0)
30
+ rails-dom-testing (~> 2.2)
31
+ actionpack (8.0.2.1)
32
+ actionview (= 8.0.2.1)
33
+ activesupport (= 8.0.2.1)
34
+ nokogiri (>= 1.8.5)
35
+ rack (>= 2.2.4)
36
+ rack-session (>= 1.0.1)
37
+ rack-test (>= 0.6.3)
38
+ rails-dom-testing (~> 2.2)
39
+ rails-html-sanitizer (~> 1.6)
40
+ useragent (~> 0.16)
41
+ actiontext (8.0.2.1)
42
+ actionpack (= 8.0.2.1)
43
+ activerecord (= 8.0.2.1)
44
+ activestorage (= 8.0.2.1)
45
+ activesupport (= 8.0.2.1)
46
+ globalid (>= 0.6.0)
47
+ nokogiri (>= 1.8.5)
48
+ actionview (8.0.2.1)
49
+ activesupport (= 8.0.2.1)
50
+ builder (~> 3.1)
51
+ erubi (~> 1.11)
52
+ rails-dom-testing (~> 2.2)
53
+ rails-html-sanitizer (~> 1.6)
54
+ activejob (8.0.2.1)
55
+ activesupport (= 8.0.2.1)
56
+ globalid (>= 0.3.6)
57
+ activemodel (8.0.2.1)
58
+ activesupport (= 8.0.2.1)
59
+ activerecord (8.0.2.1)
60
+ activemodel (= 8.0.2.1)
61
+ activesupport (= 8.0.2.1)
62
+ timeout (>= 0.4.0)
63
+ activestorage (8.0.2.1)
64
+ actionpack (= 8.0.2.1)
65
+ activejob (= 8.0.2.1)
66
+ activerecord (= 8.0.2.1)
67
+ activesupport (= 8.0.2.1)
68
+ marcel (~> 1.0)
69
+ activesupport (8.0.2.1)
70
+ base64
71
+ benchmark (>= 0.3)
72
+ bigdecimal
73
+ concurrent-ruby (~> 1.0, >= 1.3.1)
74
+ connection_pool (>= 2.2.5)
75
+ drb
76
+ i18n (>= 1.6, < 2)
77
+ logger (>= 1.4.2)
78
+ minitest (>= 5.1)
79
+ securerandom (>= 0.3)
80
+ tzinfo (~> 2.0, >= 2.0.5)
81
+ uri (>= 0.13.1)
82
+ addressable (2.8.7)
83
+ public_suffix (>= 2.0.2, < 7.0)
84
+ ansi (1.5.0)
85
+ ast (2.4.3)
86
+ base64 (0.3.0)
87
+ bcrypt (3.1.20)
88
+ bcrypt_pbkdf (1.1.1)
89
+ bcrypt_pbkdf (1.1.1-arm64-darwin)
90
+ bcrypt_pbkdf (1.1.1-x86_64-darwin)
91
+ benchmark (0.4.1)
92
+ bigdecimal (3.2.2)
93
+ bindex (0.8.1)
94
+ bootsnap (1.18.6)
95
+ msgpack (~> 1.2)
96
+ brakeman (7.1.0)
97
+ racc
98
+ builder (3.3.0)
99
+ capybara (3.40.0)
100
+ addressable
101
+ matrix
102
+ mini_mime (>= 0.1.3)
103
+ nokogiri (~> 1.11)
104
+ rack (>= 1.6.0)
105
+ rack-test (>= 0.6.3)
106
+ regexp_parser (>= 1.5, < 3.0)
107
+ xpath (~> 3.2)
108
+ capybara-screenshot (1.0.26)
109
+ capybara (>= 1.0, < 4)
110
+ launchy
111
+ childprocess (5.1.0)
112
+ logger (~> 1.5)
113
+ codecov (0.2.12)
114
+ json
115
+ simplecov
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
+ debug (1.11.0)
127
+ irb (~> 1.10)
128
+ reline (>= 0.3.8)
129
+ devise (4.9.4)
130
+ bcrypt (~> 3.0)
131
+ orm_adapter (~> 0.1)
132
+ railties (>= 4.1.0)
133
+ responders
134
+ warden (~> 1.2.3)
135
+ diff-lcs (1.6.2)
136
+ docile (1.4.1)
137
+ dotenv (3.1.8)
138
+ drb (2.2.3)
139
+ ed25519 (1.4.0)
140
+ erb (5.0.2)
141
+ erubi (1.13.1)
142
+ et-orbi (1.3.0)
143
+ tzinfo
144
+ flay (2.13.3)
145
+ erubi (~> 1.10)
146
+ path_expander (~> 1.0)
147
+ ruby_parser (~> 3.0)
148
+ sexp_processor (~> 4.0)
149
+ fugit (1.11.1)
150
+ et-orbi (~> 1, >= 1.2.11)
151
+ raabro (~> 1.4)
152
+ globalid (1.2.1)
153
+ activesupport (>= 6.1)
154
+ i18n (1.14.7)
155
+ concurrent-ruby (~> 1.0)
156
+ importmap-rails (2.2.2)
157
+ actionpack (>= 6.0.0)
158
+ activesupport (>= 6.0.0)
159
+ railties (>= 6.0.0)
160
+ io-console (0.8.1)
161
+ irb (1.15.2)
162
+ pp (>= 0.6.0)
163
+ rdoc (>= 4.0.0)
164
+ reline (>= 0.4.2)
165
+ jbuilder (2.14.1)
166
+ actionview (>= 7.0.0)
167
+ activesupport (>= 7.0.0)
168
+ json (2.13.2)
169
+ kamal (2.7.0)
170
+ activesupport (>= 7.0)
171
+ base64 (~> 0.2)
172
+ bcrypt_pbkdf (~> 1.0)
173
+ concurrent-ruby (~> 1.2)
174
+ dotenv (~> 3.1)
175
+ ed25519 (~> 1.4)
176
+ net-ssh (~> 7.3)
177
+ sshkit (>= 1.23.0, < 2.0)
178
+ thor (~> 1.3)
179
+ zeitwerk (>= 2.6.18, < 3.0)
180
+ language_server-protocol (3.17.0.5)
181
+ launchy (3.1.1)
182
+ addressable (~> 2.8)
183
+ childprocess (~> 5.0)
184
+ logger (~> 1.6)
185
+ lint_roller (1.1.0)
186
+ logger (1.7.0)
187
+ loofah (2.24.1)
188
+ crass (~> 1.0.2)
189
+ nokogiri (>= 1.12.0)
190
+ mail (2.8.1)
191
+ mini_mime (>= 0.1.1)
192
+ net-imap
193
+ net-pop
194
+ net-smtp
195
+ marcel (1.0.4)
196
+ matrix (0.4.3)
197
+ mini_mime (1.1.5)
198
+ minitest (5.25.5)
199
+ msgpack (1.8.0)
200
+ net-imap (0.5.9)
201
+ date
202
+ net-protocol
203
+ net-pop (0.1.2)
204
+ net-protocol
205
+ net-protocol (0.2.2)
206
+ timeout
207
+ net-scp (4.1.0)
208
+ net-ssh (>= 2.6.5, < 8.0.0)
209
+ net-sftp (4.0.0)
210
+ net-ssh (>= 5.0.0, < 8.0.0)
211
+ net-smtp (0.5.1)
212
+ net-protocol
213
+ net-ssh (7.3.0)
214
+ nio4r (2.7.4)
215
+ nokogiri (1.18.9-aarch64-linux-gnu)
216
+ racc (~> 1.4)
217
+ nokogiri (1.18.9-aarch64-linux-musl)
218
+ racc (~> 1.4)
219
+ nokogiri (1.18.9-arm-linux-gnu)
220
+ racc (~> 1.4)
221
+ nokogiri (1.18.9-arm-linux-musl)
222
+ racc (~> 1.4)
223
+ nokogiri (1.18.9-arm64-darwin)
224
+ racc (~> 1.4)
225
+ nokogiri (1.18.9-x86_64-darwin)
226
+ racc (~> 1.4)
227
+ nokogiri (1.18.9-x86_64-linux-gnu)
228
+ racc (~> 1.4)
229
+ nokogiri (1.18.9-x86_64-linux-musl)
230
+ racc (~> 1.4)
231
+ orm_adapter (0.5.0)
232
+ ostruct (0.6.3)
233
+ parallel (1.27.0)
234
+ parser (3.3.9.0)
235
+ ast (~> 2.4.1)
236
+ racc
237
+ path_expander (1.1.3)
238
+ pp (0.6.2)
239
+ prettyprint
240
+ prettyprint (0.2.0)
241
+ prism (1.4.0)
242
+ propshaft (1.2.1)
243
+ actionpack (>= 7.0.0)
244
+ activesupport (>= 7.0.0)
245
+ rack
246
+ psych (5.2.6)
247
+ date
248
+ stringio
249
+ public_suffix (6.0.2)
250
+ puma (6.6.1)
251
+ nio4r (~> 2.0)
252
+ raabro (1.4.0)
253
+ racc (1.8.1)
254
+ rack (3.2.0)
255
+ rack-session (2.1.1)
256
+ base64 (>= 0.1.0)
257
+ rack (>= 3.0.0)
258
+ rack-test (2.2.0)
259
+ rack (>= 1.3)
260
+ rackup (2.2.1)
261
+ rack (>= 3)
262
+ rails (8.0.2.1)
263
+ actioncable (= 8.0.2.1)
264
+ actionmailbox (= 8.0.2.1)
265
+ actionmailer (= 8.0.2.1)
266
+ actionpack (= 8.0.2.1)
267
+ actiontext (= 8.0.2.1)
268
+ actionview (= 8.0.2.1)
269
+ activejob (= 8.0.2.1)
270
+ activemodel (= 8.0.2.1)
271
+ activerecord (= 8.0.2.1)
272
+ activestorage (= 8.0.2.1)
273
+ activesupport (= 8.0.2.1)
274
+ bundler (>= 1.15.0)
275
+ railties (= 8.0.2.1)
276
+ rails-dom-testing (2.3.0)
277
+ activesupport (>= 5.0.0)
278
+ minitest
279
+ nokogiri (>= 1.6)
280
+ rails-html-sanitizer (1.6.2)
281
+ loofah (~> 2.21)
282
+ 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)
283
+ railties (8.0.2.1)
284
+ actionpack (= 8.0.2.1)
285
+ activesupport (= 8.0.2.1)
286
+ irb (~> 1.13)
287
+ rackup (>= 1.0.0)
288
+ rake (>= 12.2)
289
+ thor (~> 1.0, >= 1.2.2)
290
+ zeitwerk (~> 2.6)
291
+ rainbow (3.1.1)
292
+ rake (13.3.0)
293
+ rdoc (6.14.2)
294
+ erb
295
+ psych (>= 4.0.0)
296
+ regexp_parser (2.11.2)
297
+ reline (0.6.2)
298
+ io-console (~> 0.5)
299
+ responders (3.1.1)
300
+ actionpack (>= 5.2)
301
+ railties (>= 5.2)
302
+ rexml (3.4.1)
303
+ rspec (3.13.1)
304
+ rspec-core (~> 3.13.0)
305
+ rspec-expectations (~> 3.13.0)
306
+ rspec-mocks (~> 3.13.0)
307
+ rspec-core (3.13.5)
308
+ rspec-support (~> 3.13.0)
309
+ rspec-expectations (3.13.5)
310
+ diff-lcs (>= 1.2.0, < 2.0)
311
+ rspec-support (~> 3.13.0)
312
+ rspec-mocks (3.13.5)
313
+ diff-lcs (>= 1.2.0, < 2.0)
314
+ rspec-support (~> 3.13.0)
315
+ rspec-rails (8.0.2)
316
+ actionpack (>= 7.2)
317
+ activesupport (>= 7.2)
318
+ railties (>= 7.2)
319
+ rspec-core (~> 3.13)
320
+ rspec-expectations (~> 3.13)
321
+ rspec-mocks (~> 3.13)
322
+ rspec-support (~> 3.13)
323
+ rspec-support (3.13.5)
324
+ rspec_junit_formatter (0.6.0)
325
+ rspec-core (>= 2, < 4, != 2.12.0)
326
+ rubocop (1.79.2)
327
+ json (~> 2.3)
328
+ language_server-protocol (~> 3.17.0.2)
329
+ lint_roller (~> 1.1.0)
330
+ parallel (~> 1.10)
331
+ parser (>= 3.3.0.2)
332
+ rainbow (>= 2.2.2, < 4.0)
333
+ regexp_parser (>= 2.9.3, < 3.0)
334
+ rubocop-ast (>= 1.46.0, < 2.0)
335
+ ruby-progressbar (~> 1.7)
336
+ unicode-display_width (>= 2.4.0, < 4.0)
337
+ rubocop-ast (1.46.0)
338
+ parser (>= 3.3.7.2)
339
+ prism (~> 1.4)
340
+ rubocop-performance (1.25.0)
341
+ lint_roller (~> 1.1)
342
+ rubocop (>= 1.75.0, < 2.0)
343
+ rubocop-ast (>= 1.38.0, < 2.0)
344
+ rubocop-rails (2.33.3)
345
+ activesupport (>= 4.2.0)
346
+ lint_roller (~> 1.1)
347
+ rack (>= 1.1)
348
+ rubocop (>= 1.75.0, < 2.0)
349
+ rubocop-ast (>= 1.44.0, < 2.0)
350
+ rubocop-rails-omakase (1.1.0)
351
+ rubocop (>= 1.72)
352
+ rubocop-performance (>= 1.24)
353
+ rubocop-rails (>= 2.30)
354
+ rubocop-rspec (3.6.0)
355
+ lint_roller (~> 1.1)
356
+ rubocop (~> 1.72, >= 1.72.1)
357
+ ruby-progressbar (1.13.0)
358
+ ruby2ruby (2.5.2)
359
+ ruby_parser (~> 3.1)
360
+ sexp_processor (~> 4.6)
361
+ ruby_parser (3.21.1)
362
+ racc (~> 1.5)
363
+ sexp_processor (~> 4.16)
364
+ rubyzip (3.0.1)
365
+ securerandom (0.4.1)
366
+ selenium-webdriver (4.35.0)
367
+ base64 (~> 0.2)
368
+ logger (~> 1.4)
369
+ rexml (~> 3.2, >= 3.2.5)
370
+ rubyzip (>= 1.2.2, < 4.0)
371
+ websocket (~> 1.0)
372
+ sexp_processor (4.17.3)
373
+ shoulda-matchers (6.5.0)
374
+ activesupport (>= 5.2.0)
375
+ simplecov (0.22.0)
376
+ docile (~> 1.1)
377
+ simplecov-html (~> 0.11)
378
+ simplecov_json_formatter (~> 0.1)
379
+ simplecov-console (0.9.4)
380
+ ansi
381
+ simplecov
382
+ terminal-table
383
+ simplecov-html (0.13.2)
384
+ simplecov_json_formatter (0.1.4)
385
+ solid_cable (3.0.12)
386
+ actioncable (>= 7.2)
387
+ activejob (>= 7.2)
388
+ activerecord (>= 7.2)
389
+ railties (>= 7.2)
390
+ solid_cache (1.0.7)
391
+ activejob (>= 7.2)
392
+ activerecord (>= 7.2)
393
+ railties (>= 7.2)
394
+ solid_queue (1.2.1)
395
+ activejob (>= 7.1)
396
+ activerecord (>= 7.1)
397
+ concurrent-ruby (>= 1.3.1)
398
+ fugit (~> 1.11.0)
399
+ railties (>= 7.1)
400
+ thor (>= 1.3.1)
401
+ sqlite3 (2.7.3-aarch64-linux-gnu)
402
+ sqlite3 (2.7.3-aarch64-linux-musl)
403
+ sqlite3 (2.7.3-arm-linux-gnu)
404
+ sqlite3 (2.7.3-arm-linux-musl)
405
+ sqlite3 (2.7.3-arm64-darwin)
406
+ sqlite3 (2.7.3-x86_64-darwin)
407
+ sqlite3 (2.7.3-x86_64-linux-gnu)
408
+ sqlite3 (2.7.3-x86_64-linux-musl)
409
+ sshkit (1.24.0)
410
+ base64
411
+ logger
412
+ net-scp (>= 1.1.2)
413
+ net-sftp (>= 2.1.2)
414
+ net-ssh (>= 2.8.0)
415
+ ostruct
416
+ stimulus-rails (1.3.4)
417
+ railties (>= 6.0.0)
418
+ stringio (3.1.7)
419
+ terminal-table (4.0.0)
420
+ unicode-display_width (>= 1.1.1, < 4)
421
+ thor (1.4.0)
422
+ thruster (0.1.15)
423
+ thruster (0.1.15-aarch64-linux)
424
+ thruster (0.1.15-arm64-darwin)
425
+ thruster (0.1.15-x86_64-darwin)
426
+ thruster (0.1.15-x86_64-linux)
427
+ timeout (0.4.3)
428
+ turbo-rails (2.0.16)
429
+ actionpack (>= 7.1.0)
430
+ railties (>= 7.1.0)
431
+ tzinfo (2.0.6)
432
+ concurrent-ruby (~> 1.0)
433
+ unicode-display_width (3.1.5)
434
+ unicode-emoji (~> 4.0, >= 4.0.4)
435
+ unicode-emoji (4.0.4)
436
+ uri (1.0.3)
437
+ useragent (0.16.11)
438
+ warden (1.2.9)
439
+ rack (>= 2.0.9)
440
+ web-console (4.2.1)
441
+ actionview (>= 6.0.0)
442
+ activemodel (>= 6.0.0)
443
+ bindex (>= 0.4.0)
444
+ railties (>= 6.0.0)
445
+ webrick (1.9.1)
446
+ websocket (1.2.11)
447
+ websocket-driver (0.8.0)
448
+ base64
449
+ websocket-extensions (>= 0.1.0)
450
+ websocket-extensions (0.1.5)
451
+ xpath (3.2.0)
452
+ nokogiri (~> 1.8)
453
+ zeitwerk (2.7.3)
454
+
455
+ PLATFORMS
456
+ aarch64-linux
457
+ aarch64-linux-gnu
458
+ aarch64-linux-musl
459
+ arm-linux-gnu
460
+ arm-linux-musl
461
+ arm64-darwin
462
+ x86_64-darwin
463
+ x86_64-linux
464
+ x86_64-linux-gnu
465
+ x86_64-linux-musl
466
+
467
+ DEPENDENCIES
468
+ bootsnap
469
+ brakeman
470
+ bundler (>= 2.2.14)
471
+ capybara
472
+ capybara-screenshot (>= 1.0.18)
473
+ codecov
474
+ database_cleaner (>= 2.0.1)
475
+ debug
476
+ devise (~> 4.0)
477
+ devise-secure_password!
478
+ flay (>= 2.10.0)
479
+ importmap-rails
480
+ jbuilder
481
+ kamal
482
+ launchy (>= 2.4.3)
483
+ propshaft
484
+ puma (~> 6.0)
485
+ rails (~> 8.0.2, >= 8.0.2.1)
486
+ rake (>= 12.3)
487
+ rspec (>= 3.7)
488
+ rspec-rails (>= 3.7)
489
+ rspec_junit_formatter (>= 0.3)
490
+ rubocop (>= 1.0.0)
491
+ rubocop-rails (>= 2.3.2)
492
+ rubocop-rails-omakase
493
+ rubocop-rspec (>= 1.35.0)
494
+ ruby2ruby (>= 2.4.0)
495
+ selenium-webdriver
496
+ shoulda-matchers
497
+ simplecov (>= 0.18.2)
498
+ simplecov-console (>= 0.4.2)
499
+ solid_cable
500
+ solid_cache
501
+ solid_queue
502
+ sqlite3 (>= 2.1)
503
+ stimulus-rails
504
+ thruster
505
+ turbo-rails
506
+ tzinfo-data
507
+ web-console
508
+ webrick
509
+
510
+ BUNDLED WITH
511
+ 2.5.22
@@ -21,7 +21,7 @@ module Devise
21
21
  'secure_password.password_disallows_frequent_changes.errors.messages.password_is_recent',
22
22
  timeframe: precise_distance_of_time_in_words(self.class.password_minimum_age)
23
23
  )
24
- errors.add(:base, error_string)
24
+ errors.add(:password, error_string)
25
25
  end
26
26
 
27
27
  errors.none?
@@ -24,7 +24,7 @@ module Devise
24
24
  'secure_password.password_disallows_frequent_reuse.errors.messages.password_is_recent',
25
25
  count: self.class.password_previously_used_count
26
26
  )
27
- errors.add(:base, error_string)
27
+ errors.add(:password, error_string)
28
28
  end
29
29
 
30
30
  errors.none?
@@ -1,5 +1,5 @@
1
1
  module Devise
2
2
  module SecurePassword
3
- VERSION = '2.2.0'.freeze
3
+ VERSION = '2.2.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-secure_password
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
- - Mark Eissler
8
- autorequire:
7
+ - Valimail Engineering
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-20 00:00:00.000000000 Z
11
+ date: 2026-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: devise
@@ -16,20 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.0
19
+ version: 5.0.3
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: 5.0.0
22
+ version: 6.0.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 4.0.0
29
+ version: 5.0.3
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: 5.0.0
32
+ version: 6.0.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: railties
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -110,16 +110,22 @@ dependencies:
110
110
  name: devise
111
111
  requirement: !ruby/object:Gem::Requirement
112
112
  requirements:
113
- - - "~>"
113
+ - - ">="
114
+ - !ruby/object:Gem::Version
115
+ version: 5.0.3
116
+ - - "<"
114
117
  - !ruby/object:Gem::Version
115
- version: '4.0'
118
+ version: 6.0.0
116
119
  type: :development
117
120
  prerelease: false
118
121
  version_requirements: !ruby/object:Gem::Requirement
119
122
  requirements:
120
- - - "~>"
123
+ - - ">="
124
+ - !ruby/object:Gem::Version
125
+ version: 5.0.3
126
+ - - "<"
121
127
  - !ruby/object:Gem::Version
122
- version: '4.0'
128
+ version: 6.0.0
123
129
  - !ruby/object:Gem::Dependency
124
130
  name: flay
125
131
  requirement: !ruby/object:Gem::Requirement
@@ -332,7 +338,7 @@ dependencies:
332
338
  version: 1.7.0
333
339
  description: Adds configurable password policy enforcement to devise.
334
340
  email:
335
- - mark.eissler@valimail.com
341
+ - engineering@valimail.com
336
342
  executables: []
337
343
  extensions: []
338
344
  extra_rdoc_files: []
@@ -351,10 +357,17 @@ files:
351
357
  - "./bin/console"
352
358
  - "./bin/setup"
353
359
  - "./config/locales/en.yml"
360
+ - "./devise-secure_password-2.2.0.gem"
361
+ - "./devise-secure_password-2.2.1.gem"
362
+ - "./devise-secure_password-2.2.2.gem"
354
363
  - "./devise-secure_password.gemspec"
364
+ - "./devise_security_password.png"
355
365
  - "./docker-entrypoint.sh"
366
+ - "./docs/upgrading_to_new_rails_version.md"
356
367
  - "./gemfiles/rails_7_0.gemfile"
368
+ - "./gemfiles/rails_7_0.gemfile.lock"
357
369
  - "./gemfiles/rails_8_0.gemfile"
370
+ - "./gemfiles/rails_8_0.gemfile.lock"
358
371
  - "./lib/devise/secure_password.rb"
359
372
  - "./lib/devise/secure_password/controllers/devise_helpers.rb"
360
373
  - "./lib/devise/secure_password/controllers/helpers.rb"
@@ -370,14 +383,12 @@ files:
370
383
  - "./lib/generators/devise/templates/README.txt"
371
384
  - "./lib/generators/devise/templates/secure_password.rb"
372
385
  - "./lib/support/string/character_counter.rb"
373
- - "./pkg/devise-secure_password-2.0.1.gem"
374
- - "./pkg/devise-secure_password-2.1.0.gem"
375
386
  homepage: https://github.com/valimail/devise-secure_password
376
387
  licenses:
377
388
  - MIT
378
389
  metadata:
379
390
  rubygems_mfa_required: 'true'
380
- post_install_message:
391
+ post_install_message:
381
392
  rdoc_options: []
382
393
  require_paths:
383
394
  - lib
@@ -392,8 +403,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
392
403
  - !ruby/object:Gem::Version
393
404
  version: '0'
394
405
  requirements: []
395
- rubygems_version: 3.5.11
396
- signing_key:
406
+ rubygems_version: 3.0.3.1
407
+ signing_key:
397
408
  specification_version: 4
398
409
  summary: A devise password policy enforcement extension.
399
410
  test_files: []
Binary file
Binary file