OSDN Git Service

Update json gem to fix CVE-2013-0269
[sharp4k/CUTEn.git] / CutenServer / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actionmailer (3.2.12)
5       actionpack (= 3.2.12)
6       mail (~> 2.4.4)
7     actionpack (3.2.12)
8       activemodel (= 3.2.12)
9       activesupport (= 3.2.12)
10       builder (~> 3.0.0)
11       erubis (~> 2.7.0)
12       journey (~> 1.0.4)
13       rack (~> 1.4.5)
14       rack-cache (~> 1.2)
15       rack-test (~> 0.6.1)
16       sprockets (~> 2.2.1)
17     activemodel (3.2.12)
18       activesupport (= 3.2.12)
19       builder (~> 3.0.0)
20     activerecord (3.2.12)
21       activemodel (= 3.2.12)
22       activesupport (= 3.2.12)
23       arel (~> 3.0.2)
24       tzinfo (~> 0.3.29)
25     activeresource (3.2.12)
26       activemodel (= 3.2.12)
27       activesupport (= 3.2.12)
28     activesupport (3.2.12)
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.2.2.0)
35       sass (~> 3.2)
36     builder (3.0.4)
37     childprocess (0.3.6)
38       ffi (~> 1.0, >= 1.0.6)
39     cocaine (0.4.2)
40     coderay (1.0.8)
41     coffee-rails (3.2.2)
42       coffee-script (>= 2.2.0)
43       railties (~> 3.2.0)
44     coffee-script (2.2.0)
45       coffee-script-source
46       execjs
47     coffee-script-source (1.4.0)
48     columnize (0.3.6)
49     debugger (1.2.3)
50       columnize (>= 0.3.1)
51       debugger-linecache (~> 1.1.1)
52       debugger-ruby_core_source (~> 1.1.5)
53     debugger-linecache (1.1.2)
54       debugger-ruby_core_source (>= 1.1.1)
55     debugger-ruby_core_source (1.1.6)
56     devise (2.2.0)
57       bcrypt-ruby (~> 3.0)
58       orm_adapter (~> 0.1)
59       railties (~> 3.1)
60       warden (~> 1.2.1)
61     erubis (2.7.0)
62     execjs (1.4.0)
63       multi_json (~> 1.0)
64     factory_girl (4.1.0)
65       activesupport (>= 3.0.0)
66     factory_girl_rails (4.1.0)
67       factory_girl (~> 4.1.0)
68       railties (>= 3.0.0)
69     ffi (1.3.0)
70     guard (1.6.1)
71       listen (>= 0.6.0)
72       lumberjack (>= 1.0.2)
73       pry (>= 0.9.10)
74       thor (>= 0.14.6)
75     guard-minitest (0.5.0)
76       guard (>= 0.4)
77     guard-spork (1.4.1)
78       childprocess (>= 0.2.3)
79       guard (>= 1.1)
80       spork (>= 0.8.4)
81     haml (3.1.7)
82     haml-rails (0.3.5)
83       actionpack (>= 3.1, < 4.1)
84       activesupport (>= 3.1, < 4.1)
85       haml (~> 3.1)
86       railties (>= 3.1, < 4.1)
87     hike (1.2.1)
88     i18n (0.6.1)
89     journey (1.0.4)
90     jquery-rails (2.1.4)
91       railties (>= 3.0, < 5.0)
92       thor (>= 0.14, < 2.0)
93     json (1.7.7)
94     kgio (2.7.4)
95     libv8 (3.11.8.13)
96     listen (0.7.1)
97     lumberjack (1.0.2)
98     mail (2.4.4)
99       i18n (>= 0.4.0)
100       mime-types (~> 1.16)
101       treetop (~> 1.4.8)
102     method_source (0.8.1)
103     mime-types (1.21)
104     multi_json (1.5.1)
105     nokogiri (1.5.6)
106     open4 (1.3.0)
107     orm_adapter (0.4.0)
108     paperclip (3.4.0)
109       activemodel (>= 3.0.0)
110       activerecord (>= 3.0.0)
111       activesupport (>= 3.0.0)
112       cocaine (~> 0.4.0)
113       mime-types
114     polyglot (0.3.3)
115     pry (0.9.10)
116       coderay (~> 1.0.5)
117       method_source (~> 0.8)
118       slop (~> 3.3.1)
119     pry-debugger (0.2.1)
120       debugger (~> 1.2.0)
121       pry (~> 0.9.10)
122     pry-doc (0.4.4)
123       pry (>= 0.9.9.6)
124       yard (~> 0.8.1)
125     pry-exception_explorer (0.2.3)
126       pry-stack_explorer (>= 0.4.6)
127     pry-rails (0.2.2)
128       pry (>= 0.9.10)
129     pry-stack_explorer (0.4.7)
130       binding_of_caller (~> 0.6.8)
131     rack (1.4.5)
132     rack-cache (1.2)
133       rack (>= 0.4)
134     rack-ssl (1.3.3)
135       rack
136     rack-test (0.6.2)
137       rack (>= 1.0)
138     rails (3.2.12)
139       actionmailer (= 3.2.12)
140       actionpack (= 3.2.12)
141       activerecord (= 3.2.12)
142       activeresource (= 3.2.12)
143       activesupport (= 3.2.12)
144       bundler (~> 1.0)
145       railties (= 3.2.12)
146     railties (3.2.12)
147       actionpack (= 3.2.12)
148       activesupport (= 3.2.12)
149       rack-ssl (~> 1.3.2)
150       rake (>= 0.8.7)
151       rdoc (~> 3.4)
152       thor (>= 0.14.6, < 2.0)
153     raindrops (0.10.0)
154     rake (10.0.3)
155     rdoc (3.12.1)
156       json (~> 1.4)
157     ref (1.0.2)
158     sass (3.2.5)
159     sass-rails (3.2.5)
160       railties (~> 3.2.0)
161       sass (>= 3.1.10)
162       tilt (~> 1.3)
163     simplecov (0.7.1)
164       multi_json (~> 1.0)
165       simplecov-html (~> 0.7.1)
166     simplecov-html (0.7.1)
167     slop (3.3.3)
168     spork (1.0.0rc3)
169     spork-rails (3.2.1)
170       rails (>= 3.0.0, < 3.3.0)
171       spork (>= 1.0rc0)
172     spork-testunit (0.0.8)
173       spork (>= 0.6.0)
174     sprockets (2.2.2)
175       hike (~> 1.2)
176       multi_json (~> 1.0)
177       rack (~> 1.0)
178       tilt (~> 1.1, != 1.3.0)
179     sqlite3 (1.3.6)
180     therubyracer (0.11.1)
181       libv8 (~> 3.11.8.7)
182       ref
183     thor (0.17.0)
184     tilt (1.3.3)
185     treetop (1.4.12)
186       polyglot
187       polyglot (>= 0.3.1)
188     tzinfo (0.3.35)
189     uglifier (1.3.0)
190       execjs (>= 0.3.0)
191       multi_json (~> 1.0, >= 1.0.2)
192     unicorn (4.5.0)
193       kgio (~> 2.6)
194       rack
195       raindrops (~> 0.7)
196     warden (1.2.1)
197       rack (>= 1.0)
198     yard (0.8.3)
199
200 PLATFORMS
201   ruby
202
203 DEPENDENCIES
204   bootstrap-sass
205   coffee-rails (~> 3.2.1)
206   devise
207   factory_girl_rails
208   guard-minitest
209   guard-spork
210   haml-rails
211   jquery-rails
212   nokogiri
213   open4
214   paperclip
215   pry
216   pry-debugger
217   pry-doc
218   pry-exception_explorer
219   pry-rails
220   rails (= 3.2.12)
221   sass-rails (~> 3.2.3)
222   simplecov
223   spork-rails
224   spork-testunit
225   sqlite3
226   therubyracer
227   uglifier (>= 1.0.3)
228   unicorn