OSDN Git Service

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