add bootstrap
[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     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     passenger (3.0.19)
77       daemon_controller (>= 1.0.0)
78       fastthread (>= 1.0.1)
79       rack
80       rake (>= 0.8.1)
81     pg (0.14.1)
82     polyglot (0.3.3)
83     rack (1.4.4)
84     rack-cache (1.2)
85       rack (>= 0.4)
86     rack-ssl (1.3.2)
87       rack
88     rack-test (0.6.2)
89       rack (>= 1.0)
90     rails (3.2.11)
91       actionmailer (= 3.2.11)
92       actionpack (= 3.2.11)
93       activerecord (= 3.2.11)
94       activeresource (= 3.2.11)
95       activesupport (= 3.2.11)
96       bundler (~> 1.0)
97       railties (= 3.2.11)
98     railties (3.2.11)
99       actionpack (= 3.2.11)
100       activesupport (= 3.2.11)
101       rack-ssl (~> 1.3.2)
102       rake (>= 0.8.7)
103       rdoc (~> 3.4)
104       thor (>= 0.14.6, < 2.0)
105     rake (10.0.3)
106     rdoc (3.12)
107       json (~> 1.4)
108     ref (1.0.2)
109     rvm-capistrano (1.2.7)
110       capistrano (>= 2.0.0)
111     sass (3.2.5)
112     sass-rails (3.2.6)
113       railties (~> 3.2.0)
114       sass (>= 3.1.10)
115       tilt (~> 1.3)
116     sprockets (2.2.2)
117       hike (~> 1.2)
118       multi_json (~> 1.0)
119       rack (~> 1.0)
120       tilt (~> 1.1, != 1.3.0)
121     sqlite3 (1.3.7)
122     therubyracer (0.11.2)
123       libv8 (~> 3.11.8.12)
124       ref
125     thor (0.16.0)
126     tilt (1.3.3)
127     treetop (1.4.12)
128       polyglot
129       polyglot (>= 0.3.1)
130     tzinfo (0.3.35)
131     uglifier (1.3.0)
132       execjs (>= 0.3.0)
133       multi_json (~> 1.0, >= 1.0.2)
134
135 PLATFORMS
136   ruby
137
138 DEPENDENCIES
139   anjlab-bootstrap-rails (>= 2.2)
140   coffee-rails (~> 3.2.1)
141   jquery-rails
142   passenger
143   pg
144   rails (= 3.2.11)
145   rvm-capistrano
146   sass-rails (~> 3.2.3)
147   sqlite3
148   therubyracer
149   uglifier (>= 1.0.3)