stub Orvos::Base, add collection example
[arvados.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actionmailer (3.2.11)
5       actionpack (= 3.2.11)
6       mail (~> 2.4.4)
7     actionpack (3.2.11)
8       activemodel (= 3.2.11)
9       activesupport (= 3.2.11)
10       builder (~> 3.0.0)
11       erubis (~> 2.7.0)
12       journey (~> 1.0.4)
13       rack (~> 1.4.0)
14       rack-cache (~> 1.2)
15       rack-test (~> 0.6.1)
16       sprockets (~> 2.2.1)
17     activemodel (3.2.11)
18       activesupport (= 3.2.11)
19       builder (~> 3.0.0)
20     activerecord (3.2.11)
21       activemodel (= 3.2.11)
22       activesupport (= 3.2.11)
23       arel (~> 3.0.2)
24       tzinfo (~> 0.3.29)
25     activeresource (3.2.11)
26       activemodel (= 3.2.11)
27       activesupport (= 3.2.11)
28     activesupport (3.2.11)
29       i18n (~> 0.6)
30       multi_json (~> 1.0)
31     arel (3.0.2)
32     builder (3.0.4)
33     capistrano (2.14.1)
34       highline
35       net-scp (>= 1.0.0)
36       net-sftp (>= 2.0.0)
37       net-ssh (>= 2.0.14)
38       net-ssh-gateway (>= 1.1.0)
39     coffee-rails (3.2.2)
40       coffee-script (>= 2.2.0)
41       railties (~> 3.2.0)
42     coffee-script (2.2.0)
43       coffee-script-source
44       execjs
45     coffee-script-source (1.4.0)
46     daemon_controller (1.1.0)
47     erubis (2.7.0)
48     execjs (1.4.0)
49       multi_json (~> 1.0)
50     fastthread (1.0.7)
51     highline (1.6.15)
52     hike (1.2.1)
53     i18n (0.6.1)
54     journey (1.0.4)
55     jquery-rails (2.1.4)
56       railties (>= 3.0, < 5.0)
57       thor (>= 0.14, < 2.0)
58     json (1.7.6)
59     libv8 (3.11.8.13)
60     mail (2.4.4)
61       i18n (>= 0.4.0)
62       mime-types (~> 1.16)
63       treetop (~> 1.4.8)
64     mime-types (1.19)
65     multi_json (1.5.0)
66     net-scp (1.0.4)
67       net-ssh (>= 1.99.1)
68     net-sftp (2.0.5)
69       net-ssh (>= 2.0.9)
70     net-ssh (2.6.3)
71     net-ssh-gateway (1.1.0)
72       net-ssh (>= 1.99.1)
73     passenger (3.0.19)
74       daemon_controller (>= 1.0.0)
75       fastthread (>= 1.0.1)
76       rack
77       rake (>= 0.8.1)
78     polyglot (0.3.3)
79     rack (1.4.4)
80     rack-cache (1.2)
81       rack (>= 0.4)
82     rack-ssl (1.3.2)
83       rack
84     rack-test (0.6.2)
85       rack (>= 1.0)
86     rails (3.2.11)
87       actionmailer (= 3.2.11)
88       actionpack (= 3.2.11)
89       activerecord (= 3.2.11)
90       activeresource (= 3.2.11)
91       activesupport (= 3.2.11)
92       bundler (~> 1.0)
93       railties (= 3.2.11)
94     railties (3.2.11)
95       actionpack (= 3.2.11)
96       activesupport (= 3.2.11)
97       rack-ssl (~> 1.3.2)
98       rake (>= 0.8.7)
99       rdoc (~> 3.4)
100       thor (>= 0.14.6, < 2.0)
101     rake (10.0.3)
102     rdoc (3.12)
103       json (~> 1.4)
104     ref (1.0.2)
105     rvm-capistrano (1.2.7)
106       capistrano (>= 2.0.0)
107     sass (3.2.5)
108     sass-rails (3.2.6)
109       railties (~> 3.2.0)
110       sass (>= 3.1.10)
111       tilt (~> 1.3)
112     sprockets (2.2.2)
113       hike (~> 1.2)
114       multi_json (~> 1.0)
115       rack (~> 1.0)
116       tilt (~> 1.1, != 1.3.0)
117     sqlite3 (1.3.7)
118     therubyracer (0.11.2)
119       libv8 (~> 3.11.8.12)
120       ref
121     thor (0.16.0)
122     tilt (1.3.3)
123     treetop (1.4.12)
124       polyglot
125       polyglot (>= 0.3.1)
126     tzinfo (0.3.35)
127     uglifier (1.3.0)
128       execjs (>= 0.3.0)
129       multi_json (~> 1.0, >= 1.0.2)
130
131 PLATFORMS
132   ruby
133
134 DEPENDENCIES
135   coffee-rails (~> 3.2.1)
136   jquery-rails
137   passenger
138   rails (= 3.2.11)
139   rvm-capistrano
140   sass-rails (~> 3.2.3)
141   sqlite3
142   therubyracer
143   uglifier (>= 1.0.3)