OSDN Git Service

Install paperclip for easy icon handling
[sharp4k/CUTEn.git] / CutenServer / Gemfile.lock
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)
32     bcrypt-ruby (3.0.1)
33     binding_of_caller (0.6.8)
34     bootstrap-sass (2.1.0.1)
35     builder (3.0.3)
36     childprocess (0.3.5)
37       ffi (~> 1.0, >= 1.0.6)
38     cocaine (0.4.2)
39     coderay (1.0.8)
40     coffee-rails (3.2.2)
41       coffee-script (>= 2.2.0)
42       railties (~> 3.2.0)
43     coffee-script (2.2.0)
44       coffee-script-source
45       execjs
46     coffee-script-source (1.3.3)
47     columnize (0.3.6)
48     debugger (1.1.4)
49       columnize (>= 0.3.1)
50       debugger-linecache (~> 1.1.1)
51       debugger-ruby_core_source (~> 1.1.3)
52     debugger-linecache (1.1.2)
53       debugger-ruby_core_source (>= 1.1.1)
54     debugger-ruby_core_source (1.1.4)
55     devise (2.1.2)
56       bcrypt-ruby (~> 3.0)
57       orm_adapter (~> 0.1)
58       railties (~> 3.1)
59       warden (~> 1.2.1)
60     erubis (2.7.0)
61     execjs (1.4.0)
62       multi_json (~> 1.0)
63     factory_girl (4.1.0)
64       activesupport (>= 3.0.0)
65     factory_girl_rails (4.1.0)
66       factory_girl (~> 4.1.0)
67       railties (>= 3.0.0)
68     ffi (1.1.5)
69     guard (1.4.0)
70       listen (>= 0.4.2)
71       thor (>= 0.14.6)
72     guard-minitest (0.5.0)
73       guard (>= 0.4)
74     guard-spork (1.2.1)
75       childprocess (>= 0.2.3)
76       guard (>= 1.1)
77       spork (>= 0.8.4)
78       sys-proctable
79     haml (3.1.7)
80     haml-rails (0.3.5)
81       actionpack (>= 3.1, < 4.1)
82       activesupport (>= 3.1, < 4.1)
83       haml (~> 3.1)
84       railties (>= 3.1, < 4.1)
85     hike (1.2.1)
86     i18n (0.6.1)
87     journey (1.0.4)
88     jquery-rails (2.1.3)
89       railties (>= 3.1.0, < 5.0)
90       thor (~> 0.14)
91     json (1.7.5)
92     kgio (2.7.4)
93     libv8 (3.3.10.4)
94     listen (0.5.3)
95     mail (2.4.4)
96       i18n (>= 0.4.0)
97       mime-types (~> 1.16)
98       treetop (~> 1.4.8)
99     method_source (0.8.1)
100     mime-types (1.19)
101     multi_json (1.3.6)
102     orm_adapter (0.4.0)
103     paperclip (3.3.1)
104       activemodel (>= 3.0.0)
105       activerecord (>= 3.0.0)
106       activesupport (>= 3.0.0)
107       cocaine (~> 0.4.0)
108       mime-types
109     polyglot (0.3.3)
110     pry (0.9.10)
111       coderay (~> 1.0.5)
112       method_source (~> 0.8)
113       slop (~> 3.3.1)
114     pry-debugger (0.2.0)
115       debugger (~> 1.1.3)
116       pry (~> 0.9.9)
117     pry-doc (0.4.4)
118       pry (>= 0.9.9.6)
119       yard (~> 0.8.1)
120     pry-exception_explorer (0.2.3)
121       pry-stack_explorer (>= 0.4.6)
122     pry-rails (0.2.2)
123       pry (>= 0.9.10)
124     pry-stack_explorer (0.4.7)
125       binding_of_caller (~> 0.6.8)
126     rack (1.4.1)
127     rack-cache (1.2)
128       rack (>= 0.4)
129     rack-ssl (1.3.2)
130       rack
131     rack-test (0.6.2)
132       rack (>= 1.0)
133     rails (3.2.8)
134       actionmailer (= 3.2.8)
135       actionpack (= 3.2.8)
136       activerecord (= 3.2.8)
137       activeresource (= 3.2.8)
138       activesupport (= 3.2.8)
139       bundler (~> 1.0)
140       railties (= 3.2.8)
141     railties (3.2.8)
142       actionpack (= 3.2.8)
143       activesupport (= 3.2.8)
144       rack-ssl (~> 1.3.2)
145       rake (>= 0.8.7)
146       rdoc (~> 3.4)
147       thor (>= 0.14.6, < 2.0)
148     raindrops (0.10.0)
149     rake (0.9.2.2)
150     rdoc (3.12)
151       json (~> 1.4)
152     sass (3.2.1)
153     sass-rails (3.2.5)
154       railties (~> 3.2.0)
155       sass (>= 3.1.10)
156       tilt (~> 1.3)
157     simplecov (0.7.1)
158       multi_json (~> 1.0)
159       simplecov-html (~> 0.7.1)
160     simplecov-html (0.7.1)
161     slop (3.3.3)
162     spork (1.0.0rc3)
163     spork-rails (3.2.0)
164       rails (>= 3.0.0, < 3.3.0)
165       spork (>= 1.0rc0)
166     spork-testunit (0.0.8)
167       spork (>= 0.6.0)
168     sprockets (2.1.3)
169       hike (~> 1.2)
170       rack (~> 1.0)
171       tilt (~> 1.1, != 1.3.0)
172     sqlite3 (1.3.6)
173     sys-proctable (0.9.2)
174     therubyracer (0.10.2)
175       libv8 (~> 3.3.10)
176     thor (0.16.0)
177     tilt (1.3.3)
178     treetop (1.4.11)
179       polyglot
180       polyglot (>= 0.3.1)
181     tzinfo (0.3.33)
182     uglifier (1.3.0)
183       execjs (>= 0.3.0)
184       multi_json (~> 1.0, >= 1.0.2)
185     unicorn (4.4.0)
186       kgio (~> 2.6)
187       rack
188       raindrops (~> 0.7)
189     warden (1.2.1)
190       rack (>= 1.0)
191     yard (0.8.3)
192
193 PLATFORMS
194   ruby
195
196 DEPENDENCIES
197   bootstrap-sass
198   coffee-rails (~> 3.2.1)
199   devise
200   factory_girl_rails
201   guard-minitest
202   guard-spork
203   haml-rails
204   jquery-rails
205   paperclip
206   pry
207   pry-debugger
208   pry-doc
209   pry-exception_explorer
210   pry-rails
211   rails (= 3.2.8)
212   sass-rails (~> 3.2.3)
213   simplecov
214   spork-rails
215   spork-testunit
216   sqlite3
217   therubyracer
218   uglifier (>= 1.0.3)
219   unicorn