update gems
[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     arel (2.2.3)
33     builder (3.0.4)
34     capistrano (2.14.1)
35       highline
36       net-scp (>= 1.0.0)
37       net-sftp (>= 2.0.0)
38       net-ssh (>= 2.0.14)
39       net-ssh-gateway (>= 1.1.0)
40     coffee-rails (3.1.1)
41       coffee-script (>= 2.2.0)
42       railties (~> 3.1.0)
43     coffee-script (2.2.0)
44       coffee-script-source
45       execjs
46     coffee-script-source (1.4.0)
47     erubis (2.7.0)
48     execjs (1.4.0)
49       multi_json (~> 1.0)
50     highline (1.6.15)
51     hike (1.2.1)
52     i18n (0.6.1)
53     jquery-rails (2.1.4)
54       railties (>= 3.0, < 5.0)
55       thor (>= 0.14, < 2.0)
56     json (1.7.6)
57     libv8 (3.11.8.13)
58     mail (2.3.3)
59       i18n (>= 0.4.0)
60       mime-types (~> 1.16)
61       treetop (~> 1.4.8)
62     mime-types (1.19)
63     multi_json (1.2.0)
64     net-scp (1.0.4)
65       net-ssh (>= 1.99.1)
66     net-sftp (2.0.5)
67       net-ssh (>= 2.0.9)
68     net-ssh (2.6.3)
69     net-ssh-gateway (1.1.0)
70       net-ssh (>= 1.99.1)
71     pg (0.14.1)
72     polyglot (0.3.3)
73     rack (1.3.8)
74     rack-cache (1.2)
75       rack (>= 0.4)
76     rack-mount (0.8.3)
77       rack (>= 1.0.0)
78     rack-ssl (1.3.2)
79       rack
80     rack-test (0.6.2)
81       rack (>= 1.0)
82     rails (3.1.5)
83       actionmailer (= 3.1.5)
84       actionpack (= 3.1.5)
85       activerecord (= 3.1.5)
86       activeresource (= 3.1.5)
87       activesupport (= 3.1.5)
88       bundler (~> 1.0)
89       railties (= 3.1.5)
90     railties (3.1.5)
91       actionpack (= 3.1.5)
92       activesupport (= 3.1.5)
93       rack-ssl (~> 1.3.2)
94       rake (>= 0.8.7)
95       rdoc (~> 3.4)
96       thor (~> 0.14.6)
97     rake (10.0.3)
98     rdoc (3.12)
99       json (~> 1.4)
100     ref (1.0.2)
101     rvm-capistrano (1.2.7)
102       capistrano (>= 2.0.0)
103     sass (3.2.5)
104     sass-rails (3.1.6)
105       actionpack (~> 3.1.0)
106       railties (~> 3.1.0)
107       sass (>= 3.1.10)
108       tilt (~> 1.3.2)
109     sprockets (2.0.4)
110       hike (~> 1.2)
111       rack (~> 1.0)
112       tilt (~> 1.1, != 1.3.0)
113     therubyracer (0.11.2)
114       libv8 (~> 3.11.8.12)
115       ref
116     thor (0.14.6)
117     tilt (1.3.3)
118     treetop (1.4.12)
119       polyglot
120       polyglot (>= 0.3.1)
121     tzinfo (0.3.35)
122     uglifier (1.3.0)
123       execjs (>= 0.3.0)
124       multi_json (~> 1.0, >= 1.0.2)
125
126 PLATFORMS
127   ruby
128
129 DEPENDENCIES
130   coffee-rails (~> 3.1.1)
131   jquery-rails
132   json
133   pg
134   rails (= 3.1.5)
135   rvm-capistrano
136   sass-rails (~> 3.1.5)
137   therubyracer
138   uglifier (>= 1.0.3)