Add pg gem
[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     erubis (2.7.0)
47     execjs (1.4.0)
48       multi_json (~> 1.0)
49     highline (1.6.15)
50     hike (1.2.1)
51     i18n (0.6.1)
52     journey (1.0.4)
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.4.4)
59       i18n (>= 0.4.0)
60       mime-types (~> 1.16)
61       treetop (~> 1.4.8)
62     mime-types (1.19)
63     multi_json (1.5.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.4.4)
74     rack-cache (1.2)
75       rack (>= 0.4)
76     rack-ssl (1.3.2)
77       rack
78     rack-test (0.6.2)
79       rack (>= 1.0)
80     rails (3.2.11)
81       actionmailer (= 3.2.11)
82       actionpack (= 3.2.11)
83       activerecord (= 3.2.11)
84       activeresource (= 3.2.11)
85       activesupport (= 3.2.11)
86       bundler (~> 1.0)
87       railties (= 3.2.11)
88     railties (3.2.11)
89       actionpack (= 3.2.11)
90       activesupport (= 3.2.11)
91       rack-ssl (~> 1.3.2)
92       rake (>= 0.8.7)
93       rdoc (~> 3.4)
94       thor (>= 0.14.6, < 2.0)
95     rake (10.0.3)
96     rdoc (3.12)
97       json (~> 1.4)
98     ref (1.0.2)
99     rvm-capistrano (1.2.7)
100       capistrano (>= 2.0.0)
101     sass (3.2.5)
102     sass-rails (3.2.6)
103       railties (~> 3.2.0)
104       sass (>= 3.1.10)
105       tilt (~> 1.3)
106     sprockets (2.2.2)
107       hike (~> 1.2)
108       multi_json (~> 1.0)
109       rack (~> 1.0)
110       tilt (~> 1.1, != 1.3.0)
111     therubyracer (0.11.2)
112       libv8 (~> 3.11.8.12)
113       ref
114     thor (0.16.0)
115     tilt (1.3.3)
116     treetop (1.4.12)
117       polyglot
118       polyglot (>= 0.3.1)
119     tzinfo (0.3.35)
120     uglifier (1.3.0)
121       execjs (>= 0.3.0)
122       multi_json (~> 1.0, >= 1.0.2)
123
124 PLATFORMS
125   ruby
126
127 DEPENDENCIES
128   coffee-rails (~> 3.2.1)
129   jquery-rails
130   pg
131   rails (= 3.2.11)
132   rvm-capistrano
133   sass-rails (~> 3.2.3)
134   therubyracer
135   uglifier (>= 1.0.3)