Mercurial > zeropaste
annotate Gemfile.lock @ 335:58d7fa50b8cc
Update gems.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 23 Apr 2014 09:25:11 +0900 |
parents | 41b0903c9b2b |
children | cfbf85da43c6 |
rev | line source |
---|---|
0 | 1 GEM |
2 remote: https://rubygems.org/ | |
3 specs: | |
327 | 4 actionmailer (4.1.0) |
5 actionpack (= 4.1.0) | |
6 actionview (= 4.1.0) | |
294 | 7 mail (~> 2.5.4) |
327 | 8 actionpack (4.1.0) |
9 actionview (= 4.1.0) | |
10 activesupport (= 4.1.0) | |
194 | 11 rack (~> 1.5.2) |
12 rack-test (~> 0.6.2) | |
327 | 13 actionview (4.1.0) |
14 activesupport (= 4.1.0) | |
304 | 15 builder (~> 3.1) |
16 erubis (~> 2.7.0) | |
327 | 17 activemodel (4.1.0) |
18 activesupport (= 4.1.0) | |
304 | 19 builder (~> 3.1) |
327 | 20 activerecord (4.1.0) |
21 activemodel (= 4.1.0) | |
22 activesupport (= 4.1.0) | |
304 | 23 arel (~> 5.0.0) |
335 | 24 activerecord-jdbc-adapter (1.3.7) |
239 | 25 activerecord (>= 2.2) |
335 | 26 activerecord-jdbcpostgresql-adapter (1.3.7) |
27 activerecord-jdbc-adapter (~> 1.3.7) | |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
28 jdbc-postgres (>= 9.1) |
327 | 29 activesupport (4.1.0) |
304 | 30 i18n (~> 0.6, >= 0.6.9) |
31 json (~> 1.7, >= 1.7.7) | |
32 minitest (~> 5.1) | |
194 | 33 thread_safe (~> 0.1) |
304 | 34 tzinfo (~> 1.1) |
335 | 35 arel (5.0.1.20140414130214) |
334 | 36 bootstrap-sass (3.1.1.1) |
37 sass (~> 3.2) | |
192
1da19a81f5d7
Update rails to 3.2.13 and various other gems.
Edho Arief <edho@myconan.net>
parents:
186
diff
changeset
|
38 bouncy-castle-java (1.5.0147) |
304 | 39 builder (3.2.2) |
320 | 40 dalli (2.7.0) |
0 | 41 erubis (2.7.0) |
239 | 42 execjs (2.0.2) |
234 | 43 hike (1.2.3) |
310 | 44 hooves (0.7) |
45 unicorn (> 0) | |
294 | 46 i18n (0.6.9) |
312 | 47 jdbc-postgres (9.3.1101) |
295 | 48 jquery-rails (3.1.0) |
169 | 49 railties (>= 3.0, < 5.0) |
50 thor (>= 0.14, < 2.0) | |
294 | 51 jruby-openssl (0.9.4) |
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) |
294 | 53 json (1.8.1) |
54 json (1.8.1-java) | |
303 | 55 kgio (2.9.2) |
231 | 56 mail (2.5.4) |
0 | 57 mime-types (~> 1.16) |
58 treetop (~> 1.4.8) | |
294 | 59 mime-types (1.25.1) |
335 | 60 minitest (5.3.3) |
312 | 61 multi_json (1.9.2) |
335 | 62 newrelic_rpm (3.8.0.218) |
294 | 63 pg (0.17.1) |
302 | 64 polyglot (0.3.4) |
328 | 65 puma (2.8.2) |
194 | 66 rack (>= 1.1, < 2.0) |
328 | 67 puma (2.8.2-java) |
194 | 68 rack (>= 1.1, < 2.0) |
186 | 69 quiet_assets (1.0.2) |
70 railties (>= 3.1, < 5.0) | |
194 | 71 rack (1.5.2) |
37 | 72 rack-test (0.6.2) |
0 | 73 rack (>= 1.0) |
327 | 74 rails (4.1.0) |
75 actionmailer (= 4.1.0) | |
76 actionpack (= 4.1.0) | |
77 actionview (= 4.1.0) | |
78 activemodel (= 4.1.0) | |
79 activerecord (= 4.1.0) | |
80 activesupport (= 4.1.0) | |
194 | 81 bundler (>= 1.3.0, < 2.0) |
327 | 82 railties (= 4.1.0) |
83 sprockets-rails (~> 2.0) | |
84 railties (4.1.0) | |
85 actionpack (= 4.1.0) | |
86 activesupport (= 4.1.0) | |
0 | 87 rake (>= 0.8.7) |
194 | 88 thor (>= 0.18.1, < 2.0) |
303 | 89 raindrops (0.13.0) |
335 | 90 rake (10.3.1) |
327 | 91 sass (3.2.19) |
312 | 92 sass-rails (4.0.3) |
294 | 93 railties (>= 4.0.0, < 5.0) |
312 | 94 sass (~> 3.2.0) |
95 sprockets (~> 2.8, <= 2.11.0) | |
96 sprockets-rails (~> 2.0) | |
97 sprockets (2.11.0) | |
0 | 98 hike (~> 1.2) |
95 | 99 multi_json (~> 1.0) |
0 | 100 rack (~> 1.0) |
169 | 101 tilt (~> 1.1, != 1.3.0) |
328 | 102 sprockets-rails (2.1.3) |
194 | 103 actionpack (>= 3.0) |
104 activesupport (>= 3.0) | |
105 sprockets (~> 2.8) | |
312 | 106 therubyrhino (2.0.3) |
160
3f02431cb17d
Added therubyrhino to remove the need of node.js when using jruby.
Edho Arief <edho@myconan.net>
parents:
158
diff
changeset
|
107 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
|
108 therubyrhino_jar (1.7.4) |
312 | 109 thor (0.19.1) |
327 | 110 thread_safe (0.3.3) |
111 thread_safe (0.3.3-java) | |
231 | 112 tilt (1.4.1) |
239 | 113 treetop (1.4.15) |
0 | 114 polyglot |
115 polyglot (>= 0.3.1) | |
304 | 116 tzinfo (1.1.0) |
117 thread_safe (~> 0.1) | |
312 | 118 uglifier (2.5.0) |
0 | 119 execjs (>= 0.3.0) |
294 | 120 json (>= 1.8.0) |
296 | 121 unicorn (4.8.2) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
122 kgio (~> 2.6) |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
123 rack |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
124 raindrops (~> 0.7) |
0 | 125 |
126 PLATFORMS | |
80 | 127 java |
0 | 128 ruby |
129 | |
130 DEPENDENCIES | |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
131 activerecord-jdbcpostgresql-adapter |
334 | 132 bootstrap-sass |
320 | 133 dalli |
310 | 134 hooves |
38 | 135 jquery-rails |
157
3886be50efde
Apparently jruby-openssl is still required.
Edho Arief <edho@myconan.net>
parents:
155
diff
changeset
|
136 jruby-openssl |
57 | 137 newrelic_rpm |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
138 pg |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
139 puma |
178
e4a0ef308a99
Added quiet_assets for development environment.
Edho Arief <edho@myconan.net>
parents:
175
diff
changeset
|
140 quiet_assets |
327 | 141 rails (~> 4.1.0) |
142 sass-rails | |
160
3f02431cb17d
Added therubyrhino to remove the need of node.js when using jruby.
Edho Arief <edho@myconan.net>
parents:
158
diff
changeset
|
143 therubyrhino |
194 | 144 uglifier |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
145 unicorn |