aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: 43d5d15c12ee19972d2f5c0c1866fd936340d113 (plain)
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
PATH
  remote: .
  specs:
    leap_cli (0.0.1)
      capistrano
      gli (~> 2.3)
      gpgme
      highline
      json_pure
      net-ssh
      terminal-table

PATH
  remote: vendor/supply_drop
  specs:
    supply_drop (0.12.0)
      capistrano (>= 2.5.21)

GEM
  remote: http://rubygems.org/
  specs:
    capistrano (2.13.4)
      highline
      net-scp (>= 1.0.0)
      net-sftp (>= 2.0.0)
      net-ssh (>= 2.0.14)
      net-ssh-gateway (>= 1.1.0)
    gli (2.4.1)
    gpgme (2.0.1)
    highline (1.6.15)
    json_pure (1.7.5)
    net-scp (1.0.4)
      net-ssh (>= 1.99.1)
    net-sftp (2.0.5)
      net-ssh (>= 2.0.9)
    net-ssh (2.6.1)
    net-ssh-gateway (1.1.0)
      net-ssh (>= 1.99.1)
    rake (0.9.2.2)
    terminal-table (1.4.5)

PLATFORMS
  ruby

DEPENDENCIES
  leap_cli!
  rake
  supply_drop!