about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/security/evil-winrm/Gemfile.lock
blob: 8b442f035590d9a1b6e6206d3b63978ab3f35696 (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
GEM
  remote: https://rubygems.org/
  specs:
    builder (3.2.3)
    erubis (2.7.0)
    ffi (1.11.1)
    fileutils (0.7.2)
    gssapi (1.3.0)
      ffi (>= 1.0.1)
    gyoku (1.3.1)
      builder (>= 2.1.2)
    httpclient (2.8.3)
    little-plugger (1.1.4)
    logger (1.4.3)
    logging (2.2.2)
      little-plugger (~> 1.1)
      multi_json (~> 1.10)
    multi_json (1.14.1)
    nori (2.6.0)
    rexml (3.2.5)
    rubyntlm (0.6.2)
    rubyzip (1.3.0)
    stringio (0.0.2)
    winrm (2.3.2)
      builder (>= 2.1.2)
      erubis (~> 2.7)
      gssapi (~> 1.2)
      gyoku (~> 1.0)
      httpclient (~> 2.2, >= 2.2.0.2)
      logging (>= 1.6.1, < 3.0)
      nori (~> 2.0)
      rexml (>= 3.2.3.1)
      rubyntlm (~> 0.6.0, >= 0.6.1)
    winrm-fs (1.3.2)
      erubis (~> 2.7)
      logging (>= 1.6.1, < 3.0)
      rubyzip (~> 1.1)
      winrm (~> 2.0)

PLATFORMS
  ruby

DEPENDENCIES
  fileutils
  logger
  stringio
  winrm
  winrm-fs

BUNDLED WITH
   2.2.24