Mercurial > zeropaste
annotate Gemfile.lock @ 61:d32e532a8f1a
Added link to source repository.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 04 Oct 2012 09:05:05 +0700 |
parents | 85e9dc5df11c |
children | b1de54c37b70 |
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) | |
57 | 51 newrelic_rpm (3.4.2.1) |
0 | 52 polyglot (0.3.3) |
20 | 53 puma (1.6.3) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
54 rack (~> 1.2) |
0 | 55 rack (1.4.1) |
56 rack-cache (1.2) | |
57 rack (>= 0.4) | |
58 rack-ssl (1.3.2) | |
59 rack | |
37 | 60 rack-test (0.6.2) |
0 | 61 rack (>= 1.0) |
62 rails (3.2.8) | |
63 actionmailer (= 3.2.8) | |
64 actionpack (= 3.2.8) | |
65 activerecord (= 3.2.8) | |
66 activeresource (= 3.2.8) | |
67 activesupport (= 3.2.8) | |
68 bundler (~> 1.0) | |
69 railties (= 3.2.8) | |
70 railties (3.2.8) | |
71 actionpack (= 3.2.8) | |
72 activesupport (= 3.2.8) | |
73 rack-ssl (~> 1.3.2) | |
74 rake (>= 0.8.7) | |
75 rdoc (~> 3.4) | |
76 thor (>= 0.14.6, < 2.0) | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
77 raindrops (0.10.0) |
0 | 78 rake (0.9.2.2) |
79 rdoc (3.12) | |
80 json (~> 1.4) | |
81 sass (3.2.1) | |
82 sass-rails (3.2.5) | |
83 railties (~> 3.2.0) | |
84 sass (>= 3.1.10) | |
85 tilt (~> 1.3) | |
86 sprockets (2.1.3) | |
87 hike (~> 1.2) | |
88 rack (~> 1.0) | |
89 tilt (~> 1.1, != 1.3.0) | |
90 thor (0.16.0) | |
91 tilt (1.3.3) | |
92 treetop (1.4.10) | |
93 polyglot | |
94 polyglot (>= 0.3.1) | |
95 tzinfo (0.3.33) | |
20 | 96 uglifier (1.3.0) |
0 | 97 execjs (>= 0.3.0) |
20 | 98 multi_json (~> 1.0, >= 1.0.2) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
99 unicorn (4.3.1) |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
100 kgio (~> 2.6) |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
101 rack |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
102 raindrops (~> 0.7) |
0 | 103 |
104 PLATFORMS | |
105 ruby | |
106 | |
107 DEPENDENCIES | |
38 | 108 jquery-rails |
0 | 109 json |
110 mysql2 | |
57 | 111 newrelic_rpm |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
112 puma |
0 | 113 rails (= 3.2.8) |
114 sass-rails (~> 3.2.3) | |
115 uglifier (>= 1.0.3) | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
116 unicorn |