OSDN Git Service

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