moved explorer into new directory structure
[arvados.git] / apps / explorer / 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     anjlab-bootstrap-rails (2.2.2.1)
32       railties (>= 3.0)
33       sass (>= 3.2)
34     arel (3.0.2)
35     builder (3.0.4)
36     capistrano (2.14.1)
37       highline
38       net-scp (>= 1.0.0)
39       net-sftp (>= 2.0.0)
40       net-ssh (>= 2.0.14)
41       net-ssh-gateway (>= 1.1.0)
42     coffee-rails (3.2.2)
43       coffee-script (>= 2.2.0)
44       railties (~> 3.2.0)
45     coffee-script (2.2.0)
46       coffee-script-source
47       execjs
48     coffee-script-source (1.4.0)
49     daemon_controller (1.1.0)
50     erubis (2.7.0)
51     execjs (1.4.0)
52       multi_json (~> 1.0)
53     fastthread (1.0.7)
54     highline (1.6.15)
55     hike (1.2.1)
56     i18n (0.6.1)
57     journey (1.0.4)
58     jquery-rails (2.1.4)
59       railties (>= 3.0, < 5.0)
60       thor (>= 0.14, < 2.0)
61     json (1.7.6)
62     libv8 (3.11.8.13)
63     mail (2.4.4)
64       i18n (>= 0.4.0)
65       mime-types (~> 1.16)
66       treetop (~> 1.4.8)
67     mime-types (1.19)
68     multi_json (1.5.0)
69     net-scp (1.0.4)
70       net-ssh (>= 1.99.1)
71     net-sftp (2.0.5)
72       net-ssh (>= 2.0.9)
73     net-ssh (2.6.3)
74     net-ssh-gateway (1.1.0)
75       net-ssh (>= 1.99.1)
76     oj (1.2.1)
77     passenger (3.0.19)
78       daemon_controller (>= 1.0.0)
79       fastthread (>= 1.0.1)
80       rack
81       rake (>= 0.8.1)
82     pg (0.14.1)
83     polyglot (0.3.3)
84     rack (1.4.4)
85     rack-cache (1.2)
86       rack (>= 0.4)
87     rack-ssl (1.3.2)
88       rack
89     rack-test (0.6.2)
90       rack (>= 1.0)
91     rails (3.2.11)
92       actionmailer (= 3.2.11)
93       actionpack (= 3.2.11)
94       activerecord (= 3.2.11)
95       activeresource (= 3.2.11)
96       activesupport (= 3.2.11)
97       bundler (~> 1.0)
98       railties (= 3.2.11)
99     railties (3.2.11)
100       actionpack (= 3.2.11)
101       activesupport (= 3.2.11)
102       rack-ssl (~> 1.3.2)
103       rake (>= 0.8.7)
104       rdoc (~> 3.4)
105       thor (>= 0.14.6, < 2.0)
106     rake (10.0.3)
107     rdoc (3.12)
108       json (~> 1.4)
109     ref (1.0.2)
110     rvm-capistrano (1.2.7)
111       capistrano (>= 2.0.0)
112     sass (3.2.5)
113     sass-rails (3.2.6)
114       railties (~> 3.2.0)
115       sass (>= 3.1.10)
116       tilt (~> 1.3)
117     sprockets (2.2.2)
118       hike (~> 1.2)
119       multi_json (~> 1.0)
120       rack (~> 1.0)
121       tilt (~> 1.1, != 1.3.0)
122     sqlite3 (1.3.7)
123     therubyracer (0.11.2)
124       libv8 (~> 3.11.8.12)
125       ref
126     thor (0.16.0)
127     tilt (1.3.3)
128     treetop (1.4.12)
129       polyglot
130       polyglot (>= 0.3.1)
131     tzinfo (0.3.35)
132     uglifier (1.3.0)
133       execjs (>= 0.3.0)
134       multi_json (~> 1.0, >= 1.0.2)
135
136 PLATFORMS
137   ruby
138
139 DEPENDENCIES
140   anjlab-bootstrap-rails (>= 2.2)
141   coffee-rails (~> 3.2.1)
142   jquery-rails
143   multi_json
144   oj
145   passenger
146   pg
147   rails (= 3.2.11)
148   rvm-capistrano
149   sass-rails (~> 3.2.3)
150   sqlite3
151   therubyracer
152   uglifier (>= 1.0.3)