Mercurial > zeropaste
annotate Gemfile.lock @ 81:d727fac4d4e5
Updated gems.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 15 Oct 2012 03:43:40 -0700 |
parents | b1de54c37b70 |
children | a08b7138f25d |
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) | |
80 | 25 activerecord-jdbc-adapter (1.2.2) |
26 activerecord-jdbcmysql-adapter (1.2.2) | |
27 activerecord-jdbc-adapter (~> 1.2.2) | |
28 jdbc-mysql (~> 5.1.0) | |
0 | 29 activeresource (3.2.8) |
30 activemodel (= 3.2.8) | |
31 activesupport (= 3.2.8) | |
32 activesupport (3.2.8) | |
33 i18n (~> 0.6) | |
34 multi_json (~> 1.0) | |
35 arel (3.0.2) | |
80 | 36 bouncy-castle-java (1.5.0146.1) |
37 | 37 builder (3.0.3) |
0 | 38 erubis (2.7.0) |
39 execjs (1.4.0) | |
40 multi_json (~> 1.0) | |
41 hike (1.2.1) | |
20 | 42 i18n (0.6.1) |
80 | 43 jdbc-mysql (5.1.13) |
0 | 44 journey (1.0.4) |
38 | 45 jquery-rails (2.1.3) |
46 railties (>= 3.1.0, < 5.0) | |
47 thor (~> 0.14) | |
80 | 48 jruby-openssl (0.7.7) |
49 bouncy-castle-java (>= 1.5.0146.1) | |
0 | 50 json (1.7.5) |
80 | 51 json (1.7.5-java) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
52 kgio (2.7.4) |
0 | 53 mail (2.4.4) |
54 i18n (>= 0.4.0) | |
55 mime-types (~> 1.16) | |
56 treetop (~> 1.4.8) | |
57 mime-types (1.19) | |
58 multi_json (1.3.6) | |
59 mysql2 (0.3.11) | |
81 | 60 newrelic_rpm (3.5.0) |
0 | 61 polyglot (0.3.3) |
20 | 62 puma (1.6.3) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
63 rack (~> 1.2) |
80 | 64 puma (1.6.3-java) |
65 rack (~> 1.2) | |
0 | 66 rack (1.4.1) |
67 rack-cache (1.2) | |
68 rack (>= 0.4) | |
69 rack-ssl (1.3.2) | |
70 rack | |
37 | 71 rack-test (0.6.2) |
0 | 72 rack (>= 1.0) |
73 rails (3.2.8) | |
74 actionmailer (= 3.2.8) | |
75 actionpack (= 3.2.8) | |
76 activerecord (= 3.2.8) | |
77 activeresource (= 3.2.8) | |
78 activesupport (= 3.2.8) | |
79 bundler (~> 1.0) | |
80 railties (= 3.2.8) | |
81 railties (3.2.8) | |
82 actionpack (= 3.2.8) | |
83 activesupport (= 3.2.8) | |
84 rack-ssl (~> 1.3.2) | |
85 rake (>= 0.8.7) | |
86 rdoc (~> 3.4) | |
87 thor (>= 0.14.6, < 2.0) | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
88 raindrops (0.10.0) |
0 | 89 rake (0.9.2.2) |
90 rdoc (3.12) | |
91 json (~> 1.4) | |
92 sass (3.2.1) | |
93 sass-rails (3.2.5) | |
94 railties (~> 3.2.0) | |
95 sass (>= 3.1.10) | |
96 tilt (~> 1.3) | |
97 sprockets (2.1.3) | |
98 hike (~> 1.2) | |
99 rack (~> 1.0) | |
100 tilt (~> 1.1, != 1.3.0) | |
101 thor (0.16.0) | |
102 tilt (1.3.3) | |
81 | 103 treetop (1.4.11) |
0 | 104 polyglot |
105 polyglot (>= 0.3.1) | |
106 tzinfo (0.3.33) | |
20 | 107 uglifier (1.3.0) |
0 | 108 execjs (>= 0.3.0) |
20 | 109 multi_json (~> 1.0, >= 1.0.2) |
81 | 110 unicorn (4.4.0) |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
111 kgio (~> 2.6) |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
112 rack |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
113 raindrops (~> 0.7) |
0 | 114 |
115 PLATFORMS | |
80 | 116 java |
0 | 117 ruby |
118 | |
119 DEPENDENCIES | |
80 | 120 activerecord-jdbcmysql-adapter |
38 | 121 jquery-rails |
80 | 122 jruby-openssl |
0 | 123 json |
124 mysql2 | |
57 | 125 newrelic_rpm |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
126 puma |
0 | 127 rails (= 3.2.8) |
128 sass-rails (~> 3.2.3) | |
129 uglifier (>= 1.0.3) | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
130 unicorn |