OSDN Git Service

Merge remote-tracking branch 'origin/master'
[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     builder (3.0.3)
34     childprocess (0.3.5)
35       ffi (~> 1.0, >= 1.0.6)
36     coffee-rails (3.2.2)
37       coffee-script (>= 2.2.0)
38       railties (~> 3.2.0)
39     coffee-script (2.2.0)
40       coffee-script-source
41       execjs
42     coffee-script-source (1.3.3)
43     devise (2.1.2)
44       bcrypt-ruby (~> 3.0)
45       orm_adapter (~> 0.1)
46       railties (~> 3.1)
47       warden (~> 1.2.1)
48     erubis (2.7.0)
49     execjs (1.4.0)
50       multi_json (~> 1.0)
51     factory_girl (4.1.0)
52       activesupport (>= 3.0.0)
53     factory_girl_rails (4.1.0)
54       factory_girl (~> 4.1.0)
55       railties (>= 3.0.0)
56     ffi (1.1.5)
57     guard (1.4.0)
58       listen (>= 0.4.2)
59       thor (>= 0.14.6)
60     guard-minitest (0.5.0)
61       guard (>= 0.4)
62     guard-spork (1.2.1)
63       childprocess (>= 0.2.3)
64       guard (>= 1.1)
65       spork (>= 0.8.4)
66       sys-proctable
67     haml (3.1.7)
68     haml-rails (0.3.5)
69       actionpack (>= 3.1, < 4.1)
70       activesupport (>= 3.1, < 4.1)
71       haml (~> 3.1)
72       railties (>= 3.1, < 4.1)
73     hike (1.2.1)
74     i18n (0.6.1)
75     journey (1.0.4)
76     jquery-rails (2.1.3)
77       railties (>= 3.1.0, < 5.0)
78       thor (~> 0.14)
79     json (1.7.5)
80     kgio (2.7.4)
81     libv8 (3.3.10.4)
82     listen (0.5.3)
83     mail (2.4.4)
84       i18n (>= 0.4.0)
85       mime-types (~> 1.16)
86       treetop (~> 1.4.8)
87     mime-types (1.19)
88     multi_json (1.3.6)
89     orm_adapter (0.4.0)
90     polyglot (0.3.3)
91     rack (1.4.1)
92     rack-cache (1.2)
93       rack (>= 0.4)
94     rack-ssl (1.3.2)
95       rack
96     rack-test (0.6.2)
97       rack (>= 1.0)
98     rails (3.2.8)
99       actionmailer (= 3.2.8)
100       actionpack (= 3.2.8)
101       activerecord (= 3.2.8)
102       activeresource (= 3.2.8)
103       activesupport (= 3.2.8)
104       bundler (~> 1.0)
105       railties (= 3.2.8)
106     railties (3.2.8)
107       actionpack (= 3.2.8)
108       activesupport (= 3.2.8)
109       rack-ssl (~> 1.3.2)
110       rake (>= 0.8.7)
111       rdoc (~> 3.4)
112       thor (>= 0.14.6, < 2.0)
113     raindrops (0.10.0)
114     rake (0.9.2.2)
115     rdoc (3.12)
116       json (~> 1.4)
117     sass (3.2.1)
118     sass-rails (3.2.5)
119       railties (~> 3.2.0)
120       sass (>= 3.1.10)
121       tilt (~> 1.3)
122     simplecov (0.7.1)
123       multi_json (~> 1.0)
124       simplecov-html (~> 0.7.1)
125     simplecov-html (0.7.1)
126     spork (1.0.0rc3)
127     spork-rails (3.2.0)
128       rails (>= 3.0.0, < 3.3.0)
129       spork (>= 1.0rc0)
130     spork-testunit (0.0.8)
131       spork (>= 0.6.0)
132     sprockets (2.1.3)
133       hike (~> 1.2)
134       rack (~> 1.0)
135       tilt (~> 1.1, != 1.3.0)
136     sqlite3 (1.3.6)
137     sys-proctable (0.9.2)
138     therubyracer (0.10.2)
139       libv8 (~> 3.3.10)
140     thor (0.16.0)
141     tilt (1.3.3)
142     treetop (1.4.11)
143       polyglot
144       polyglot (>= 0.3.1)
145     tzinfo (0.3.33)
146     uglifier (1.3.0)
147       execjs (>= 0.3.0)
148       multi_json (~> 1.0, >= 1.0.2)
149     unicorn (4.4.0)
150       kgio (~> 2.6)
151       rack
152       raindrops (~> 0.7)
153     warden (1.2.1)
154       rack (>= 1.0)
155
156 PLATFORMS
157   ruby
158
159 DEPENDENCIES
160   coffee-rails (~> 3.2.1)
161   devise
162   factory_girl_rails
163   guard-minitest
164   guard-spork
165   haml-rails
166   jquery-rails
167   rails (= 3.2.8)
168   sass-rails (~> 3.2.3)
169   simplecov
170   spork-rails
171   spork-testunit
172   sqlite3
173   therubyracer
174   uglifier (>= 1.0.3)
175   unicorn