Mercurial > zeropaste
annotate Gemfile.lock @ 52:4c782f8d835b
Merge.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 04 Oct 2012 04:23:39 +0700 |
parents | 91d3749cbff8 |
children | 85e9dc5df11c |
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) | |
37 | 32 builder (3.0.3) |
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) |
38 | 39 jquery-rails (2.1.3) |
40 railties (>= 3.1.0, < 5.0) | |
41 thor (~> 0.14) | |
0 | 42 json (1.7.5) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
43 kgio (2.7.4) |
0 | 44 mail (2.4.4) |
45 i18n (>= 0.4.0) | |
46 mime-types (~> 1.16) | |
47 treetop (~> 1.4.8) | |
48 mime-types (1.19) | |
49 multi_json (1.3.6) | |
50 mysql2 (0.3.11) | |
51 polyglot (0.3.3) | |
20 | 52 puma (1.6.3) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
53 rack (~> 1.2) |
0 | 54 rack (1.4.1) |
55 rack-cache (1.2) | |
56 rack (>= 0.4) | |
57 rack-ssl (1.3.2) | |
58 rack | |
37 | 59 rack-test (0.6.2) |
0 | 60 rack (>= 1.0) |
61 rails (3.2.8) | |
62 actionmailer (= 3.2.8) | |
63 actionpack (= 3.2.8) | |
64 activerecord (= 3.2.8) | |
65 activeresource (= 3.2.8) | |
66 activesupport (= 3.2.8) | |
67 bundler (~> 1.0) | |
68 railties (= 3.2.8) | |
69 railties (3.2.8) | |
70 actionpack (= 3.2.8) | |
71 activesupport (= 3.2.8) | |
72 rack-ssl (~> 1.3.2) | |
73 rake (>= 0.8.7) | |
74 rdoc (~> 3.4) | |
75 thor (>= 0.14.6, < 2.0) | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
76 raindrops (0.10.0) |
0 | 77 rake (0.9.2.2) |
78 rdoc (3.12) | |
79 json (~> 1.4) | |
80 sass (3.2.1) | |
81 sass-rails (3.2.5) | |
82 railties (~> 3.2.0) | |
83 sass (>= 3.1.10) | |
84 tilt (~> 1.3) | |
85 sprockets (2.1.3) | |
86 hike (~> 1.2) | |
87 rack (~> 1.0) | |
88 tilt (~> 1.1, != 1.3.0) | |
89 thor (0.16.0) | |
90 tilt (1.3.3) | |
91 treetop (1.4.10) | |
92 polyglot | |
93 polyglot (>= 0.3.1) | |
94 tzinfo (0.3.33) | |
20 | 95 uglifier (1.3.0) |
0 | 96 execjs (>= 0.3.0) |
20 | 97 multi_json (~> 1.0, >= 1.0.2) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
98 unicorn (4.3.1) |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
99 kgio (~> 2.6) |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
100 rack |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
101 raindrops (~> 0.7) |
0 | 102 |
103 PLATFORMS | |
104 ruby | |
105 | |
106 DEPENDENCIES | |
38 | 107 jquery-rails |
0 | 108 json |
109 mysql2 | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
110 puma |
0 | 111 rails (= 3.2.8) |
112 sass-rails (~> 3.2.3) | |
113 uglifier (>= 1.0.3) | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
114 unicorn |