comparison Gemfile.lock @ 17:8c0f70f8249e

Added webservers - puma and unicorn.
author Edho Arief <edho@myconan.net>
date Mon, 27 Aug 2012 07:44:17 -0700
parents 49c0949ee47e
children dd3472e48289
comparison
equal deleted inserted replaced
16:0d68bfd35971 17:8c0f70f8249e
35 multi_json (~> 1.0) 35 multi_json (~> 1.0)
36 hike (1.2.1) 36 hike (1.2.1)
37 i18n (0.6.0) 37 i18n (0.6.0)
38 journey (1.0.4) 38 journey (1.0.4)
39 json (1.7.5) 39 json (1.7.5)
40 kgio (2.7.4)
40 mail (2.4.4) 41 mail (2.4.4)
41 i18n (>= 0.4.0) 42 i18n (>= 0.4.0)
42 mime-types (~> 1.16) 43 mime-types (~> 1.16)
43 treetop (~> 1.4.8) 44 treetop (~> 1.4.8)
44 mime-types (1.19) 45 mime-types (1.19)
45 multi_json (1.3.6) 46 multi_json (1.3.6)
46 mysql2 (0.3.11) 47 mysql2 (0.3.11)
47 polyglot (0.3.3) 48 polyglot (0.3.3)
49 puma (1.6.1)
50 rack (~> 1.2)
48 rack (1.4.1) 51 rack (1.4.1)
49 rack-cache (1.2) 52 rack-cache (1.2)
50 rack (>= 0.4) 53 rack (>= 0.4)
51 rack-ssl (1.3.2) 54 rack-ssl (1.3.2)
52 rack 55 rack
65 activesupport (= 3.2.8) 68 activesupport (= 3.2.8)
66 rack-ssl (~> 1.3.2) 69 rack-ssl (~> 1.3.2)
67 rake (>= 0.8.7) 70 rake (>= 0.8.7)
68 rdoc (~> 3.4) 71 rdoc (~> 3.4)
69 thor (>= 0.14.6, < 2.0) 72 thor (>= 0.14.6, < 2.0)
73 raindrops (0.10.0)
70 rake (0.9.2.2) 74 rake (0.9.2.2)
71 rdoc (3.12) 75 rdoc (3.12)
72 json (~> 1.4) 76 json (~> 1.4)
73 sass (3.2.1) 77 sass (3.2.1)
74 sass-rails (3.2.5) 78 sass-rails (3.2.5)
86 polyglot (>= 0.3.1) 90 polyglot (>= 0.3.1)
87 tzinfo (0.3.33) 91 tzinfo (0.3.33)
88 uglifier (1.2.7) 92 uglifier (1.2.7)
89 execjs (>= 0.3.0) 93 execjs (>= 0.3.0)
90 multi_json (~> 1.3) 94 multi_json (~> 1.3)
95 unicorn (4.3.1)
96 kgio (~> 2.6)
97 rack
98 raindrops (~> 0.7)
91 99
92 PLATFORMS 100 PLATFORMS
93 ruby 101 ruby
94 102
95 DEPENDENCIES 103 DEPENDENCIES
96 json 104 json
97 mysql2 105 mysql2
106 puma
98 rails (= 3.2.8) 107 rails (= 3.2.8)
99 sass-rails (~> 3.2.3) 108 sass-rails (~> 3.2.3)
100 uglifier (>= 1.0.3) 109 uglifier (>= 1.0.3)
110 unicorn