nixos/homer: init (#368594)
[NixPkgs.git] / pkgs / tools / security / wpscan / Gemfile.lock
blobe7161e4339701f7dfb14430cc28e650b1c3d0971
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     activesupport (7.2.1)
5       base64
6       bigdecimal
7       concurrent-ruby (~> 1.0, >= 1.3.1)
8       connection_pool (>= 2.2.5)
9       drb
10       i18n (>= 1.6, < 2)
11       logger (>= 1.4.2)
12       minitest (>= 5.1)
13       securerandom (>= 0.3)
14       tzinfo (~> 2.0, >= 2.0.5)
15     addressable (2.8.7)
16       public_suffix (>= 2.0.2, < 7.0)
17     base64 (0.2.0)
18     bigdecimal (3.1.8)
19     cms_scanner (0.14.3)
20       ethon (>= 0.14, < 0.17)
21       get_process_mem (~> 0.2.5)
22       nokogiri (~> 1.16)
23       opt_parse_validator (~> 1.10.0)
24       public_suffix (>= 4.0.3, < 6.1)
25       ruby-progressbar (>= 1.10, < 1.14)
26       sys-proctable (>= 1.2.2, < 1.4.0)
27       typhoeus (>= 1.3, < 1.5)
28       xmlrpc (~> 0.3)
29       yajl-ruby (~> 1.4.1)
30     concurrent-ruby (1.3.4)
31     connection_pool (2.4.1)
32     drb (2.2.1)
33     ethon (0.16.0)
34       ffi (>= 1.15.0)
35     ffi (1.17.0)
36     get_process_mem (0.2.7)
37       ffi (~> 1.0)
38     i18n (1.14.6)
39       concurrent-ruby (~> 1.0)
40     logger (1.6.1)
41     mini_portile2 (2.8.7)
42     minitest (5.25.1)
43     nokogiri (1.16.7)
44       mini_portile2 (~> 2.8.2)
45       racc (~> 1.4)
46     opt_parse_validator (1.10.0)
47       activesupport (>= 5.2, < 7.3.0)
48       addressable (>= 2.5, < 2.9)
49     public_suffix (6.0.1)
50     racc (1.8.1)
51     ruby-progressbar (1.13.0)
52     securerandom (0.3.1)
53     sys-proctable (1.3.0)
54       ffi (~> 1.1)
55     typhoeus (1.4.1)
56       ethon (>= 0.9.0)
57     tzinfo (2.0.6)
58       concurrent-ruby (~> 1.0)
59     webrick (1.8.2)
60     wpscan (3.8.27)
61       cms_scanner (~> 0.14.3)
62     xmlrpc (0.3.3)
63       webrick
64     yajl-ruby (1.4.3)
66 PLATFORMS
67   ruby
69 DEPENDENCIES
70   wpscan
72 BUNDLED WITH
73    2.5.16