Mercurial > zeropaste
annotate Gemfile.lock @ 304:602196221350
Welcome to rails 4.1.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 19 Feb 2014 13:11:12 +0900 |
parents | 5e16fc534c76 |
children | f695d7ecdd27 |
rev | line source |
---|---|
0 | 1 GEM |
2 remote: https://rubygems.org/ | |
3 specs: | |
304 | 4 actionmailer (4.1.0.rc1) |
5 actionpack (= 4.1.0.rc1) | |
6 actionview (= 4.1.0.rc1) | |
294 | 7 mail (~> 2.5.4) |
304 | 8 actionpack (4.1.0.rc1) |
9 actionview (= 4.1.0.rc1) | |
10 activesupport (= 4.1.0.rc1) | |
194 | 11 rack (~> 1.5.2) |
12 rack-test (~> 0.6.2) | |
294 | 13 actionpack-page_caching (1.0.2) |
14 actionpack (>= 4.0.0, < 5) | |
304 | 15 actionview (4.1.0.rc1) |
16 activesupport (= 4.1.0.rc1) | |
17 builder (~> 3.1) | |
18 erubis (~> 2.7.0) | |
19 activemodel (4.1.0.rc1) | |
20 activesupport (= 4.1.0.rc1) | |
21 builder (~> 3.1) | |
22 activerecord (4.1.0.rc1) | |
23 activemodel (= 4.1.0.rc1) | |
24 activesupport (= 4.1.0.rc1) | |
25 arel (~> 5.0.0) | |
296 | 26 activerecord-jdbc-adapter (1.3.6) |
239 | 27 activerecord (>= 2.2) |
296 | 28 activerecord-jdbcpostgresql-adapter (1.3.6) |
29 activerecord-jdbc-adapter (~> 1.3.6) | |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
30 jdbc-postgres (>= 9.1) |
304 | 31 activesupport (4.1.0.rc1) |
32 i18n (~> 0.6, >= 0.6.9) | |
33 json (~> 1.7, >= 1.7.7) | |
34 minitest (~> 5.1) | |
194 | 35 thread_safe (~> 0.1) |
304 | 36 tzinfo (~> 1.1) |
294 | 37 anjlab-bootstrap-rails (3.0.3.0) |
99
e0e99705e79d
Use gem for bootstrap instead of self-vendoring it.
Edho Arief <edho@myconan.net>
parents:
95
diff
changeset
|
38 railties (>= 3.0) |
e0e99705e79d
Use gem for bootstrap instead of self-vendoring it.
Edho Arief <edho@myconan.net>
parents:
95
diff
changeset
|
39 sass (>= 3.2) |
304 | 40 arel (5.0.0) |
239 | 41 atomic (1.1.14) |
42 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
|
43 bouncy-castle-java (1.5.0147) |
304 | 44 builder (3.2.2) |
0 | 45 erubis (2.7.0) |
239 | 46 execjs (2.0.2) |
234 | 47 hike (1.2.3) |
294 | 48 i18n (0.6.9) |
49 jdbc-postgres (9.3.1100) | |
295 | 50 jquery-rails (3.1.0) |
169 | 51 railties (>= 3.0, < 5.0) |
52 thor (>= 0.14, < 2.0) | |
294 | 53 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
|
54 bouncy-castle-java (>= 1.5.0147) |
294 | 55 json (1.8.1) |
56 json (1.8.1-java) | |
303 | 57 kgio (2.9.2) |
231 | 58 mail (2.5.4) |
0 | 59 mime-types (~> 1.16) |
60 treetop (~> 1.4.8) | |
294 | 61 mime-types (1.25.1) |
304 | 62 minitest (5.2.3) |
295 | 63 multi_json (1.8.4) |
303 | 64 newrelic_rpm (3.7.2.195) |
294 | 65 pg (0.17.1) |
302 | 66 polyglot (0.3.4) |
294 | 67 puma (2.7.1) |
194 | 68 rack (>= 1.1, < 2.0) |
294 | 69 puma (2.7.1-java) |
194 | 70 rack (>= 1.1, < 2.0) |
186 | 71 quiet_assets (1.0.2) |
72 railties (>= 3.1, < 5.0) | |
194 | 73 rack (1.5.2) |
37 | 74 rack-test (0.6.2) |
0 | 75 rack (>= 1.0) |
304 | 76 rails (4.1.0.rc1) |
77 actionmailer (= 4.1.0.rc1) | |
78 actionpack (= 4.1.0.rc1) | |
79 actionview (= 4.1.0.rc1) | |
80 activemodel (= 4.1.0.rc1) | |
81 activerecord (= 4.1.0.rc1) | |
82 activesupport (= 4.1.0.rc1) | |
194 | 83 bundler (>= 1.3.0, < 2.0) |
304 | 84 railties (= 4.1.0.rc1) |
234 | 85 sprockets-rails (~> 2.0.0) |
304 | 86 railties (4.1.0.rc1) |
87 actionpack (= 4.1.0.rc1) | |
88 activesupport (= 4.1.0.rc1) | |
0 | 89 rake (>= 0.8.7) |
194 | 90 thor (>= 0.18.1, < 2.0) |
303 | 91 raindrops (0.13.0) |
294 | 92 rake (10.1.1) |
295 | 93 sass (3.2.14) |
294 | 94 sass-rails (4.0.1) |
95 railties (>= 4.0.0, < 5.0) | |
0 | 96 sass (>= 3.1.10) |
235 | 97 sprockets-rails (~> 2.0.0) |
294 | 98 sprockets (2.10.1) |
0 | 99 hike (~> 1.2) |
95 | 100 multi_json (~> 1.0) |
0 | 101 rack (~> 1.0) |
169 | 102 tilt (~> 1.1, != 1.3.0) |
294 | 103 sprockets-rails (2.0.1) |
194 | 104 actionpack (>= 3.0) |
105 activesupport (>= 3.0) | |
106 sprockets (~> 2.8) | |
162 | 107 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
|
108 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
|
109 therubyrhino_jar (1.7.4) |
193 | 110 thor (0.18.1) |
239 | 111 thread_safe (0.1.3) |
237 | 112 atomic |
239 | 113 thread_safe (0.1.3-java) |
194 | 114 atomic |
231 | 115 tilt (1.4.1) |
239 | 116 treetop (1.4.15) |
0 | 117 polyglot |
118 polyglot (>= 0.3.1) | |
304 | 119 tzinfo (1.1.0) |
120 thread_safe (~> 0.1) | |
294 | 121 uglifier (2.4.0) |
0 | 122 execjs (>= 0.3.0) |
294 | 123 json (>= 1.8.0) |
296 | 124 unicorn (4.8.2) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
125 kgio (~> 2.6) |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
126 rack |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
127 raindrops (~> 0.7) |
0 | 128 |
129 PLATFORMS | |
80 | 130 java |
0 | 131 ruby |
132 | |
133 DEPENDENCIES | |
194 | 134 actionpack-page_caching |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
135 activerecord-jdbcpostgresql-adapter |
258 | 136 anjlab-bootstrap-rails |
38 | 137 jquery-rails |
157
3886be50efde
Apparently jruby-openssl is still required.
Edho Arief <edho@myconan.net>
parents:
155
diff
changeset
|
138 jruby-openssl |
57 | 139 newrelic_rpm |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
140 pg |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
141 puma |
178
e4a0ef308a99
Added quiet_assets for development environment.
Edho Arief <edho@myconan.net>
parents:
175
diff
changeset
|
142 quiet_assets |
304 | 143 rails (~> 4.1.0.rc1) |
194 | 144 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
|
145 therubyrhino |
194 | 146 uglifier |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
147 unicorn |