about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/security/wpscan/Gemfile.lock
blob: 96857239bda06dd2929182165a3de9e2bee93aa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
GEM
  remote: https://rubygems.org/
  specs:
    activesupport (6.1.3.2)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    cms_scanner (0.13.4)
      ethon (~> 0.14.0)
      get_process_mem (~> 0.2.5)
      nokogiri (~> 1.11.0)
      opt_parse_validator (~> 1.9.4)
      public_suffix (~> 4.0.3)
      ruby-progressbar (>= 1.10, < 1.12)
      sys-proctable (~> 1.2.2)
      typhoeus (>= 1.3, < 1.5)
      xmlrpc (~> 0.3)
      yajl-ruby (~> 1.4.1)
    concurrent-ruby (1.1.8)
    ethon (0.14.0)
      ffi (>= 1.15.0)
    ffi (1.15.1)
    get_process_mem (0.2.7)
      ffi (~> 1.0)
    i18n (1.8.10)
      concurrent-ruby (~> 1.0)
    mini_portile2 (2.5.3)
    minitest (5.14.4)
    nokogiri (1.11.6)
      mini_portile2 (~> 2.5.0)
      racc (~> 1.4)
    opt_parse_validator (1.9.4)
      activesupport (>= 5.2, < 6.2.0)
      addressable (>= 2.5, < 2.8)
    public_suffix (4.0.6)
    racc (1.5.2)
    ruby-progressbar (1.11.0)
    sys-proctable (1.2.6)
      ffi
    typhoeus (1.4.0)
      ethon (>= 0.9.0)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)
    webrick (1.7.0)
    wpscan (3.8.17)
      cms_scanner (~> 0.13.3)
    xmlrpc (0.3.2)
      webrick
    yajl-ruby (1.4.1)
    zeitwerk (2.4.2)

PLATFORMS
  ruby

DEPENDENCIES
  wpscan

BUNDLED WITH
   2.1.4