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