about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/pd/pdk/Gemfile.lock
blob: 1ca4720ec3c59bb4acba5c36964ba1b5510adb5e (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
64
65
66
67
GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.5)
      public_suffix (>= 2.0.2, < 6.0)
    childprocess (4.1.0)
    concurrent-ruby (1.1.10)
    cri (2.15.11)
    deep_merge (1.2.2)
    diff-lcs (1.5.0)
    facter (4.5.1)
      hocon (~> 1.3)
      thor (>= 1.0.1, < 2.0)
    ffi (1.16.3)
    hitimes (2.0.0)
    hocon (1.4.0)
    httpclient (2.8.3)
    json-schema (4.1.1)
      addressable (>= 2.8)
    json_pure (2.6.3)
    minitar (0.9)
    pastel (0.8.0)
      tty-color (~> 0.5)
    pathspec (1.1.3)
    pdk (3.0.0)
      bundler (>= 2.1.0, < 3.0.0)
      childprocess (~> 4.1.0)
      concurrent-ruby (= 1.1.10)
      cri (~> 2.15.11)
      deep_merge (~> 1.2.2)
      diff-lcs (>= 1.5.0)
      facter (~> 4.0)
      ffi (>= 1.15.5, < 2.0.0)
      hitimes (= 2.0.0)
      httpclient (~> 2.8.3)
      json-schema (~> 4.0)
      json_pure (~> 2.6.3)
      minitar (~> 0.8)
      pathspec (~> 1.1)
      tty-prompt (~> 0.23)
      tty-spinner (~> 0.9)
      tty-which (~> 0.5)
    public_suffix (5.0.4)
    thor (1.3.0)
    tty-color (0.6.0)
    tty-cursor (0.7.1)
    tty-prompt (0.23.1)
      pastel (~> 0.8)
      tty-reader (~> 0.8)
    tty-reader (0.9.0)
      tty-cursor (~> 0.7)
      tty-screen (~> 0.8)
      wisper (~> 2.0)
    tty-screen (0.8.1)
    tty-spinner (0.9.3)
      tty-cursor (~> 0.7)
    tty-which (0.5.0)
    wisper (2.0.1)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  pdk (= 3.0.0)

BUNDLED WITH
   2.4.20