OSDN Git Service

Merge branch 'master' of https://github.com/gitlabhq/gitlabhq
[wvm/gitlab.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actionmailer (3.2.16)
5       actionpack (= 3.2.16)
6       mail (~> 2.5.4)
7     actionpack (3.2.16)
8       activemodel (= 3.2.16)
9       activesupport (= 3.2.16)
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.16)
18       activesupport (= 3.2.16)
19       builder (~> 3.0.0)
20     activerecord (3.2.16)
21       activemodel (= 3.2.16)
22       activesupport (= 3.2.16)
23       arel (~> 3.0.2)
24       tzinfo (~> 0.3.29)
25     activeresource (3.2.16)
26       activemodel (= 3.2.16)
27       activesupport (= 3.2.16)
28     activesupport (3.2.16)
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.3)
38     asciidoctor (0.1.3)
39     awesome_print (1.2.0)
40     backports (3.3.2)
41     bcrypt-ruby (3.1.2)
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.1)
65       coffee-rails (>= 3.2)
66       compass-rails (>= 1.0)
67       railties (>= 3.0)
68       sass-rails (>= 3.2)
69     chunky_png (1.2.9)
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.3)
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.8)
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 (2.0.2)
123     factory_girl (4.2.0)
124       activesupport (>= 3.0.0)
125     factory_girl_rails (4.2.1)
126       factory_girl (~> 4.2.0)
127       railties (>= 3.0.0)
128     faraday (0.8.7)
129       multipart-post (~> 1.1)
130     faraday_middleware (0.9.0)
131       faraday (>= 0.7.4, < 0.9)
132     ffaker (1.18.0)
133     ffi (1.9.0)
134     fog (1.3.1)
135       builder
136       excon (~> 0.13.0)
137       formatador (~> 0.2.0)
138       mime-types
139       multi_json (~> 1.0)
140       net-scp (~> 1.0.4)
141       net-ssh (>= 2.1.3)
142       nokogiri (~> 1.5.0)
143       ruby-hmac
144     font-awesome-rails (3.2.1.3)
145       railties (>= 3.2, < 5.0)
146     foreman (0.63.0)
147       dotenv (>= 0.7)
148       thor (>= 0.13.6)
149     formatador (0.2.4)
150     fssm (0.2.10)
151     gemoji (1.2.1)
152     gherkin-ruby (0.3.0)
153     github-markdown (0.5.5)
154     github-markup (0.7.5)
155     gitlab-flowdock-git-hook (0.4.2.2)
156       gitlab-grit (>= 2.4.1)
157       multi_json
158     gitlab-gollum-lib (1.0.2)
159       github-markdown (~> 0.5.3)
160       github-markup (>= 0.7.5, < 1.0.0)
161       gitlab-grit (~> 2.6.1)
162       gitlab-pygments.rb (~> 0.5.4)
163       nokogiri (~> 1.5.9)
164       sanitize (~> 2.0.3)
165       stringex (~> 1.5.1)
166     gitlab-grack (1.1.0)
167       rack (~> 1.4.1)
168     gitlab-grit (2.6.3)
169       charlock_holmes (~> 0.6.9)
170       diff-lcs (~> 1.1)
171       mime-types (~> 1.15)
172       posix-spawn (~> 0.3.6)
173     gitlab-linguist (2.9.6)
174       charlock_holmes (~> 0.6.6)
175       escape_utils (~> 0.2.4)
176       gitlab-pygments.rb (~> 0.5.4)
177       mime-types (~> 1.19)
178     gitlab-pygments.rb (0.5.4)
179       posix-spawn (~> 0.3.6)
180       yajl-ruby (~> 1.1.0)
181     gitlab_git (3.1.0)
182       activesupport (~> 3.2.13)
183       gitlab-grit (~> 2.6.1)
184       gitlab-linguist (~> 2.9.5)
185       gitlab-pygments.rb (~> 0.5.4)
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.9)
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.1)
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.5.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     pyu-ruby-sasl (0.0.3.3)
329     quiet_assets (1.0.2)
330       railties (>= 3.1, < 5.0)
331     rack (1.4.5)
332     rack-accept (0.4.5)
333       rack (>= 0.4)
334     rack-attack (2.2.1)
335       rack
336     rack-cache (1.2)
337       rack (>= 0.4)
338     rack-cors (0.2.9)
339     rack-mini-profiler (0.1.31)
340       rack (>= 1.1.3)
341     rack-mount (0.8.3)
342       rack (>= 1.0.0)
343     rack-protection (1.5.0)
344       rack
345     rack-ssl (1.3.3)
346       rack
347     rack-test (0.6.2)
348       rack (>= 1.0)
349     rails (3.2.16)
350       actionmailer (= 3.2.16)
351       actionpack (= 3.2.16)
352       activerecord (= 3.2.16)
353       activeresource (= 3.2.16)
354       activesupport (= 3.2.16)
355       bundler (~> 1.0)
356       railties (= 3.2.16)
357     rails-dev-tweaks (0.6.1)
358       actionpack (~> 3.1)
359       railties (~> 3.1)
360     rails_best_practices (1.14.4)
361       activesupport
362       awesome_print
363       code_analyzer (>= 0.4.3)
364       colored
365       erubis
366       i18n
367       require_all
368       ruby-progressbar
369     railties (3.2.16)
370       actionpack (= 3.2.16)
371       activesupport (= 3.2.16)
372       rack-ssl (~> 1.3.2)
373       rake (>= 0.8.7)
374       rdoc (~> 3.4)
375       thor (>= 0.14.6, < 2.0)
376     raindrops (0.11.0)
377     rake (10.1.0)
378     raphael-rails (2.1.2)
379     rb-fsevent (0.9.3)
380     rb-inotify (0.9.0)
381       ffi (>= 0.5.0)
382     rb-kqueue (0.2.0)
383       ffi (>= 0.5.0)
384     rdoc (3.12.2)
385       json (~> 1.4)
386     redcarpet (2.2.2)
387     redis (3.0.4)
388     redis-actionpack (3.2.4)
389       actionpack (~> 3.2.0)
390       redis-rack (~> 1.4.4)
391       redis-store (~> 1.1.4)
392     redis-activesupport (3.2.4)
393       activesupport (~> 3.2.0)
394       redis-store (~> 1.1.0)
395     redis-namespace (1.3.1)
396       redis (~> 3.0.0)
397     redis-rack (1.4.4)
398       rack (~> 1.4.0)
399       redis-store (~> 1.1.4)
400     redis-rails (3.2.4)
401       redis-actionpack (~> 3.2.4)
402       redis-activesupport (~> 3.2.4)
403       redis-store (~> 1.1.4)
404     redis-store (1.1.4)
405       redis (>= 2.2)
406     ref (1.0.5)
407     require_all (1.3.1)
408     rest-client (1.6.7)
409       mime-types (>= 1.16)
410     rspec (2.13.0)
411       rspec-core (~> 2.13.0)
412       rspec-expectations (~> 2.13.0)
413       rspec-mocks (~> 2.13.0)
414     rspec-core (2.13.1)
415     rspec-expectations (2.13.0)
416       diff-lcs (>= 1.1.3, < 2.0)
417     rspec-mocks (2.13.1)
418     rspec-rails (2.13.2)
419       actionpack (>= 3.0)
420       activesupport (>= 3.0)
421       railties (>= 3.0)
422       rspec-core (~> 2.13.0)
423       rspec-expectations (~> 2.13.0)
424       rspec-mocks (~> 2.13.0)
425     ruby-hmac (0.4.0)
426     ruby-progressbar (1.2.0)
427     rubyntlm (0.1.1)
428     rubyzip (0.9.9)
429     safe_yaml (0.9.3)
430     sanitize (2.0.3)
431       nokogiri (>= 1.4.4, < 1.6)
432     sass (3.2.12)
433     sass-rails (3.2.6)
434       railties (~> 3.2.0)
435       sass (>= 3.1.10)
436       tilt (~> 1.3)
437     sdoc (0.3.20)
438       json (>= 1.1.3)
439       rdoc (~> 3.10)
440     seed-fu (2.2.0)
441       activerecord (~> 3.1)
442       activesupport (~> 3.1)
443     select2-rails (3.4.2)
444       sass-rails
445       thor (~> 0.14)
446     selenium-webdriver (2.33.0)
447       childprocess (>= 0.2.5)
448       multi_json (~> 1.0)
449       rubyzip
450       websocket (~> 1.0.4)
451     settingslogic (2.0.9)
452     sexp_processor (4.3.0)
453     shoulda-matchers (2.1.0)
454       activesupport (>= 3.0.0)
455     sidekiq (2.14.0)
456       celluloid (>= 0.14.1)
457       connection_pool (>= 1.0.0)
458       json
459       redis (>= 3.0.4)
460       redis-namespace
461     simple_oauth (0.1.9)
462     simplecov (0.7.1)
463       multi_json (~> 1.0)
464       simplecov-html (~> 0.7.1)
465     simplecov-html (0.7.1)
466     sinatra (1.4.3)
467       rack (~> 1.4)
468       rack-protection (~> 1.4)
469       tilt (~> 1.3, >= 1.3.4)
470     six (0.2.0)
471     slim (2.0.0)
472       temple (~> 0.6.5)
473       tilt (~> 1.3, >= 1.3.3)
474     slop (3.4.5)
475     spinach (0.8.3)
476       colorize (= 0.5.8)
477       gherkin-ruby (~> 0.3.0)
478     spinach-rails (0.2.1)
479       capybara (>= 2.0.0)
480       railties (>= 3)
481       spinach (>= 0.4)
482     spork (1.0.0rc2)
483     sprockets (2.2.2)
484       hike (~> 1.2)
485       multi_json (~> 1.0)
486       rack (~> 1.0)
487       tilt (~> 1.1, != 1.3.0)
488     stamp (0.5.0)
489     state_machine (1.2.0)
490     stringex (1.5.1)
491     temple (0.6.5)
492     term-ansicolor (1.2.2)
493       tins (~> 0.8)
494     test_after_commit (0.2.1)
495     therubyracer (0.11.4)
496       libv8 (~> 3.11.8.12)
497       ref
498     thin (1.5.1)
499       daemons (>= 1.0.9)
500       eventmachine (>= 0.12.6)
501       rack (>= 1.0.0)
502     thor (0.18.1)
503     tilt (1.4.1)
504     timers (1.1.0)
505     tinder (1.9.2)
506       eventmachine (~> 1.0)
507       faraday (~> 0.8)
508       faraday_middleware (~> 0.9)
509       hashie (~> 1.0)
510       json (~> 1.7.5)
511       mime-types (~> 1.19)
512       multi_json (~> 1.5)
513       twitter-stream (~> 0.1)
514     tins (0.11.0)
515     treetop (1.4.15)
516       polyglot
517       polyglot (>= 0.3.1)
518     turbolinks (1.2.0)
519       coffee-rails
520     twitter-stream (0.1.16)
521       eventmachine (>= 0.12.8)
522       http_parser.rb (~> 0.5.1)
523       simple_oauth (~> 0.1.4)
524     tzinfo (0.3.38)
525     uglifier (2.1.1)
526       execjs (>= 0.3.0)
527       multi_json (~> 1.0, >= 1.0.2)
528     underscore-rails (1.4.4)
529     unicorn (4.6.3)
530       kgio (~> 2.6)
531       rack
532       raindrops (~> 0.7)
533     virtus (0.5.5)
534       backports (~> 3.3)
535       descendants_tracker (~> 0.0.1)
536     warden (1.2.3)
537       rack (>= 1.0)
538     webmock (1.11.0)
539       addressable (>= 2.2.7)
540       crack (>= 0.3.2)
541     websocket (1.0.7)
542     websocket-driver (0.3.0)
543     xpath (2.0.0)
544       nokogiri (~> 1.3)
545     yajl-ruby (1.1.0)
546
547 PLATFORMS
548   ruby
549
550 DEPENDENCIES
551   acts-as-taggable-on
552   annotate (~> 2.6.0.beta2)
553   asciidoctor
554   awesome_print
555   better_errors
556   binding_of_caller
557   bootstrap-sass
558   capybara
559   carrierwave
560   chosen-rails (= 1.0.1)
561   coffee-rails
562   colored
563   coveralls
564   d3_rails (~> 3.1.4)
565   database_cleaner
566   devise (~> 2.2)
567   devise-async
568   email_spec
569   enumerize
570   factory_girl_rails
571   ffaker
572   fog (~> 1.3.1)
573   font-awesome-rails
574   foreman
575   gemoji (~> 1.2.1)
576   github-markup (~> 0.7.4)
577   gitlab-flowdock-git-hook (~> 0.4.2)
578   gitlab-gollum-lib (~> 1.0.2)
579   gitlab-grack (~> 1.1.0)
580   gitlab-linguist (~> 2.9.6)
581   gitlab-pygments.rb (~> 0.5.4)
582   gitlab_git (~> 3.1.0)
583   gitlab_meta (= 6.0)
584   gitlab_omniauth-ldap (= 1.0.3)
585   gon
586   grape (~> 0.4.1)
587   grape-entity (~> 0.3.0)
588   growl
589   guard-rspec
590   guard-spinach
591   haml-rails
592   hipchat (~> 0.9.0)
593   httparty
594   jasmine
595   jquery-atwho-rails (= 0.3.0)
596   jquery-rails (= 2.1.3)
597   jquery-turbolinks
598   jquery-ui-rails (= 2.0.2)
599   kaminari (~> 0.14.1)
600   launchy
601   letter_opener
602   minitest (~> 4.7.0)
603   modernizr (= 2.6.2)
604   mysql2
605   omniauth (~> 1.1.3)
606   omniauth-github
607   omniauth-google-oauth2
608   omniauth-twitter
609   pg
610   poltergeist (~> 1.4.1)
611   pry
612   quiet_assets (~> 1.0.1)
613   rack-attack
614   rack-cors
615   rack-mini-profiler
616   rails (= 3.2.16)
617   rails-dev-tweaks
618   rails_best_practices
619   raphael-rails (~> 2.1.2)
620   rb-fsevent
621   rb-inotify
622   redcarpet (~> 2.2.2)
623   redis-rails
624   rspec-rails
625   sanitize
626   sass-rails
627   sdoc
628   seed-fu
629   select2-rails
630   settingslogic
631   shoulda-matchers (~> 2.1.0)
632   sidekiq
633   simplecov
634   sinatra
635   six
636   slim
637   spinach-rails
638   spork (~> 1.0rc)
639   stamp
640   state_machine
641   test_after_commit
642   therubyracer
643   thin
644   tinder (~> 1.9.2)
645   turbolinks
646   uglifier
647   underscore-rails (~> 1.4.4)
648   unicorn (~> 4.6.3)
649   webmock