Mercurial > zeropaste
annotate Gemfile.lock @ 254:bcca41003e84
Use postgres 'cuz mysql is shit.
- utf8 isn't utf8 (hint: utf8mb4)
- index key too loooooooooooong
Nope.
author | edogawaconan <me@myconan.net> |
---|---|
date | Tue, 15 Oct 2013 01:47:19 +0900 |
parents | cf4186119c7d |
children | ceb44fca8b4a |
rev | line source |
---|---|
0 | 1 GEM |
2 remote: https://rubygems.org/ | |
3 specs: | |
234 | 4 actionmailer (4.0.0) |
5 actionpack (= 4.0.0) | |
192
1da19a81f5d7
Update rails to 3.2.13 and various other gems.
Edho Arief <edho@myconan.net>
parents:
186
diff
changeset
|
6 mail (~> 2.5.3) |
234 | 7 actionpack (4.0.0) |
8 activesupport (= 4.0.0) | |
194 | 9 builder (~> 3.1.0) |
0 | 10 erubis (~> 2.7.0) |
194 | 11 rack (~> 1.5.2) |
12 rack-test (~> 0.6.2) | |
13 actionpack-page_caching (1.0.0) | |
14 actionpack (>= 4.0.0.beta, < 5.0) | |
234 | 15 activemodel (4.0.0) |
16 activesupport (= 4.0.0) | |
194 | 17 builder (~> 3.1.0) |
234 | 18 activerecord (4.0.0) |
19 activemodel (= 4.0.0) | |
194 | 20 activerecord-deprecated_finders (~> 1.0.2) |
234 | 21 activesupport (= 4.0.0) |
194 | 22 arel (~> 4.0.0) |
234 | 23 activerecord-deprecated_finders (1.0.3) |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
24 activerecord-jdbc-adapter (1.3.2) |
239 | 25 activerecord (>= 2.2) |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
26 activerecord-jdbcpostgresql-adapter (1.3.2) |
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
27 activerecord-jdbc-adapter (~> 1.3.2) |
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
28 jdbc-postgres (>= 9.1) |
234 | 29 activesupport (4.0.0) |
194 | 30 i18n (~> 0.6, >= 0.6.4) |
31 minitest (~> 4.2) | |
32 multi_json (~> 1.3) | |
33 thread_safe (~> 0.1) | |
34 tzinfo (~> 0.3.37) | |
35 anjlab-bootstrap-rails (2.3.1.2) | |
99
e0e99705e79d
Use gem for bootstrap instead of self-vendoring it.
Edho Arief <edho@myconan.net>
parents:
95
diff
changeset
|
36 railties (>= 3.0) |
e0e99705e79d
Use gem for bootstrap instead of self-vendoring it.
Edho Arief <edho@myconan.net>
parents:
95
diff
changeset
|
37 sass (>= 3.2) |
194 | 38 arel (4.0.0) |
239 | 39 atomic (1.1.14) |
40 atomic (1.1.14-java) | |
192
1da19a81f5d7
Update rails to 3.2.13 and various other gems.
Edho Arief <edho@myconan.net>
parents:
186
diff
changeset
|
41 bouncy-castle-java (1.5.0147) |
194 | 42 builder (3.1.4) |
0 | 43 erubis (2.7.0) |
239 | 44 execjs (2.0.2) |
234 | 45 hike (1.2.3) |
239 | 46 i18n (0.6.5) |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
47 jdbc-postgres (9.2.1002.1) |
236 | 48 jquery-rails (3.0.4) |
169 | 49 railties (>= 3.0, < 5.0) |
50 thor (>= 0.14, < 2.0) | |
239 | 51 jruby-openssl (0.9.2) |
192
1da19a81f5d7
Update rails to 3.2.13 and various other gems.
Edho Arief <edho@myconan.net>
parents:
186
diff
changeset
|
52 bouncy-castle-java (>= 1.5.0147) |
239 | 53 kgio (2.8.1) |
231 | 54 mail (2.5.4) |
0 | 55 mime-types (~> 1.16) |
56 treetop (~> 1.4.8) | |
239 | 57 mime-types (1.25) |
234 | 58 minitest (4.7.5) |
239 | 59 multi_json (1.8.1) |
251 | 60 newrelic_rpm (3.6.8.164) |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
61 pg (0.17.0) |
0 | 62 polyglot (0.3.3) |
239 | 63 puma (2.6.0) |
194 | 64 rack (>= 1.1, < 2.0) |
239 | 65 puma (2.6.0-java) |
194 | 66 rack (>= 1.1, < 2.0) |
186 | 67 quiet_assets (1.0.2) |
68 railties (>= 3.1, < 5.0) | |
194 | 69 rack (1.5.2) |
37 | 70 rack-test (0.6.2) |
0 | 71 rack (>= 1.0) |
234 | 72 rails (4.0.0) |
73 actionmailer (= 4.0.0) | |
74 actionpack (= 4.0.0) | |
75 activerecord (= 4.0.0) | |
76 activesupport (= 4.0.0) | |
194 | 77 bundler (>= 1.3.0, < 2.0) |
234 | 78 railties (= 4.0.0) |
79 sprockets-rails (~> 2.0.0) | |
80 railties (4.0.0) | |
81 actionpack (= 4.0.0) | |
82 activesupport (= 4.0.0) | |
0 | 83 rake (>= 0.8.7) |
194 | 84 thor (>= 0.18.1, < 2.0) |
239 | 85 raindrops (0.12.0) |
234 | 86 rake (10.1.0) |
239 | 87 sass (3.2.12) |
235 | 88 sass-rails (4.0.0) |
194 | 89 railties (>= 4.0.0.beta, < 5.0) |
0 | 90 sass (>= 3.1.10) |
235 | 91 sprockets-rails (~> 2.0.0) |
233 | 92 sprockets (2.10.0) |
0 | 93 hike (~> 1.2) |
95 | 94 multi_json (~> 1.0) |
0 | 95 rack (~> 1.0) |
169 | 96 tilt (~> 1.1, != 1.3.0) |
234 | 97 sprockets-rails (2.0.0) |
194 | 98 actionpack (>= 3.0) |
99 activesupport (>= 3.0) | |
100 sprockets (~> 2.8) | |
162 | 101 therubyrhino (2.0.2) |
160
3f02431cb17d
Added therubyrhino to remove the need of node.js when using jruby.
Edho Arief <edho@myconan.net>
parents:
158
diff
changeset
|
102 therubyrhino_jar (>= 1.7.3) |
3f02431cb17d
Added therubyrhino to remove the need of node.js when using jruby.
Edho Arief <edho@myconan.net>
parents:
158
diff
changeset
|
103 therubyrhino_jar (1.7.4) |
193 | 104 thor (0.18.1) |
239 | 105 thread_safe (0.1.3) |
237 | 106 atomic |
239 | 107 thread_safe (0.1.3-java) |
194 | 108 atomic |
231 | 109 tilt (1.4.1) |
239 | 110 treetop (1.4.15) |
0 | 111 polyglot |
112 polyglot (>= 0.3.1) | |
251 | 113 tzinfo (0.3.38) |
239 | 114 uglifier (2.2.1) |
0 | 115 execjs (>= 0.3.0) |
169 | 116 multi_json (~> 1.0, >= 1.0.2) |
235 | 117 unicorn (4.6.3) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
118 kgio (~> 2.6) |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
119 rack |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
120 raindrops (~> 0.7) |
0 | 121 |
122 PLATFORMS | |
80 | 123 java |
0 | 124 ruby |
125 | |
126 DEPENDENCIES | |
194 | 127 actionpack-page_caching |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
128 activerecord-jdbcpostgresql-adapter |
239 | 129 anjlab-bootstrap-rails (~> 2.3.0) |
38 | 130 jquery-rails |
157
3886be50efde
Apparently jruby-openssl is still required.
Edho Arief <edho@myconan.net>
parents:
155
diff
changeset
|
131 jruby-openssl |
57 | 132 newrelic_rpm |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
133 pg |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
134 puma |
178
e4a0ef308a99
Added quiet_assets for development environment.
Edho Arief <edho@myconan.net>
parents:
175
diff
changeset
|
135 quiet_assets |
194 | 136 rails (~> 4.0.0.rc1) |
137 sass-rails (~> 4.0.0.rc1) | |
160
3f02431cb17d
Added therubyrhino to remove the need of node.js when using jruby.
Edho Arief <edho@myconan.net>
parents:
158
diff
changeset
|
138 therubyrhino |
194 | 139 uglifier |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
140 unicorn |