OSDN Git Service

Fix 500 error for repos with newline in file name
[wvm/gitlab.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actionmailer (3.2.15)
5       actionpack (= 3.2.15)
6       mail (~> 2.5.4)
7     actionpack (3.2.15)
8       activemodel (= 3.2.15)
9       activesupport (= 3.2.15)
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.15)
18       activesupport (= 3.2.15)
19       builder (~> 3.0.0)
20     activerecord (3.2.15)
21       activemodel (= 3.2.15)
22       activesupport (= 3.2.15)
23       arel (~> 3.0.2)
24       tzinfo (~> 0.3.29)
25     activeresource (3.2.15)
26       activemodel (= 3.2.15)
27       activesupport (= 3.2.15)
28     activesupport (3.2.15)
29       i18n (~> 0.6, >= 0.6.4)
30       multi_json (~> 1.0)
31     acts-as-taggable-on (2.4.1)
32       rails (>= 3, < 5)
33     addressable (2.3.4)
34     annotate (2.6.0.beta2)
35       activerecord (>= 2.3.0)
36       rake (>= 0.8.7)
37     arel (3.0.2)
38     asciidoctor (0.1.3)
39     awesome_print (1.2.0)
40     backports (3.3.2)
41     bcrypt-ruby (3.1.1)
42     better_errors (1.0.1)
43       coderay (>= 1.0.0)
44       erubis (>= 2.6.6)
45     binding_of_caller (0.7.2)
46       debug_inspector (>= 0.0.1)
47     bootstrap-sass (2.3.2.2)
48       sass (~> 3.2)
49     builder (3.0.4)
50     capybara (2.1.0)
51       mime-types (>= 1.16)
52       nokogiri (>= 1.3.3)
53       rack (>= 1.0.0)
54       rack-test (>= 0.5.4)
55       xpath (~> 2.0)
56     carrierwave (0.8.0)
57       activemodel (>= 3.2.0)
58       activesupport (>= 3.2.0)
59     celluloid (0.14.1)
60       timers (>= 1.0.0)
61     charlock_holmes (0.6.9.4)
62     childprocess (0.3.9)
63       ffi (~> 1.0, >= 1.0.11)
64     chosen-rails (1.0.0)
65       coffee-rails (>= 3.2)
66       compass-rails (>= 1.0)
67       railties (>= 3.0)
68       sass-rails (>= 3.2)
69     chunky_png (1.2.8)
70     cliver (0.2.1)
71     code_analyzer (0.4.3)
72       sexp_processor
73     coderay (1.0.9)
74     coffee-rails (3.2.2)
75       coffee-script (>= 2.2.0)
76       railties (~> 3.2.0)
77     coffee-script (2.2.0)
78       coffee-script-source
79       execjs
80     coffee-script-source (1.6.2)
81     colored (1.2)
82     colorize (0.5.8)
83     compass (0.12.2)
84       chunky_png (~> 1.2)
85       fssm (>= 0.2.7)
86       sass (~> 3.1)
87     compass-rails (1.0.3)
88       compass (>= 0.12.2, < 0.14)
89     connection_pool (1.1.0)
90     coveralls (0.7.0)
91       multi_json (~> 1.3)
92       rest-client
93       simplecov (>= 0.7)
94       term-ansicolor
95       thor
96     crack (0.4.0)
97       safe_yaml (~> 0.9.0)
98     d3_rails (3.1.10)
99       railties (>= 3.1.0)
100     daemons (1.1.9)
101     database_cleaner (1.1.1)
102     debug_inspector (0.0.2)
103     descendants_tracker (0.0.1)
104     devise (2.2.5)
105       bcrypt-ruby (~> 3.0)
106       orm_adapter (~> 0.1)
107       railties (~> 3.1)
108       warden (~> 1.2.1)
109     devise-async (0.8.0)
110       devise (>= 2.2, < 3.2)
111     diff-lcs (1.2.5)
112     dotenv (0.8.0)
113     email_spec (1.4.0)
114       launchy (~> 2.1)
115       mail (~> 2.2)
116     enumerize (0.6.1)
117       activesupport (>= 3.2)
118     erubis (2.7.0)
119     escape_utils (0.2.4)
120     eventmachine (1.0.3)
121     excon (0.13.4)
122     execjs (1.4.0)
123       multi_json (~> 1.0)
124     factory_girl (4.2.0)
125       activesupport (>= 3.0.0)
126     factory_girl_rails (4.2.1)
127       factory_girl (~> 4.2.0)
128       railties (>= 3.0.0)
129     faraday (0.8.7)
130       multipart-post (~> 1.1)
131     faraday_middleware (0.9.0)
132       faraday (>= 0.7.4, < 0.9)
133     ffaker (1.18.0)
134     ffi (1.9.0)
135     fog (1.3.1)
136       builder
137       excon (~> 0.13.0)
138       formatador (~> 0.2.0)
139       mime-types
140       multi_json (~> 1.0)
141       net-scp (~> 1.0.4)
142       net-ssh (>= 2.1.3)
143       nokogiri (~> 1.5.0)
144       ruby-hmac
145     font-awesome-rails (3.2.1.3)
146       railties (>= 3.2, < 5.0)
147     foreman (0.63.0)
148       dotenv (>= 0.7)
149       thor (>= 0.13.6)
150     formatador (0.2.4)
151     fssm (0.2.10)
152     gemoji (1.2.1)
153     gherkin-ruby (0.3.0)
154     github-linguist (2.3.4)
155       charlock_holmes (~> 0.6.6)
156       escape_utils (~> 0.2.3)
157       mime-types (~> 1.19)
158       pygments.rb (>= 0.2.13)
159     github-markdown (0.5.3)
160     github-markup (0.7.5)
161     gitlab-flowdock-git-hook (0.4.2.2)
162       gitlab-grit (>= 2.4.1)
163       multi_json
164     gitlab-gollum-lib (1.0.1)
165       github-markdown (~> 0.5.3)
166       github-markup (>= 0.7.5, < 1.0.0)
167       gitlab-grit (>= 2.5.1)
168       nokogiri (~> 1.5.9)
169       pygments.rb (~> 0.4.2)
170       sanitize (~> 2.0.3)
171       stringex (~> 1.5.1)
172     gitlab-grack (1.0.1)
173       rack (~> 1.4.1)
174     gitlab-grit (2.6.2)
175       charlock_holmes (~> 0.6.9)
176       diff-lcs (~> 1.1)
177       mime-types (~> 1.15)
178       posix-spawn (~> 0.3.6)
179     gitlab-pygments.rb (0.3.2)
180       posix-spawn (~> 0.3.6)
181       yajl-ruby (~> 1.1.0)
182     gitlab_git (3.0.0.rc2)
183       activesupport (~> 3.2.13)
184       github-linguist (~> 2.3.4)
185       gitlab-grit (~> 2.6.1)
186     gitlab_meta (6.0)
187     gitlab_omniauth-ldap (1.0.3)
188       net-ldap (~> 0.3.1)
189       omniauth (~> 1.0)
190       pyu-ruby-sasl (~> 0.0.3.1)
191       rubyntlm (~> 0.1.1)
192     gon (4.1.1)
193       actionpack (>= 2.3.0)
194       json
195     grape (0.4.1)
196       activesupport
197       builder
198       hashie (>= 1.2.0)
199       multi_json (>= 1.3.2)
200       multi_xml (>= 0.5.2)
201       rack (>= 1.3.0)
202       rack-accept
203       rack-mount
204       virtus
205     grape-entity (0.3.0)
206       activesupport
207       multi_json (>= 1.3.2)
208     growl (1.0.3)
209     guard (1.8.1)
210       formatador (>= 0.2.4)
211       listen (>= 1.0.0)
212       lumberjack (>= 1.0.2)
213       pry (>= 0.9.10)
214       thor (>= 0.14.6)
215     guard-rspec (3.0.2)
216       guard (>= 1.8)
217       rspec (~> 2.13)
218     guard-spinach (0.0.2)
219       guard (>= 1.1)
220       spinach
221     haml (4.0.3)
222       tilt
223     haml-rails (0.4)
224       actionpack (>= 3.1, < 4.1)
225       activesupport (>= 3.1, < 4.1)
226       haml (>= 3.1, < 4.1)
227       railties (>= 3.1, < 4.1)
228     hashie (1.2.0)
229     hike (1.2.3)
230     hipchat (0.9.0)
231       httparty
232       httparty
233     http_parser.rb (0.5.3)
234     httparty (0.11.0)
235       multi_json (~> 1.0)
236       multi_xml (>= 0.5.2)
237     httpauth (0.2.0)
238     i18n (0.6.5)
239     jasmine (1.3.2)
240       jasmine-core (~> 1.3.1)
241       rack (~> 1.0)
242       rspec (>= 1.3.1)
243       selenium-webdriver (>= 0.1.3)
244     jasmine-core (1.3.1)
245     journey (1.0.4)
246     jquery-atwho-rails (0.3.0)
247     jquery-rails (2.1.3)
248       railties (>= 3.1.0, < 5.0)
249       thor (~> 0.14)
250     jquery-turbolinks (1.0.0)
251       railties (>= 3.1.0)
252       turbolinks
253     jquery-ui-rails (2.0.2)
254       jquery-rails
255       railties (>= 3.1.0)
256     json (1.7.7)
257     jwt (0.1.8)
258       multi_json (>= 1.5)
259     kaminari (0.14.1)
260       actionpack (>= 3.0.0)
261       activesupport (>= 3.0.0)
262     kgio (2.8.0)
263     launchy (2.3.0)
264       addressable (~> 2.3)
265     letter_opener (1.1.1)
266       launchy (~> 2.2)
267     libv8 (3.11.8.17)
268     listen (1.2.2)
269       rb-fsevent (>= 0.9.3)
270       rb-inotify (>= 0.9)
271       rb-kqueue (>= 0.2)
272     lumberjack (1.0.3)
273     mail (2.5.4)
274       mime-types (~> 1.16)
275       treetop (~> 1.4.8)
276     method_source (0.8.1)
277     mime-types (1.25)
278     minitest (4.7.4)
279     modernizr (2.6.2)
280       sprockets (~> 2.0)
281     multi_json (1.8.2)
282     multi_xml (0.5.4)
283     multipart-post (1.2.0)
284     mysql2 (0.3.11)
285     net-ldap (0.3.1)
286     net-scp (1.0.4)
287       net-ssh (>= 1.99.1)
288     net-ssh (2.6.8)
289     nokogiri (1.5.10)
290     oauth (0.4.7)
291     oauth2 (0.8.1)
292       faraday (~> 0.8)
293       httpauth (~> 0.1)
294       jwt (~> 0.1.4)
295       multi_json (~> 1.0)
296       rack (~> 1.2)
297     omniauth (1.1.4)
298       hashie (>= 1.2, < 3)
299       rack
300     omniauth-github (1.1.0)
301       omniauth (~> 1.0)
302       omniauth-oauth2 (~> 1.1)
303     omniauth-google-oauth2 (0.1.19)
304       omniauth (~> 1.0)
305       omniauth-oauth2
306     omniauth-oauth (1.0.1)
307       oauth
308       omniauth (~> 1.0)
309     omniauth-oauth2 (1.1.1)
310       oauth2 (~> 0.8.0)
311       omniauth (~> 1.0)
312     omniauth-twitter (0.0.17)
313       multi_json (~> 1.3)
314       omniauth-oauth (~> 1.0)
315     orm_adapter (0.4.0)
316     pg (0.15.1)
317     poltergeist (1.4.1)
318       capybara (~> 2.1.0)
319       cliver (~> 0.2.1)
320       multi_json (~> 1.0)
321       websocket-driver (>= 0.2.0)
322     polyglot (0.3.3)
323     posix-spawn (0.3.6)
324     pry (0.9.12.2)
325       coderay (~> 1.0.5)
326       method_source (~> 0.8)
327       slop (~> 3.4)
328     pygments.rb (0.4.2)
329       posix-spawn (~> 0.3.6)
330       yajl-ruby (~> 1.1.0)
331     pyu-ruby-sasl (0.0.3.3)
332     quiet_assets (1.0.2)
333       railties (>= 3.1, < 5.0)
334     rack (1.4.5)
335     rack-accept (0.4.5)
336       rack (>= 0.4)
337     rack-attack (2.2.1)
338       rack
339     rack-cache (1.2)
340       rack (>= 0.4)
341     rack-mini-profiler (0.1.31)
342       rack (>= 1.1.3)
343     rack-mount (0.8.3)
344       rack (>= 1.0.0)
345     rack-protection (1.5.0)
346       rack
347     rack-ssl (1.3.3)
348       rack
349     rack-test (0.6.2)
350       rack (>= 1.0)
351     rails (3.2.15)
352       actionmailer (= 3.2.15)
353       actionpack (= 3.2.15)
354       activerecord (= 3.2.15)
355       activeresource (= 3.2.15)
356       activesupport (= 3.2.15)
357       bundler (~> 1.0)
358       railties (= 3.2.15)
359     rails-dev-tweaks (0.6.1)
360       actionpack (~> 3.1)
361       railties (~> 3.1)
362     rails_best_practices (1.14.4)
363       activesupport
364       awesome_print
365       code_analyzer (>= 0.4.3)
366       colored
367       erubis
368       i18n
369       require_all
370       ruby-progressbar
371     railties (3.2.15)
372       actionpack (= 3.2.15)
373       activesupport (= 3.2.15)
374       rack-ssl (~> 1.3.2)
375       rake (>= 0.8.7)
376       rdoc (~> 3.4)
377       thor (>= 0.14.6, < 2.0)
378     raindrops (0.11.0)
379     rake (10.1.0)
380     raphael-rails (2.1.2)
381     rb-fsevent (0.9.3)
382     rb-inotify (0.9.0)
383       ffi (>= 0.5.0)
384     rb-kqueue (0.2.0)
385       ffi (>= 0.5.0)
386     rdoc (3.12.2)
387       json (~> 1.4)
388     redcarpet (2.2.2)
389     redis (3.0.4)
390     redis-actionpack (3.2.4)
391       actionpack (~> 3.2.0)
392       redis-rack (~> 1.4.4)
393       redis-store (~> 1.1.4)
394     redis-activesupport (3.2.4)
395       activesupport (~> 3.2.0)
396       redis-store (~> 1.1.0)
397     redis-namespace (1.3.1)
398       redis (~> 3.0.0)
399     redis-rack (1.4.4)
400       rack (~> 1.4.0)
401       redis-store (~> 1.1.4)
402     redis-rails (3.2.4)
403       redis-actionpack (~> 3.2.4)
404       redis-activesupport (~> 3.2.4)
405       redis-store (~> 1.1.4)
406     redis-store (1.1.4)
407       redis (>= 2.2)
408     ref (1.0.5)
409     require_all (1.3.1)
410     rest-client (1.6.7)
411       mime-types (>= 1.16)
412     rspec (2.13.0)
413       rspec-core (~> 2.13.0)
414       rspec-expectations (~> 2.13.0)
415       rspec-mocks (~> 2.13.0)
416     rspec-core (2.13.1)
417     rspec-expectations (2.13.0)
418       diff-lcs (>= 1.1.3, < 2.0)
419     rspec-mocks (2.13.1)
420     rspec-rails (2.13.2)
421       actionpack (>= 3.0)
422       activesupport (>= 3.0)
423       railties (>= 3.0)
424       rspec-core (~> 2.13.0)
425       rspec-expectations (~> 2.13.0)
426       rspec-mocks (~> 2.13.0)
427     ruby-hmac (0.4.0)
428     ruby-progressbar (1.2.0)
429     rubyntlm (0.1.1)
430     rubyzip (0.9.9)
431     safe_yaml (0.9.3)
432     sanitize (2.0.3)
433       nokogiri (>= 1.4.4, < 1.6)
434     sass (3.2.11)
435     sass-rails (3.2.6)
436       railties (~> 3.2.0)
437       sass (>= 3.1.10)
438       tilt (~> 1.3)
439     sdoc (0.3.20)
440       json (>= 1.1.3)
441       rdoc (~> 3.10)
442     seed-fu (2.2.0)
443       activerecord (~> 3.1)
444       activesupport (~> 3.1)
445     select2-rails (3.4.2)
446       sass-rails
447       thor (~> 0.14)
448     selenium-webdriver (2.33.0)
449       childprocess (>= 0.2.5)
450       multi_json (~> 1.0)
451       rubyzip
452       websocket (~> 1.0.4)
453     settingslogic (2.0.9)
454     sexp_processor (4.3.0)
455     shoulda-matchers (2.1.0)
456       activesupport (>= 3.0.0)
457     sidekiq (2.14.0)
458       celluloid (>= 0.14.1)
459       connection_pool (>= 1.0.0)
460       json
461       redis (>= 3.0.4)
462       redis-namespace
463     simple_oauth (0.1.9)
464     simplecov (0.7.1)
465       multi_json (~> 1.0)
466       simplecov-html (~> 0.7.1)
467     simplecov-html (0.7.1)
468     sinatra (1.4.3)
469       rack (~> 1.4)
470       rack-protection (~> 1.4)
471       tilt (~> 1.3, >= 1.3.4)
472     six (0.2.0)
473     slim (2.0.0)
474       temple (~> 0.6.5)
475       tilt (~> 1.3, >= 1.3.3)
476     slop (3.4.5)
477     spinach (0.8.3)
478       colorize (= 0.5.8)
479       gherkin-ruby (~> 0.3.0)
480     spinach-rails (0.2.1)
481       capybara (>= 2.0.0)
482       railties (>= 3)
483       spinach (>= 0.4)
484     spork (1.0.0rc2)
485     sprockets (2.2.2)
486       hike (~> 1.2)
487       multi_json (~> 1.0)
488       rack (~> 1.0)
489       tilt (~> 1.1, != 1.3.0)
490     stamp (0.5.0)
491     state_machine (1.2.0)
492     stringex (1.5.1)
493     temple (0.6.5)
494     term-ansicolor (1.2.2)
495       tins (~> 0.8)
496     test_after_commit (0.2.1)
497     therubyracer (0.11.4)
498       libv8 (~> 3.11.8.12)
499       ref
500     thin (1.5.1)
501       daemons (>= 1.0.9)
502       eventmachine (>= 0.12.6)
503       rack (>= 1.0.0)
504     thor (0.18.1)
505     tilt (1.4.1)
506     timers (1.1.0)
507     tinder (1.9.2)
508       eventmachine (~> 1.0)
509       faraday (~> 0.8)
510       faraday_middleware (~> 0.9)
511       hashie (~> 1.0)
512       json (~> 1.7.5)
513       mime-types (~> 1.19)
514       multi_json (~> 1.5)
515       twitter-stream (~> 0.1)
516     tins (0.11.0)
517     treetop (1.4.15)
518       polyglot
519       polyglot (>= 0.3.1)
520     turbolinks (1.2.0)
521       coffee-rails
522     twitter-stream (0.1.16)
523       eventmachine (>= 0.12.8)
524       http_parser.rb (~> 0.5.1)
525       simple_oauth (~> 0.1.4)
526     tzinfo (0.3.38)
527     uglifier (2.1.1)
528       execjs (>= 0.3.0)
529       multi_json (~> 1.0, >= 1.0.2)
530     underscore-rails (1.4.4)
531     unicorn (4.6.3)
532       kgio (~> 2.6)
533       rack
534       raindrops (~> 0.7)
535     virtus (0.5.5)
536       backports (~> 3.3)
537       descendants_tracker (~> 0.0.1)
538     warden (1.2.3)
539       rack (>= 1.0)
540     webmock (1.11.0)
541       addressable (>= 2.2.7)
542       crack (>= 0.3.2)
543     websocket (1.0.7)
544     websocket-driver (0.3.0)
545     xpath (2.0.0)
546       nokogiri (~> 1.3)
547     yajl-ruby (1.1.0)
548
549 PLATFORMS
550   ruby
551
552 DEPENDENCIES
553   acts-as-taggable-on
554   annotate (~> 2.6.0.beta2)
555   asciidoctor
556   awesome_print
557   better_errors
558   binding_of_caller
559   bootstrap-sass
560   capybara
561   carrierwave
562   chosen-rails (= 1.0.0)
563   coffee-rails
564   colored
565   coveralls
566   d3_rails (~> 3.1.4)
567   database_cleaner
568   devise (~> 2.2)
569   devise-async
570   email_spec
571   enumerize
572   factory_girl_rails
573   ffaker
574   fog (~> 1.3.1)
575   font-awesome-rails
576   foreman
577   gemoji (~> 1.2.1)
578   github-linguist
579   github-markup (~> 0.7.4)
580   gitlab-flowdock-git-hook (~> 0.4.2)
581   gitlab-gollum-lib (~> 1.0.1)
582   gitlab-grack (~> 1.0.1)
583   gitlab-pygments.rb (~> 0.3.2)
584   gitlab_git (~> 3.0.0.rc2)
585   gitlab_meta (= 6.0)
586   gitlab_omniauth-ldap (= 1.0.3)
587   gon
588   grape (~> 0.4.1)
589   grape-entity (~> 0.3.0)
590   growl
591   guard-rspec
592   guard-spinach
593   haml-rails
594   hipchat (~> 0.9.0)
595   httparty
596   jasmine
597   jquery-atwho-rails (= 0.3.0)
598   jquery-rails (= 2.1.3)
599   jquery-turbolinks
600   jquery-ui-rails (= 2.0.2)
601   kaminari (~> 0.14.1)
602   launchy
603   letter_opener
604   minitest (~> 4.7.0)
605   modernizr (= 2.6.2)
606   mysql2
607   omniauth (~> 1.1.3)
608   omniauth-github
609   omniauth-google-oauth2
610   omniauth-twitter
611   pg
612   poltergeist (~> 1.4.1)
613   pry
614   quiet_assets (~> 1.0.1)
615   rack-attack
616   rack-mini-profiler
617   rails (= 3.2.15)
618   rails-dev-tweaks
619   rails_best_practices
620   raphael-rails (~> 2.1.2)
621   rb-fsevent
622   rb-inotify
623   redcarpet (~> 2.2.2)
624   redis-rails
625   rspec-rails
626   sanitize
627   sass-rails
628   sdoc
629   seed-fu
630   select2-rails
631   settingslogic
632   shoulda-matchers (~> 2.1.0)
633   sidekiq
634   simplecov
635   sinatra
636   six
637   slim
638   spinach-rails
639   spork (~> 1.0rc)
640   stamp
641   state_machine
642   test_after_commit
643   therubyracer
644   thin
645   tinder (~> 1.9.2)
646   turbolinks
647   uglifier
648   underscore-rails (~> 1.4.4)
649   unicorn (~> 4.6.3)
650   webmock