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