Gemfile now just points to gemspec so same dependency information is not listed twice.
[arvados.git] / sdk / cli / Gemfile.lock
1 PATH
2   remote: .
3   specs:
4     arvados-cli (0.1.20140122170812)
5       activesupport (>= 3.2.13)
6       andand (>= 1.3.3)
7       curb (~> 0.8)
8       google-api-client (>= 0.6.3)
9       json (>= 1.7.7)
10       oj (>= 2.0.3)
11       trollop (>= 2.0)
12
13 GEM
14   remote: https://rubygems.org/
15   specs:
16     activesupport (4.0.2)
17       i18n (~> 0.6, >= 0.6.4)
18       minitest (~> 4.2)
19       multi_json (~> 1.3)
20       thread_safe (~> 0.1)
21       tzinfo (~> 0.3.37)
22     addressable (2.3.5)
23     andand (1.3.3)
24     atomic (1.1.14)
25     autoparse (0.3.3)
26       addressable (>= 2.3.1)
27       extlib (>= 0.9.15)
28       multi_json (>= 1.0.0)
29     curb (0.8.5)
30     extlib (0.9.16)
31     faraday (0.9.0)
32       multipart-post (>= 1.2, < 3)
33     google-api-client (0.7.0)
34       addressable (>= 2.3.2)
35       autoparse (>= 0.3.3)
36       extlib (>= 0.9.15)
37       faraday (>= 0.9.0)
38       jwt (>= 0.1.5)
39       launchy (>= 2.1.1)
40       multi_json (>= 1.0.0)
41       signet (>= 0.5.0)
42       uuidtools (>= 2.1.0)
43     i18n (0.6.9)
44     json (1.8.1)
45     jwt (0.1.11)
46       multi_json (>= 1.5)
47     launchy (2.4.2)
48       addressable (~> 2.3)
49     minitest (4.7.5)
50     multi_json (1.8.4)
51     multipart-post (2.0.0)
52     oj (2.5.4)
53     signet (0.5.0)
54       addressable (>= 2.2.3)
55       faraday (>= 0.9.0.rc5)
56       jwt (>= 0.1.5)
57       multi_json (>= 1.0.0)
58     thread_safe (0.1.3)
59       atomic
60     trollop (2.0)
61     tzinfo (0.3.38)
62     uuidtools (2.1.4)
63
64 PLATFORMS
65   ruby
66
67 DEPENDENCIES
68   arvados-cli!