devise-secure_password 2.0.0 → 2.1.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/Changelog.md +8 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +250 -192
- data/README.md +40 -13
- data/config/locales/en.yml +1 -0
- data/devise-secure_password.gemspec +8 -4
- data/gemfiles/rails_6_1.gemfile +1 -1
- data/gemfiles/rails_7_0.gemfile +66 -0
- data/lib/devise/secure_password/models/password_disallows_frequent_changes.rb +7 -7
- data/lib/devise/secure_password/models/password_disallows_frequent_reuse.rb +1 -1
- data/lib/devise/secure_password/models/password_requires_regular_updates.rb +7 -7
- data/lib/devise/secure_password/version.rb +1 -1
- data/lib/generators/devise/templates/secure_password.rb +1 -1
- data/lib/support/string/character_counter.rb +1 -1
- data/pkg/devise-secure_password-2.0.1.gem +0 -0
- data/pkg/devise-secure_password-2.1.0.gem +0 -0
- metadata +14 -14
- data/gemfiles/rails_6_0.gemfile +0 -57
- data/gemfiles/rails_6_0.gemfile.lock +0 -347
- data/gemfiles/rails_6_1.gemfile.lock +0 -352
- data/pkg/devise-secure_password-2.0.0.gem +0 -0
@@ -1,347 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
devise-secure_password (1.1.0)
|
5
|
-
devise (>= 4.0.0, < 5.0.0)
|
6
|
-
railties (>= 5.0.0, < 7.0.0)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actioncable (6.0.3.6)
|
12
|
-
actionpack (= 6.0.3.6)
|
13
|
-
nio4r (~> 2.0)
|
14
|
-
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (6.0.3.6)
|
16
|
-
actionpack (= 6.0.3.6)
|
17
|
-
activejob (= 6.0.3.6)
|
18
|
-
activerecord (= 6.0.3.6)
|
19
|
-
activestorage (= 6.0.3.6)
|
20
|
-
activesupport (= 6.0.3.6)
|
21
|
-
mail (>= 2.7.1)
|
22
|
-
actionmailer (6.0.3.6)
|
23
|
-
actionpack (= 6.0.3.6)
|
24
|
-
actionview (= 6.0.3.6)
|
25
|
-
activejob (= 6.0.3.6)
|
26
|
-
mail (~> 2.5, >= 2.5.4)
|
27
|
-
rails-dom-testing (~> 2.0)
|
28
|
-
actionpack (6.0.3.6)
|
29
|
-
actionview (= 6.0.3.6)
|
30
|
-
activesupport (= 6.0.3.6)
|
31
|
-
rack (~> 2.0, >= 2.0.8)
|
32
|
-
rack-test (>= 0.6.3)
|
33
|
-
rails-dom-testing (~> 2.0)
|
34
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
35
|
-
actiontext (6.0.3.6)
|
36
|
-
actionpack (= 6.0.3.6)
|
37
|
-
activerecord (= 6.0.3.6)
|
38
|
-
activestorage (= 6.0.3.6)
|
39
|
-
activesupport (= 6.0.3.6)
|
40
|
-
nokogiri (>= 1.8.5)
|
41
|
-
actionview (6.0.3.6)
|
42
|
-
activesupport (= 6.0.3.6)
|
43
|
-
builder (~> 3.1)
|
44
|
-
erubi (~> 1.4)
|
45
|
-
rails-dom-testing (~> 2.0)
|
46
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
47
|
-
activejob (6.0.3.6)
|
48
|
-
activesupport (= 6.0.3.6)
|
49
|
-
globalid (>= 0.3.6)
|
50
|
-
activemodel (6.0.3.6)
|
51
|
-
activesupport (= 6.0.3.6)
|
52
|
-
activerecord (6.0.3.6)
|
53
|
-
activemodel (= 6.0.3.6)
|
54
|
-
activesupport (= 6.0.3.6)
|
55
|
-
activestorage (6.0.3.6)
|
56
|
-
actionpack (= 6.0.3.6)
|
57
|
-
activejob (= 6.0.3.6)
|
58
|
-
activerecord (= 6.0.3.6)
|
59
|
-
marcel (~> 1.0.0)
|
60
|
-
activesupport (6.0.3.6)
|
61
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
62
|
-
i18n (>= 0.7, < 2)
|
63
|
-
minitest (~> 5.1)
|
64
|
-
tzinfo (~> 1.1)
|
65
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
66
|
-
addressable (2.7.0)
|
67
|
-
public_suffix (>= 2.0.2, < 5.0)
|
68
|
-
ansi (1.5.0)
|
69
|
-
ast (2.4.2)
|
70
|
-
bcrypt (3.1.16)
|
71
|
-
bindex (0.8.1)
|
72
|
-
bootsnap (1.7.4)
|
73
|
-
msgpack (~> 1.0)
|
74
|
-
builder (3.2.4)
|
75
|
-
byebug (11.1.3)
|
76
|
-
capybara (3.35.3)
|
77
|
-
addressable
|
78
|
-
mini_mime (>= 0.1.3)
|
79
|
-
nokogiri (~> 1.8)
|
80
|
-
rack (>= 1.6.0)
|
81
|
-
rack-test (>= 0.6.3)
|
82
|
-
regexp_parser (>= 1.5, < 3.0)
|
83
|
-
xpath (~> 3.2)
|
84
|
-
capybara-screenshot (1.0.25)
|
85
|
-
capybara (>= 1.0, < 4)
|
86
|
-
launchy
|
87
|
-
childprocess (3.0.0)
|
88
|
-
codecov (0.5.2)
|
89
|
-
simplecov (>= 0.15, < 0.22)
|
90
|
-
concurrent-ruby (1.1.8)
|
91
|
-
crass (1.0.6)
|
92
|
-
database_cleaner (2.0.1)
|
93
|
-
database_cleaner-active_record (~> 2.0.0)
|
94
|
-
database_cleaner-active_record (2.0.0)
|
95
|
-
activerecord (>= 5.a)
|
96
|
-
database_cleaner-core (~> 2.0.0)
|
97
|
-
database_cleaner-core (2.0.1)
|
98
|
-
devise (4.8.0)
|
99
|
-
bcrypt (~> 3.0)
|
100
|
-
orm_adapter (~> 0.1)
|
101
|
-
railties (>= 4.1.0)
|
102
|
-
responders
|
103
|
-
warden (~> 1.2.3)
|
104
|
-
diff-lcs (1.4.4)
|
105
|
-
docile (1.3.5)
|
106
|
-
erubi (1.10.0)
|
107
|
-
erubis (2.7.0)
|
108
|
-
ffi (1.15.0)
|
109
|
-
flay (2.12.1)
|
110
|
-
erubis (~> 2.7.0)
|
111
|
-
path_expander (~> 1.0)
|
112
|
-
ruby_parser (~> 3.0)
|
113
|
-
sexp_processor (~> 4.0)
|
114
|
-
globalid (0.4.2)
|
115
|
-
activesupport (>= 4.2.0)
|
116
|
-
i18n (1.8.10)
|
117
|
-
concurrent-ruby (~> 1.0)
|
118
|
-
jbuilder (2.11.2)
|
119
|
-
activesupport (>= 5.0.0)
|
120
|
-
launchy (2.5.0)
|
121
|
-
addressable (~> 2.7)
|
122
|
-
listen (3.5.1)
|
123
|
-
rb-fsevent (~> 0.10, >= 0.10.3)
|
124
|
-
rb-inotify (~> 0.9, >= 0.9.10)
|
125
|
-
loofah (2.9.1)
|
126
|
-
crass (~> 1.0.2)
|
127
|
-
nokogiri (>= 1.5.9)
|
128
|
-
mail (2.7.1)
|
129
|
-
mini_mime (>= 0.1.1)
|
130
|
-
marcel (1.0.1)
|
131
|
-
method_source (1.0.0)
|
132
|
-
mini_mime (1.1.0)
|
133
|
-
mini_portile2 (2.5.1)
|
134
|
-
minitest (5.14.4)
|
135
|
-
msgpack (1.4.2)
|
136
|
-
nio4r (2.5.7)
|
137
|
-
nokogiri (1.11.3)
|
138
|
-
mini_portile2 (~> 2.5.0)
|
139
|
-
racc (~> 1.4)
|
140
|
-
orm_adapter (0.5.0)
|
141
|
-
parallel (1.20.1)
|
142
|
-
parser (3.0.1.1)
|
143
|
-
ast (~> 2.4.1)
|
144
|
-
path_expander (1.1.0)
|
145
|
-
public_suffix (4.0.6)
|
146
|
-
puma (4.3.7)
|
147
|
-
nio4r (~> 2.0)
|
148
|
-
racc (1.5.2)
|
149
|
-
rack (2.2.3)
|
150
|
-
rack-proxy (0.6.5)
|
151
|
-
rack
|
152
|
-
rack-test (1.1.0)
|
153
|
-
rack (>= 1.0, < 3)
|
154
|
-
rails (6.0.3.6)
|
155
|
-
actioncable (= 6.0.3.6)
|
156
|
-
actionmailbox (= 6.0.3.6)
|
157
|
-
actionmailer (= 6.0.3.6)
|
158
|
-
actionpack (= 6.0.3.6)
|
159
|
-
actiontext (= 6.0.3.6)
|
160
|
-
actionview (= 6.0.3.6)
|
161
|
-
activejob (= 6.0.3.6)
|
162
|
-
activemodel (= 6.0.3.6)
|
163
|
-
activerecord (= 6.0.3.6)
|
164
|
-
activestorage (= 6.0.3.6)
|
165
|
-
activesupport (= 6.0.3.6)
|
166
|
-
bundler (>= 1.3.0)
|
167
|
-
railties (= 6.0.3.6)
|
168
|
-
sprockets-rails (>= 2.0.0)
|
169
|
-
rails-dom-testing (2.0.3)
|
170
|
-
activesupport (>= 4.2.0)
|
171
|
-
nokogiri (>= 1.6)
|
172
|
-
rails-html-sanitizer (1.3.0)
|
173
|
-
loofah (~> 2.3)
|
174
|
-
railties (6.0.3.6)
|
175
|
-
actionpack (= 6.0.3.6)
|
176
|
-
activesupport (= 6.0.3.6)
|
177
|
-
method_source
|
178
|
-
rake (>= 0.8.7)
|
179
|
-
thor (>= 0.20.3, < 2.0)
|
180
|
-
rainbow (3.0.0)
|
181
|
-
rake (13.0.3)
|
182
|
-
rb-fsevent (0.10.4)
|
183
|
-
rb-inotify (0.10.1)
|
184
|
-
ffi (~> 1.0)
|
185
|
-
regexp_parser (2.1.1)
|
186
|
-
responders (3.0.1)
|
187
|
-
actionpack (>= 5.0)
|
188
|
-
railties (>= 5.0)
|
189
|
-
rexml (3.2.5)
|
190
|
-
rspec (3.10.0)
|
191
|
-
rspec-core (~> 3.10.0)
|
192
|
-
rspec-expectations (~> 3.10.0)
|
193
|
-
rspec-mocks (~> 3.10.0)
|
194
|
-
rspec-core (3.10.1)
|
195
|
-
rspec-support (~> 3.10.0)
|
196
|
-
rspec-expectations (3.10.1)
|
197
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
198
|
-
rspec-support (~> 3.10.0)
|
199
|
-
rspec-mocks (3.10.2)
|
200
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
201
|
-
rspec-support (~> 3.10.0)
|
202
|
-
rspec-rails (5.0.1)
|
203
|
-
actionpack (>= 5.2)
|
204
|
-
activesupport (>= 5.2)
|
205
|
-
railties (>= 5.2)
|
206
|
-
rspec-core (~> 3.10)
|
207
|
-
rspec-expectations (~> 3.10)
|
208
|
-
rspec-mocks (~> 3.10)
|
209
|
-
rspec-support (~> 3.10)
|
210
|
-
rspec-support (3.10.2)
|
211
|
-
rspec_junit_formatter (0.4.1)
|
212
|
-
rspec-core (>= 2, < 4, != 2.12.0)
|
213
|
-
rubocop (1.13.0)
|
214
|
-
parallel (~> 1.10)
|
215
|
-
parser (>= 3.0.0.0)
|
216
|
-
rainbow (>= 2.2.2, < 4.0)
|
217
|
-
regexp_parser (>= 1.8, < 3.0)
|
218
|
-
rexml
|
219
|
-
rubocop-ast (>= 1.2.0, < 2.0)
|
220
|
-
ruby-progressbar (~> 1.7)
|
221
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
222
|
-
rubocop-ast (1.5.0)
|
223
|
-
parser (>= 3.0.1.1)
|
224
|
-
rubocop-rails (2.9.1)
|
225
|
-
activesupport (>= 4.2.0)
|
226
|
-
rack (>= 1.1)
|
227
|
-
rubocop (>= 0.90.0, < 2.0)
|
228
|
-
rubocop-rspec (2.3.0)
|
229
|
-
rubocop (~> 1.0)
|
230
|
-
rubocop-ast (>= 1.1.0)
|
231
|
-
ruby-progressbar (1.11.0)
|
232
|
-
ruby2ruby (2.4.4)
|
233
|
-
ruby_parser (~> 3.1)
|
234
|
-
sexp_processor (~> 4.6)
|
235
|
-
ruby_parser (3.15.1)
|
236
|
-
sexp_processor (~> 4.9)
|
237
|
-
rubyzip (2.3.0)
|
238
|
-
sass-rails (6.0.0)
|
239
|
-
sassc-rails (~> 2.1, >= 2.1.1)
|
240
|
-
sassc (2.4.0)
|
241
|
-
ffi (~> 1.9)
|
242
|
-
sassc-rails (2.1.2)
|
243
|
-
railties (>= 4.0.0)
|
244
|
-
sassc (>= 2.0)
|
245
|
-
sprockets (> 3.0)
|
246
|
-
sprockets-rails
|
247
|
-
tilt
|
248
|
-
selenium-webdriver (3.142.7)
|
249
|
-
childprocess (>= 0.5, < 4.0)
|
250
|
-
rubyzip (>= 1.2.2)
|
251
|
-
sexp_processor (4.15.2)
|
252
|
-
shoulda-matchers (4.5.1)
|
253
|
-
activesupport (>= 4.2.0)
|
254
|
-
simplecov (0.21.2)
|
255
|
-
docile (~> 1.1)
|
256
|
-
simplecov-html (~> 0.11)
|
257
|
-
simplecov_json_formatter (~> 0.1)
|
258
|
-
simplecov-console (0.9.1)
|
259
|
-
ansi
|
260
|
-
simplecov
|
261
|
-
terminal-table
|
262
|
-
simplecov-html (0.12.3)
|
263
|
-
simplecov_json_formatter (0.1.3)
|
264
|
-
sprockets (4.0.2)
|
265
|
-
concurrent-ruby (~> 1.0)
|
266
|
-
rack (> 1, < 3)
|
267
|
-
sprockets-rails (3.2.2)
|
268
|
-
actionpack (>= 4.0)
|
269
|
-
activesupport (>= 4.0)
|
270
|
-
sprockets (>= 3.0.0)
|
271
|
-
sqlite3 (1.4.2)
|
272
|
-
terminal-table (3.0.0)
|
273
|
-
unicode-display_width (~> 1.1, >= 1.1.1)
|
274
|
-
thor (1.1.0)
|
275
|
-
thread_safe (0.3.6)
|
276
|
-
tilt (2.0.10)
|
277
|
-
turbolinks (5.2.1)
|
278
|
-
turbolinks-source (~> 5.2)
|
279
|
-
turbolinks-source (5.2.0)
|
280
|
-
tzinfo (1.2.9)
|
281
|
-
thread_safe (~> 0.1)
|
282
|
-
unicode-display_width (1.7.0)
|
283
|
-
warden (1.2.9)
|
284
|
-
rack (>= 2.0.9)
|
285
|
-
web-console (4.1.0)
|
286
|
-
actionview (>= 6.0.0)
|
287
|
-
activemodel (>= 6.0.0)
|
288
|
-
bindex (>= 0.4.0)
|
289
|
-
railties (>= 6.0.0)
|
290
|
-
webdrivers (4.6.0)
|
291
|
-
nokogiri (~> 1.6)
|
292
|
-
rubyzip (>= 1.3.0)
|
293
|
-
selenium-webdriver (>= 3.0, < 4.0)
|
294
|
-
webpacker (4.3.0)
|
295
|
-
activesupport (>= 4.2)
|
296
|
-
rack-proxy (>= 0.6.1)
|
297
|
-
railties (>= 4.2)
|
298
|
-
webrick (1.7.0)
|
299
|
-
websocket-driver (0.7.3)
|
300
|
-
websocket-extensions (>= 0.1.0)
|
301
|
-
websocket-extensions (0.1.5)
|
302
|
-
xpath (3.2.0)
|
303
|
-
nokogiri (~> 1.8)
|
304
|
-
zeitwerk (2.4.2)
|
305
|
-
|
306
|
-
PLATFORMS
|
307
|
-
ruby
|
308
|
-
|
309
|
-
DEPENDENCIES
|
310
|
-
bootsnap (>= 1.4.2)
|
311
|
-
bundler (>= 2.2.16)
|
312
|
-
byebug
|
313
|
-
capybara (>= 2.15)
|
314
|
-
capybara-screenshot (>= 1.0.18)
|
315
|
-
codecov
|
316
|
-
database_cleaner (>= 2.0.1)
|
317
|
-
devise (~> 4.0)
|
318
|
-
devise-secure_password!
|
319
|
-
flay (>= 2.10.0)
|
320
|
-
jbuilder (~> 2.7)
|
321
|
-
launchy (>= 2.4.3)
|
322
|
-
listen (~> 3.2)
|
323
|
-
puma (~> 4.1)
|
324
|
-
rails (~> 6.0.3, >= 6.0.3.6)
|
325
|
-
rake (>= 12.3)
|
326
|
-
rspec (>= 3.7)
|
327
|
-
rspec-rails (>= 3.7)
|
328
|
-
rspec_junit_formatter (>= 0.3)
|
329
|
-
rubocop (>= 1.0.0)
|
330
|
-
rubocop-rails (>= 2.3.2)
|
331
|
-
rubocop-rspec (>= 1.35.0)
|
332
|
-
ruby2ruby (>= 2.4.0)
|
333
|
-
sass-rails (>= 6)
|
334
|
-
selenium-webdriver
|
335
|
-
shoulda-matchers
|
336
|
-
simplecov (>= 0.18.2)
|
337
|
-
simplecov-console (>= 0.4.2)
|
338
|
-
sqlite3 (~> 1.4)
|
339
|
-
turbolinks (~> 5)
|
340
|
-
tzinfo-data
|
341
|
-
web-console (>= 3.3.0)
|
342
|
-
webdrivers
|
343
|
-
webpacker (~> 4.0)
|
344
|
-
webrick (~> 1.7)
|
345
|
-
|
346
|
-
BUNDLED WITH
|
347
|
-
2.2.16
|
@@ -1,352 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
devise-secure_password (1.1.0)
|
5
|
-
devise (>= 4.0.0, < 5.0.0)
|
6
|
-
railties (>= 5.0.0, < 7.0.0)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actioncable (6.1.3.1)
|
12
|
-
actionpack (= 6.1.3.1)
|
13
|
-
activesupport (= 6.1.3.1)
|
14
|
-
nio4r (~> 2.0)
|
15
|
-
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (6.1.3.1)
|
17
|
-
actionpack (= 6.1.3.1)
|
18
|
-
activejob (= 6.1.3.1)
|
19
|
-
activerecord (= 6.1.3.1)
|
20
|
-
activestorage (= 6.1.3.1)
|
21
|
-
activesupport (= 6.1.3.1)
|
22
|
-
mail (>= 2.7.1)
|
23
|
-
actionmailer (6.1.3.1)
|
24
|
-
actionpack (= 6.1.3.1)
|
25
|
-
actionview (= 6.1.3.1)
|
26
|
-
activejob (= 6.1.3.1)
|
27
|
-
activesupport (= 6.1.3.1)
|
28
|
-
mail (~> 2.5, >= 2.5.4)
|
29
|
-
rails-dom-testing (~> 2.0)
|
30
|
-
actionpack (6.1.3.1)
|
31
|
-
actionview (= 6.1.3.1)
|
32
|
-
activesupport (= 6.1.3.1)
|
33
|
-
rack (~> 2.0, >= 2.0.9)
|
34
|
-
rack-test (>= 0.6.3)
|
35
|
-
rails-dom-testing (~> 2.0)
|
36
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
37
|
-
actiontext (6.1.3.1)
|
38
|
-
actionpack (= 6.1.3.1)
|
39
|
-
activerecord (= 6.1.3.1)
|
40
|
-
activestorage (= 6.1.3.1)
|
41
|
-
activesupport (= 6.1.3.1)
|
42
|
-
nokogiri (>= 1.8.5)
|
43
|
-
actionview (6.1.3.1)
|
44
|
-
activesupport (= 6.1.3.1)
|
45
|
-
builder (~> 3.1)
|
46
|
-
erubi (~> 1.4)
|
47
|
-
rails-dom-testing (~> 2.0)
|
48
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
49
|
-
activejob (6.1.3.1)
|
50
|
-
activesupport (= 6.1.3.1)
|
51
|
-
globalid (>= 0.3.6)
|
52
|
-
activemodel (6.1.3.1)
|
53
|
-
activesupport (= 6.1.3.1)
|
54
|
-
activerecord (6.1.3.1)
|
55
|
-
activemodel (= 6.1.3.1)
|
56
|
-
activesupport (= 6.1.3.1)
|
57
|
-
activestorage (6.1.3.1)
|
58
|
-
actionpack (= 6.1.3.1)
|
59
|
-
activejob (= 6.1.3.1)
|
60
|
-
activerecord (= 6.1.3.1)
|
61
|
-
activesupport (= 6.1.3.1)
|
62
|
-
marcel (~> 1.0.0)
|
63
|
-
mini_mime (~> 1.0.2)
|
64
|
-
activesupport (6.1.3.1)
|
65
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
66
|
-
i18n (>= 1.6, < 2)
|
67
|
-
minitest (>= 5.1)
|
68
|
-
tzinfo (~> 2.0)
|
69
|
-
zeitwerk (~> 2.3)
|
70
|
-
addressable (2.7.0)
|
71
|
-
public_suffix (>= 2.0.2, < 5.0)
|
72
|
-
ansi (1.5.0)
|
73
|
-
ast (2.4.2)
|
74
|
-
bcrypt (3.1.16)
|
75
|
-
bindex (0.8.1)
|
76
|
-
bootsnap (1.7.4)
|
77
|
-
msgpack (~> 1.0)
|
78
|
-
builder (3.2.4)
|
79
|
-
byebug (11.1.3)
|
80
|
-
capybara (3.35.3)
|
81
|
-
addressable
|
82
|
-
mini_mime (>= 0.1.3)
|
83
|
-
nokogiri (~> 1.8)
|
84
|
-
rack (>= 1.6.0)
|
85
|
-
rack-test (>= 0.6.3)
|
86
|
-
regexp_parser (>= 1.5, < 3.0)
|
87
|
-
xpath (~> 3.2)
|
88
|
-
capybara-screenshot (1.0.25)
|
89
|
-
capybara (>= 1.0, < 4)
|
90
|
-
launchy
|
91
|
-
childprocess (3.0.0)
|
92
|
-
codecov (0.5.2)
|
93
|
-
simplecov (>= 0.15, < 0.22)
|
94
|
-
concurrent-ruby (1.1.8)
|
95
|
-
crass (1.0.6)
|
96
|
-
database_cleaner (2.0.1)
|
97
|
-
database_cleaner-active_record (~> 2.0.0)
|
98
|
-
database_cleaner-active_record (2.0.0)
|
99
|
-
activerecord (>= 5.a)
|
100
|
-
database_cleaner-core (~> 2.0.0)
|
101
|
-
database_cleaner-core (2.0.1)
|
102
|
-
devise (4.8.0)
|
103
|
-
bcrypt (~> 3.0)
|
104
|
-
orm_adapter (~> 0.1)
|
105
|
-
railties (>= 4.1.0)
|
106
|
-
responders
|
107
|
-
warden (~> 1.2.3)
|
108
|
-
diff-lcs (1.4.4)
|
109
|
-
docile (1.3.5)
|
110
|
-
erubi (1.10.0)
|
111
|
-
erubis (2.7.0)
|
112
|
-
ffi (1.15.0)
|
113
|
-
flay (2.12.1)
|
114
|
-
erubis (~> 2.7.0)
|
115
|
-
path_expander (~> 1.0)
|
116
|
-
ruby_parser (~> 3.0)
|
117
|
-
sexp_processor (~> 4.0)
|
118
|
-
globalid (0.4.2)
|
119
|
-
activesupport (>= 4.2.0)
|
120
|
-
i18n (1.8.10)
|
121
|
-
concurrent-ruby (~> 1.0)
|
122
|
-
jbuilder (2.11.2)
|
123
|
-
activesupport (>= 5.0.0)
|
124
|
-
launchy (2.5.0)
|
125
|
-
addressable (~> 2.7)
|
126
|
-
listen (3.5.1)
|
127
|
-
rb-fsevent (~> 0.10, >= 0.10.3)
|
128
|
-
rb-inotify (~> 0.9, >= 0.9.10)
|
129
|
-
loofah (2.9.1)
|
130
|
-
crass (~> 1.0.2)
|
131
|
-
nokogiri (>= 1.5.9)
|
132
|
-
mail (2.7.1)
|
133
|
-
mini_mime (>= 0.1.1)
|
134
|
-
marcel (1.0.1)
|
135
|
-
method_source (1.0.0)
|
136
|
-
mini_mime (1.0.3)
|
137
|
-
mini_portile2 (2.5.1)
|
138
|
-
minitest (5.14.4)
|
139
|
-
msgpack (1.4.2)
|
140
|
-
nio4r (2.5.7)
|
141
|
-
nokogiri (1.11.3)
|
142
|
-
mini_portile2 (~> 2.5.0)
|
143
|
-
racc (~> 1.4)
|
144
|
-
orm_adapter (0.5.0)
|
145
|
-
parallel (1.20.1)
|
146
|
-
parser (3.0.1.1)
|
147
|
-
ast (~> 2.4.1)
|
148
|
-
path_expander (1.1.0)
|
149
|
-
public_suffix (4.0.6)
|
150
|
-
puma (5.2.2)
|
151
|
-
nio4r (~> 2.0)
|
152
|
-
racc (1.5.2)
|
153
|
-
rack (2.2.3)
|
154
|
-
rack-proxy (0.6.5)
|
155
|
-
rack
|
156
|
-
rack-test (1.1.0)
|
157
|
-
rack (>= 1.0, < 3)
|
158
|
-
rails (6.1.3.1)
|
159
|
-
actioncable (= 6.1.3.1)
|
160
|
-
actionmailbox (= 6.1.3.1)
|
161
|
-
actionmailer (= 6.1.3.1)
|
162
|
-
actionpack (= 6.1.3.1)
|
163
|
-
actiontext (= 6.1.3.1)
|
164
|
-
actionview (= 6.1.3.1)
|
165
|
-
activejob (= 6.1.3.1)
|
166
|
-
activemodel (= 6.1.3.1)
|
167
|
-
activerecord (= 6.1.3.1)
|
168
|
-
activestorage (= 6.1.3.1)
|
169
|
-
activesupport (= 6.1.3.1)
|
170
|
-
bundler (>= 1.15.0)
|
171
|
-
railties (= 6.1.3.1)
|
172
|
-
sprockets-rails (>= 2.0.0)
|
173
|
-
rails-dom-testing (2.0.3)
|
174
|
-
activesupport (>= 4.2.0)
|
175
|
-
nokogiri (>= 1.6)
|
176
|
-
rails-html-sanitizer (1.3.0)
|
177
|
-
loofah (~> 2.3)
|
178
|
-
railties (6.1.3.1)
|
179
|
-
actionpack (= 6.1.3.1)
|
180
|
-
activesupport (= 6.1.3.1)
|
181
|
-
method_source
|
182
|
-
rake (>= 0.8.7)
|
183
|
-
thor (~> 1.0)
|
184
|
-
rainbow (3.0.0)
|
185
|
-
rake (13.0.3)
|
186
|
-
rb-fsevent (0.10.4)
|
187
|
-
rb-inotify (0.10.1)
|
188
|
-
ffi (~> 1.0)
|
189
|
-
regexp_parser (2.1.1)
|
190
|
-
responders (3.0.1)
|
191
|
-
actionpack (>= 5.0)
|
192
|
-
railties (>= 5.0)
|
193
|
-
rexml (3.2.5)
|
194
|
-
rspec (3.10.0)
|
195
|
-
rspec-core (~> 3.10.0)
|
196
|
-
rspec-expectations (~> 3.10.0)
|
197
|
-
rspec-mocks (~> 3.10.0)
|
198
|
-
rspec-core (3.10.1)
|
199
|
-
rspec-support (~> 3.10.0)
|
200
|
-
rspec-expectations (3.10.1)
|
201
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
202
|
-
rspec-support (~> 3.10.0)
|
203
|
-
rspec-mocks (3.10.2)
|
204
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
205
|
-
rspec-support (~> 3.10.0)
|
206
|
-
rspec-rails (5.0.1)
|
207
|
-
actionpack (>= 5.2)
|
208
|
-
activesupport (>= 5.2)
|
209
|
-
railties (>= 5.2)
|
210
|
-
rspec-core (~> 3.10)
|
211
|
-
rspec-expectations (~> 3.10)
|
212
|
-
rspec-mocks (~> 3.10)
|
213
|
-
rspec-support (~> 3.10)
|
214
|
-
rspec-support (3.10.2)
|
215
|
-
rspec_junit_formatter (0.4.1)
|
216
|
-
rspec-core (>= 2, < 4, != 2.12.0)
|
217
|
-
rubocop (1.13.0)
|
218
|
-
parallel (~> 1.10)
|
219
|
-
parser (>= 3.0.0.0)
|
220
|
-
rainbow (>= 2.2.2, < 4.0)
|
221
|
-
regexp_parser (>= 1.8, < 3.0)
|
222
|
-
rexml
|
223
|
-
rubocop-ast (>= 1.2.0, < 2.0)
|
224
|
-
ruby-progressbar (~> 1.7)
|
225
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
226
|
-
rubocop-ast (1.5.0)
|
227
|
-
parser (>= 3.0.1.1)
|
228
|
-
rubocop-rails (2.9.1)
|
229
|
-
activesupport (>= 4.2.0)
|
230
|
-
rack (>= 1.1)
|
231
|
-
rubocop (>= 0.90.0, < 2.0)
|
232
|
-
rubocop-rspec (2.3.0)
|
233
|
-
rubocop (~> 1.0)
|
234
|
-
rubocop-ast (>= 1.1.0)
|
235
|
-
ruby-progressbar (1.11.0)
|
236
|
-
ruby2ruby (2.4.4)
|
237
|
-
ruby_parser (~> 3.1)
|
238
|
-
sexp_processor (~> 4.6)
|
239
|
-
ruby_parser (3.15.1)
|
240
|
-
sexp_processor (~> 4.9)
|
241
|
-
rubyzip (2.3.0)
|
242
|
-
sass-rails (6.0.0)
|
243
|
-
sassc-rails (~> 2.1, >= 2.1.1)
|
244
|
-
sassc (2.4.0)
|
245
|
-
ffi (~> 1.9)
|
246
|
-
sassc-rails (2.1.2)
|
247
|
-
railties (>= 4.0.0)
|
248
|
-
sassc (>= 2.0)
|
249
|
-
sprockets (> 3.0)
|
250
|
-
sprockets-rails
|
251
|
-
tilt
|
252
|
-
selenium-webdriver (3.142.7)
|
253
|
-
childprocess (>= 0.5, < 4.0)
|
254
|
-
rubyzip (>= 1.2.2)
|
255
|
-
semantic_range (3.0.0)
|
256
|
-
sexp_processor (4.15.2)
|
257
|
-
shoulda-matchers (4.5.1)
|
258
|
-
activesupport (>= 4.2.0)
|
259
|
-
simplecov (0.21.2)
|
260
|
-
docile (~> 1.1)
|
261
|
-
simplecov-html (~> 0.11)
|
262
|
-
simplecov_json_formatter (~> 0.1)
|
263
|
-
simplecov-console (0.9.1)
|
264
|
-
ansi
|
265
|
-
simplecov
|
266
|
-
terminal-table
|
267
|
-
simplecov-html (0.12.3)
|
268
|
-
simplecov_json_formatter (0.1.3)
|
269
|
-
sprockets (4.0.2)
|
270
|
-
concurrent-ruby (~> 1.0)
|
271
|
-
rack (> 1, < 3)
|
272
|
-
sprockets-rails (3.2.2)
|
273
|
-
actionpack (>= 4.0)
|
274
|
-
activesupport (>= 4.0)
|
275
|
-
sprockets (>= 3.0.0)
|
276
|
-
sqlite3 (1.4.2)
|
277
|
-
terminal-table (3.0.0)
|
278
|
-
unicode-display_width (~> 1.1, >= 1.1.1)
|
279
|
-
thor (1.1.0)
|
280
|
-
tilt (2.0.10)
|
281
|
-
turbolinks (5.2.1)
|
282
|
-
turbolinks-source (~> 5.2)
|
283
|
-
turbolinks-source (5.2.0)
|
284
|
-
tzinfo (2.0.4)
|
285
|
-
concurrent-ruby (~> 1.0)
|
286
|
-
unicode-display_width (1.7.0)
|
287
|
-
warden (1.2.9)
|
288
|
-
rack (>= 2.0.9)
|
289
|
-
web-console (4.1.0)
|
290
|
-
actionview (>= 6.0.0)
|
291
|
-
activemodel (>= 6.0.0)
|
292
|
-
bindex (>= 0.4.0)
|
293
|
-
railties (>= 6.0.0)
|
294
|
-
webdrivers (4.6.0)
|
295
|
-
nokogiri (~> 1.6)
|
296
|
-
rubyzip (>= 1.3.0)
|
297
|
-
selenium-webdriver (>= 3.0, < 4.0)
|
298
|
-
webpacker (5.3.0)
|
299
|
-
activesupport (>= 5.2)
|
300
|
-
rack-proxy (>= 0.6.1)
|
301
|
-
railties (>= 5.2)
|
302
|
-
semantic_range (>= 2.3.0)
|
303
|
-
webrick (1.7.0)
|
304
|
-
websocket-driver (0.7.3)
|
305
|
-
websocket-extensions (>= 0.1.0)
|
306
|
-
websocket-extensions (0.1.5)
|
307
|
-
xpath (3.2.0)
|
308
|
-
nokogiri (~> 1.8)
|
309
|
-
zeitwerk (2.4.2)
|
310
|
-
|
311
|
-
PLATFORMS
|
312
|
-
ruby
|
313
|
-
|
314
|
-
DEPENDENCIES
|
315
|
-
bootsnap (>= 1.4.4)
|
316
|
-
bundler (>= 2.2.16)
|
317
|
-
byebug
|
318
|
-
capybara (>= 3.26)
|
319
|
-
capybara-screenshot (>= 1.0.18)
|
320
|
-
codecov
|
321
|
-
database_cleaner (>= 2.0.1)
|
322
|
-
devise (~> 4.0)
|
323
|
-
devise-secure_password!
|
324
|
-
flay (>= 2.10.0)
|
325
|
-
jbuilder (~> 2.7)
|
326
|
-
launchy (>= 2.4.3)
|
327
|
-
listen (~> 3.3)
|
328
|
-
puma (~> 5.0)
|
329
|
-
rails (~> 6.1.3, >= 6.1.3.1)
|
330
|
-
rake (>= 12.3)
|
331
|
-
rspec (>= 3.7)
|
332
|
-
rspec-rails (>= 3.7)
|
333
|
-
rspec_junit_formatter (>= 0.3)
|
334
|
-
rubocop (>= 1.0.0)
|
335
|
-
rubocop-rails (>= 2.3.2)
|
336
|
-
rubocop-rspec (>= 1.35.0)
|
337
|
-
ruby2ruby (>= 2.4.0)
|
338
|
-
sass-rails (>= 6)
|
339
|
-
selenium-webdriver
|
340
|
-
shoulda-matchers
|
341
|
-
simplecov (>= 0.18.2)
|
342
|
-
simplecov-console (>= 0.4.2)
|
343
|
-
sqlite3 (~> 1.4)
|
344
|
-
turbolinks (~> 5)
|
345
|
-
tzinfo-data
|
346
|
-
web-console (>= 4.1.0)
|
347
|
-
webdrivers
|
348
|
-
webpacker (~> 5.0)
|
349
|
-
webrick (~> 1.7)
|
350
|
-
|
351
|
-
BUNDLED WITH
|
352
|
-
2.2.16
|
Binary file
|