about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/security/wpscan/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/security/wpscan/Gemfile.lock')
-rw-r--r--nixpkgs/pkgs/tools/security/wpscan/Gemfile.lock61
1 files changed, 61 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/security/wpscan/Gemfile.lock b/nixpkgs/pkgs/tools/security/wpscan/Gemfile.lock
new file mode 100644
index 000000000000..9fd526674365
--- /dev/null
+++ b/nixpkgs/pkgs/tools/security/wpscan/Gemfile.lock
@@ -0,0 +1,61 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    activesupport (6.1.4.1)
+      concurrent-ruby (~> 1.0, >= 1.0.2)
+      i18n (>= 1.6, < 2)
+      minitest (>= 5.1)
+      tzinfo (~> 2.0)
+      zeitwerk (~> 2.3)
+    addressable (2.8.0)
+      public_suffix (>= 2.0.2, < 5.0)
+    cms_scanner (0.13.6)
+      ethon (~> 0.14.0)
+      get_process_mem (~> 0.2.5)
+      nokogiri (>= 1.11.4, < 1.13.0)
+      opt_parse_validator (~> 1.9.5)
+      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.9)
+    ethon (0.14.0)
+      ffi (>= 1.15.0)
+    ffi (1.15.4)
+    get_process_mem (0.2.7)
+      ffi (~> 1.0)
+    i18n (1.8.11)
+      concurrent-ruby (~> 1.0)
+    minitest (5.14.4)
+    nokogiri (1.12.5-x86_64-linux)
+      racc (~> 1.4)
+    opt_parse_validator (1.9.5)
+      activesupport (>= 5.2, < 6.2.0)
+      addressable (>= 2.5, < 2.9)
+    public_suffix (4.0.6)
+    racc (1.6.0)
+    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.20)
+      cms_scanner (~> 0.13.6)
+    xmlrpc (0.3.2)
+      webrick
+    yajl-ruby (1.4.1)
+    zeitwerk (2.5.1)
+
+PLATFORMS
+  x86_64-linux
+
+DEPENDENCIES
+  wpscan
+
+BUNDLED WITH
+   2.2.24