Mercurial > zeropaste
annotate Gemfile.lock @ 26:a8b0775798c3
Added title.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 10 Sep 2012 03:49:08 +0700 |
parents | dd3472e48289 |
children | 9bc1bc5ae10d |
rev | line source |
---|---|
0 | 1 GEM |
2 remote: https://rubygems.org/ | |
3 specs: | |
4 actionmailer (3.2.8) | |
5 actionpack (= 3.2.8) | |
6 mail (~> 2.4.4) | |
7 actionpack (3.2.8) | |
8 activemodel (= 3.2.8) | |
9 activesupport (= 3.2.8) | |
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.1.3) | |
17 activemodel (3.2.8) | |
18 activesupport (= 3.2.8) | |
19 builder (~> 3.0.0) | |
20 activerecord (3.2.8) | |
21 activemodel (= 3.2.8) | |
22 activesupport (= 3.2.8) | |
23 arel (~> 3.0.2) | |
24 tzinfo (~> 0.3.29) | |
25 activeresource (3.2.8) | |
26 activemodel (= 3.2.8) | |
27 activesupport (= 3.2.8) | |
28 activesupport (3.2.8) | |
29 i18n (~> 0.6) | |
30 multi_json (~> 1.0) | |
31 arel (3.0.2) | |
32 builder (3.0.0) | |
33 erubis (2.7.0) | |
34 execjs (1.4.0) | |
35 multi_json (~> 1.0) | |
36 hike (1.2.1) | |
20 | 37 i18n (0.6.1) |
0 | 38 journey (1.0.4) |
39 json (1.7.5) | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
40 kgio (2.7.4) |
0 | 41 mail (2.4.4) |
42 i18n (>= 0.4.0) | |
43 mime-types (~> 1.16) | |
44 treetop (~> 1.4.8) | |
45 mime-types (1.19) | |
46 multi_json (1.3.6) | |
47 mysql2 (0.3.11) | |
48 polyglot (0.3.3) | |
20 | 49 puma (1.6.3) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
50 rack (~> 1.2) |
0 | 51 rack (1.4.1) |
52 rack-cache (1.2) | |
53 rack (>= 0.4) | |
54 rack-ssl (1.3.2) | |
55 rack | |
56 rack-test (0.6.1) | |
57 rack (>= 1.0) | |
58 rails (3.2.8) | |
59 actionmailer (= 3.2.8) | |
60 actionpack (= 3.2.8) | |
61 activerecord (= 3.2.8) | |
62 activeresource (= 3.2.8) | |
63 activesupport (= 3.2.8) | |
64 bundler (~> 1.0) | |
65 railties (= 3.2.8) | |
66 railties (3.2.8) | |
67 actionpack (= 3.2.8) | |
68 activesupport (= 3.2.8) | |
69 rack-ssl (~> 1.3.2) | |
70 rake (>= 0.8.7) | |
71 rdoc (~> 3.4) | |
72 thor (>= 0.14.6, < 2.0) | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
73 raindrops (0.10.0) |
0 | 74 rake (0.9.2.2) |
75 rdoc (3.12) | |
76 json (~> 1.4) | |
77 sass (3.2.1) | |
78 sass-rails (3.2.5) | |
79 railties (~> 3.2.0) | |
80 sass (>= 3.1.10) | |
81 tilt (~> 1.3) | |
82 sprockets (2.1.3) | |
83 hike (~> 1.2) | |
84 rack (~> 1.0) | |
85 tilt (~> 1.1, != 1.3.0) | |
86 thor (0.16.0) | |
87 tilt (1.3.3) | |
88 treetop (1.4.10) | |
89 polyglot | |
90 polyglot (>= 0.3.1) | |
91 tzinfo (0.3.33) | |
20 | 92 uglifier (1.3.0) |
0 | 93 execjs (>= 0.3.0) |
20 | 94 multi_json (~> 1.0, >= 1.0.2) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
95 unicorn (4.3.1) |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
96 kgio (~> 2.6) |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
97 rack |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
98 raindrops (~> 0.7) |
0 | 99 |
100 PLATFORMS | |
101 ruby | |
102 | |
103 DEPENDENCIES | |
104 json | |
105 mysql2 | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
106 puma |
0 | 107 rails (= 3.2.8) |
108 sass-rails (~> 3.2.3) | |
109 uglifier (>= 1.0.3) | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
110 unicorn |