comparison Gemfile.lock @ 26:a4deb8a43cc3

Add standalone servers.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 23:51:16 +0900
parents aad3b253ffd5
children 03f904c070f7
comparison
equal deleted inserted replaced
25:70d70736faee 26:a4deb8a43cc3
37 multipart-post (>= 1.2, < 3) 37 multipart-post (>= 1.2, < 3)
38 hike (1.2.3) 38 hike (1.2.3)
39 http (0.6.2) 39 http (0.6.2)
40 http_parser.rb (~> 0.6.0) 40 http_parser.rb (~> 0.6.0)
41 http_parser.rb (0.6.0) 41 http_parser.rb (0.6.0)
42 http_parser.rb (0.6.0-java)
42 i18n (0.6.11) 43 i18n (0.6.11)
43 json (1.8.1) 44 json (1.8.1)
45 json (1.8.1-java)
46 kgio (2.9.2)
44 mail (2.5.4) 47 mail (2.5.4)
45 mime-types (~> 1.16) 48 mime-types (~> 1.16)
46 treetop (~> 1.4.8) 49 treetop (~> 1.4.8)
47 memoizable (0.4.2) 50 memoizable (0.4.2)
48 thread_safe (~> 0.3, >= 0.3.1) 51 thread_safe (~> 0.3, >= 0.3.1)
50 minitest (5.4.1) 53 minitest (5.4.1)
51 multi_json (1.10.1) 54 multi_json (1.10.1)
52 multipart-post (2.0.0) 55 multipart-post (2.0.0)
53 naught (1.0.0) 56 naught (1.0.0)
54 polyglot (0.3.5) 57 polyglot (0.3.5)
58 puma (2.9.0)
59 rack (>= 1.1, < 2.0)
60 puma (2.9.0-java)
61 rack (>= 1.1, < 2.0)
55 rack (1.5.2) 62 rack (1.5.2)
56 rack-test (0.6.2) 63 rack-test (0.6.2)
57 rack (>= 1.0) 64 rack (>= 1.0)
58 rails (4.1.5) 65 rails (4.1.5)
59 actionmailer (= 4.1.5) 66 actionmailer (= 4.1.5)
68 railties (4.1.5) 75 railties (4.1.5)
69 actionpack (= 4.1.5) 76 actionpack (= 4.1.5)
70 activesupport (= 4.1.5) 77 activesupport (= 4.1.5)
71 rake (>= 0.8.7) 78 rake (>= 0.8.7)
72 thor (>= 0.18.1, < 2.0) 79 thor (>= 0.18.1, < 2.0)
80 raindrops (0.13.0)
73 rake (10.3.2) 81 rake (10.3.2)
74 rdoc (4.1.1) 82 rdoc (4.1.1)
75 json (~> 1.4) 83 json (~> 1.4)
76 sdoc (0.4.1) 84 sdoc (0.4.1)
77 json (~> 1.7, >= 1.7.7) 85 json (~> 1.7, >= 1.7.7)
87 actionpack (>= 3.0) 95 actionpack (>= 3.0)
88 activesupport (>= 3.0) 96 activesupport (>= 3.0)
89 sprockets (~> 2.8) 97 sprockets (~> 2.8)
90 thor (0.19.1) 98 thor (0.19.1)
91 thread_safe (0.3.4) 99 thread_safe (0.3.4)
100 thread_safe (0.3.4-java)
92 tilt (1.4.1) 101 tilt (1.4.1)
93 treetop (1.4.15) 102 treetop (1.4.15)
94 polyglot 103 polyglot
95 polyglot (>= 0.3.1) 104 polyglot (>= 0.3.1)
96 twitter (5.11.0) 105 twitter (5.11.0)
108 unf (~> 0.1.0) 117 unf (~> 0.1.0)
109 tzinfo (1.2.2) 118 tzinfo (1.2.2)
110 thread_safe (~> 0.1) 119 thread_safe (~> 0.1)
111 unf (0.1.4) 120 unf (0.1.4)
112 unf_ext 121 unf_ext
122 unf (0.1.4-java)
113 unf_ext (0.0.6) 123 unf_ext (0.0.6)
124 unicorn (4.8.3)
125 kgio (~> 2.6)
126 rack
127 raindrops (~> 0.7)
114 128
115 PLATFORMS 129 PLATFORMS
130 java
116 ruby 131 ruby
132 x86-mingw32
117 133
118 DEPENDENCIES 134 DEPENDENCIES
135 puma
119 rails (~> 4.1.4) 136 rails (~> 4.1.4)
120 sdoc (~> 0.4.0) 137 sdoc (~> 0.4.0)
121 spring 138 spring
122 twitter 139 twitter
123 twitter-text 140 twitter-text
141 unicorn